| 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.012 |
| After application init | Application initialization (includes setting application defaults, base managers init, active plugins init, creating default document, registering all static documents, etc). | 0.360 |
| After routing | Routing process (searching controller+action which should handle the request). | 0.363 |
| After controller action call | Calling controller action (plugin custom logic). | 0.577 |
| After finalize | Getting final markup from all renderable objects. Compiling document body. | 0.603 |
| Page end | Processing all headers and sending rendered document. | 0.676 |
| Query | Params | Time |
|---|---|---|
| SELECT * FROM oxwa_base_config | 0.000156 | |
| SELECT * FROM oxwa_base_theme WHERE `name` = 'graphite' LIMIT 0, 1 | 0.000421 | |
| SELECT * FROM oxwa_base_theme_content WHERE `themeId` = 8 | 0.001089 | |
| SELECT * FROM oxwa_base_theme_master_page WHERE `themeId` = 8 | 0.000223 | |
| SELECT * FROM oxwa_base_theme WHERE `name` = 'basic' LIMIT 0, 1 | 0.000074 | |
| SELECT * FROM oxwa_base_theme WHERE `name` = 'basic' LIMIT 0, 1 | 0.000066 | |
| SELECT * FROM oxwa_base_theme_content WHERE `themeId` = 11 | 0.000166 | |
| SELECT * FROM oxwa_base_theme_master_page WHERE `themeId` = 11 | 0.001216 | |
| SELECT * FROM oxwa_base_document WHERE `uri` = '' AND `isStatic` = 1 LIMIT 0, 1 | 0.000226 | |
| SELECT * FROM oxwa_base_plugin WHERE `isActive` = 1 | 0.000096 | |
| SELECT * FROM oxwa_base_language WHERE `id` = ? | array ( 0 => 1, ) | 0.000155 |
| SELECT * FROM oxwa_base_document WHERE `isStatic` = 1 | 0.000190 | |
| SELECT * FROM `oxwa_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = 'main' ORDER BY `order` ASC LIMIT 1 | array ( 0 => 1, ) | 0.000086 |
| SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `oxwa_base_menu_item` AS `mi` LEFT JOIN `oxwa_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType | array ( 'menuType' => 'main', ) | 0.000164 |
| SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `oxwa_base_menu_item` AS `mi` LEFT JOIN `oxwa_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType | array ( 'menuType' => 'bottom', ) | 0.000109 |
| SELECT * FROM oxwa_base_language WHERE `status` = 'active' | 0.000074 | |
| SELECT k.*, p.`prefix`, v.`value` FROM oxwa_base_language_key AS k LEFT JOIN oxwa_base_language_prefix AS p ON k.prefixId = p.id LEFT JOIN oxwa_base_language_value AS v ON k.id = v.keyId AND v.languageId = ? | array ( 0 => '1', ) | 0.001244 |
| SELECT * FROM oxwa_base_theme | 0.000133 | |
| SELECT * FROM oxwa_base_theme | 0.000805 | |
| SELECT * FROM oxwa_base_theme WHERE `id` = ? | array ( 0 => 1, ) | 0.000102 |
| SELECT * FROM oxwa_base_theme WHERE `id` = ? | array ( 0 => 1, ) | 0.000652 |
| DELETE FROM oxwa_base_theme_content WHERE `themeId` = 1 | 0.000392 | |
| DELETE FROM oxwa_base_theme_master_page WHERE `themeId` = 1 | 0.000096 | |
| DELETE FROM oxwa_base_theme_control WHERE `themeId` = 1 | 0.000873 | |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-family', 'selector' => 'body, html', 'defaultValue' => '"Lucida Grande", "Verdana", "Tahoma"', 'type' => 'font', 'themeId' => 1, 'key' => 'commonFontFamily', 'section' => '1. General Settings', 'label' => 'Font', 'description' => NULL, 'id' => 0, ) | 0.000278 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 1, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '- Text', 'description' => NULL, 'id' => 0, ) | 0.000202 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-size', 'selector' => 'body, html', 'defaultValue' => '12px', 'type' => 'text', 'themeId' => 1, 'key' => 'commonFontSize', 'section' => '1. General Settings', 'label' => 'Font size', 'description' => NULL, 'id' => 0, ) | 0.000212 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => 'body, html', 'defaultValue' => '#9eb5ba', 'type' => 'color', 'themeId' => 1, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => 'Footer background', 'description' => NULL, 'id' => 0, ) | 0.000191 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#36c', 'type' => 'color', 'themeId' => 1, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '- Links', 'description' => NULL, 'id' => 0, ) | 0.000191 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'h1, h2, h3, h4, h5, .ow_main_menu li.active a, .ow_main_menu li a:hover, .ow_box_menu a.active, .ow_box_menu a:hover', 'defaultValue' => '#ef9300', 'type' => 'color', 'themeId' => 1, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '- Titles', 'description' => NULL, 'id' => 0, ) | 0.000230 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'height', 'selector' => '.ow_header', 'defaultValue' => '110px', 'type' => 'text', 'themeId' => 1, 'key' => 'headerHeight', 'section' => '1. General Settings', 'label' => 'Page header height', 'description' => NULL, 'id' => 0, ) | 0.000238 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_header .ow_logo a', 'defaultValue' => '#7cb315', 'type' => 'color', 'themeId' => 1, 'key' => 'siteTitleColor', 'section' => '2. Colors', 'label' => 'Site title color', 'description' => NULL, 'id' => 0, ) | 0.000210 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => 'input[type=text], input[type=password], textarea, select, div.jhtmlarea', 'defaultValue' => 'url(images/inputbg.gif)', 'type' => 'image', 'themeId' => 1, 'key' => 'inputBg', 'section' => '3. Other styles', 'label' => 'Input background', 'description' => NULL, 'id' => 0, ) | 0.000262 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'html body.ow input[type=submit], html body.ow input[type=button]', 'defaultValue' => '#491100', 'type' => 'color', 'themeId' => 1, 'key' => 'buttonText', 'section' => '2. Colors', 'label' => 'Button text', 'description' => NULL, 'id' => 0, ) | 0.000209 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'border-color', 'selector' => 'th, .ow_content_menu, .ow_content_menu li a, .ow_highbox_table .ow_highbox, .ow_page .ow_highbox, .ow_sidebar, .ow_table_3 td', 'defaultValue' => '#ccc', 'type' => 'color', 'themeId' => 1, 'key' => 'borders', 'section' => '2. Colors', 'label' => 'Borders', 'description' => NULL, 'id' => 0, ) | 0.000189 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#491100', 'type' => 'color', 'themeId' => 1, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => 'Menu item', 'description' => NULL, 'id' => 0, ) | 0.000208 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#d30', 'type' => 'color', 'themeId' => 1, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => 'Numeric values', 'description' => NULL, 'id' => 0, ) | 0.000200 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_remark', 'defaultValue' => '#888', 'type' => 'color', 'themeId' => 1, 'key' => 'remarkColor', 'section' => '2. Colors', 'label' => 'Remark text', 'description' => NULL, 'id' => 0, ) | 0.000200 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_alt1, tr.ow_alt1 td', 'defaultValue' => '#C0E97A', 'type' => 'color', 'themeId' => 1, 'key' => 'owAlt1', 'section' => '2. Colors', 'label' => 'Alternate color #1', 'description' => NULL, 'id' => 0, ) | 0.000204 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_alt2, tr.ow_alt2 td', 'defaultValue' => '#edfecf', 'type' => 'color', 'themeId' => 1, 'key' => 'owAlt2', 'section' => '2. Colors', 'label' => 'Alternate color #2', 'description' => NULL, 'id' => 0, ) | 0.000207 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high1', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1, 'key' => 'owHigh1', 'section' => '2. Colors', 'label' => 'Highlighted item #1', 'description' => NULL, 'id' => 0, ) | 0.000206 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high2, .ow_add_content', 'defaultValue' => '#eee', 'type' => 'color', 'themeId' => 1, 'key' => 'owHigh2', 'section' => '2. Colors', 'label' => 'Highlighted item #2', 'description' => NULL, 'id' => 0, ) | 0.000201 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_tip', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 1, 'key' => 'tooltipTextColor', 'section' => '2. Colors', 'label' => 'Tooltip text color', 'description' => NULL, 'id' => 0, ) | 0.000209 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_highbox_table .ow_highbox, .ow_highbox, .ow_add_content:hover', 'defaultValue' => '#EDFECF', 'type' => 'color', 'themeId' => 1, 'key' => 'highboxBg', 'section' => '2. Colors', 'label' => 'Highlighted box color', 'description' => NULL, 'id' => 0, ) | 0.000200 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 1, 'type' => 'decorator', 'value' => 'box', 'id' => 0, ) | 0.000137 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 1, 'type' => 'master_page', 'value' => 'general', 'id' => 0, ) | 0.000139 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 1, 'type' => 'master_page', 'value' => 'dndindex', 'id' => 0, ) | 0.000131 |
| SELECT * FROM oxwa_base_theme WHERE `id` = ? | array ( 0 => 8, ) | 0.000089 |
| SELECT * FROM oxwa_base_theme WHERE `id` = ? | array ( 0 => 8, ) | 0.000072 |
| DELETE FROM oxwa_base_theme_content WHERE `themeId` = 8 | 0.000463 | |
| DELETE FROM oxwa_base_theme_master_page WHERE `themeId` = 8 | 0.000096 | |
| DELETE FROM oxwa_base_theme_control WHERE `themeId` = 8 | 0.000856 | |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-family', 'selector' => 'body, html', 'defaultValue' => '"Lucida Grande", "Verdana", "Tahoma"', 'type' => 'font', 'themeId' => 8, 'key' => 'commonFontFamily', 'section' => '1. General Settings', 'label' => 'Font', 'description' => NULL, 'id' => 0, ) | 0.000659 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'body, html, .ow_page_container .ow_page', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 8, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '- Text', 'description' => NULL, 'id' => 0, ) | 0.000241 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-size', 'selector' => 'body, html', 'defaultValue' => '13px', 'type' => 'text', 'themeId' => 8, 'key' => 'commonFontSize', 'section' => '1. General Settings', 'label' => 'Font size', 'description' => NULL, 'id' => 0, ) | 0.000478 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => 'body, html', 'defaultValue' => '#575757', 'type' => 'color', 'themeId' => 8, 'key' => 'footerColor', 'section' => '1. General Settings', 'label' => 'Footer background', 'description' => NULL, 'id' => 0, ) | 0.000203 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#36c', 'type' => 'color', 'themeId' => 8, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '- Links', 'description' => NULL, 'id' => 0, ) | 0.000468 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'h1, h2, h3, h4, h5, .ow_main_menu li.active a, .ow_main_menu li a:hover, .ow_box_menu a.active, .ow_box_menu a:hover, .ow_content_menu li.active a, .ow_content_menu li a:hover', 'defaultValue' => '#CF3513', 'type' => 'color', 'themeId' => 8, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '- Titles', 'description' => NULL, 'id' => 0, ) | 0.000210 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(\'images/top-bg.png\')', 'type' => 'image', 'themeId' => 8, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => 'Page header image', 'description' => NULL, 'id' => 0, ) | 0.000540 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'height', 'selector' => '.ow_top', 'defaultValue' => '105px', 'type' => 'text', 'themeId' => 8, 'key' => 'headerHeight', 'section' => '1. General Settings', 'label' => 'Page header height', 'description' => NULL, 'id' => 0, ) | 0.000220 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_header .ow_logo a', 'defaultValue' => '#999', 'type' => 'color', 'themeId' => 8, 'key' => 'siteTitleColor', 'section' => '2. Colors', 'label' => 'Site title text color', 'description' => NULL, 'id' => 0, ) | 0.000471 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => '.ow_page_container', 'defaultValue' => 'url(\'images/page-bg.jpg\')', 'type' => 'image', 'themeId' => 8, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => 'Page background image', 'description' => NULL, 'id' => 0, ) | 0.000190 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_footer, .ow_footer a', 'defaultValue' => '#aaa', 'type' => 'text', 'themeId' => 8, 'key' => 'footerTextColor', 'section' => '2. Colors', 'label' => 'Footer text', 'description' => NULL, 'id' => 0, ) | 0.000653 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => 'input[type=text], input[type=password], textarea, select, div.jhtmlarea', 'defaultValue' => 'url(images/inputbg.gif)', 'type' => 'image', 'themeId' => 8, 'key' => 'inputBg', 'section' => '3. Other styles', 'label' => 'Input background', 'description' => NULL, 'id' => 0, ) | 0.000198 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'input[type=submit], input[type=button]', 'defaultValue' => '#3366cc', 'type' => 'color', 'themeId' => 8, 'key' => 'buttonText', 'section' => '2. Colors', 'label' => 'Button text', 'description' => NULL, 'id' => 0, ) | 0.000542 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_ipc_header, th, .ow_tooltip .body, .ow_alt2, tr.ow_alt2 td', 'defaultValue' => '#eee', 'type' => 'color', 'themeId' => 8, 'key' => 'owAlt2', 'section' => '2. Colors', 'label' => 'Alternate color #2', 'description' => NULL, 'id' => 0, ) | 0.000237 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 8, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => 'Menu item text color', 'description' => NULL, 'id' => 0, ) | 0.000471 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#d30', 'type' => 'color', 'themeId' => 8, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => 'Numeric values', 'description' => NULL, 'id' => 0, ) | 0.000196 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_remark', 'defaultValue' => '#888', 'type' => 'color', 'themeId' => 8, 'key' => 'remarkColor', 'section' => '2. Colors', 'label' => 'Remark text', 'description' => NULL, 'id' => 0, ) | 0.000214 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_alt1, tr.ow_alt1 td', 'defaultValue' => '#f6f6f6', 'type' => 'color', 'themeId' => 8, 'key' => 'owAlt1', 'section' => '2. Colors', 'label' => 'Alternate color #1', 'description' => NULL, 'id' => 0, ) | 0.000200 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high1, .ow_content_menu li.active a, .ow_content_menu li a:hover', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 8, 'key' => 'owHigh1', 'section' => '2. Colors', 'label' => 'Highlighted menu item #1', 'description' => NULL, 'id' => 0, ) | 0.000213 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high2, .ow_content_menu li a, .ow_add_content', 'defaultValue' => '#eee', 'type' => 'color', 'themeId' => 8, 'key' => 'owHigh2', 'section' => '2. Colors', 'label' => 'Highlighted menu item #2', 'description' => NULL, 'id' => 0, ) | 0.000283 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_tip', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 8, 'key' => 'tooltipTextColor', 'section' => '2. Colors', 'label' => 'Tooltip text color', 'description' => NULL, 'id' => 0, ) | 0.000209 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_highbox_table .ow_highbox, .ow_highbox, .ow_add_content:hover', 'defaultValue' => '#fff9db', 'type' => 'color', 'themeId' => 8, 'key' => 'highboxBg', 'section' => '2. Colors', 'label' => 'Highlighted box color', 'description' => NULL, 'id' => 0, ) | 0.000197 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'general', 'id' => 0, ) | 0.000148 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'dndindex', 'id' => 0, ) | 0.000130 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'admin', 'id' => 0, ) | 0.000124 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'html_document', 'id' => 0, ) | 0.000121 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 8, 'type' => 'master_page', 'value' => 'blank', 'id' => 0, ) | 0.000132 |
| SELECT * FROM oxwa_base_theme WHERE `id` = ? | array ( 0 => 9, ) | 0.000087 |
| SELECT * FROM oxwa_base_theme WHERE `id` = ? | array ( 0 => 9, ) | 0.000072 |
| DELETE FROM oxwa_base_theme_content WHERE `themeId` = 9 | 0.000161 | |
| DELETE FROM oxwa_base_theme_master_page WHERE `themeId` = 9 | 0.000107 | |
| DELETE FROM oxwa_base_theme_control WHERE `themeId` = 9 | 0.000893 | |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-family', 'selector' => 'body, html', 'defaultValue' => '"Lucida Grande", "Verdana", "Tahoma"', 'type' => 'font', 'themeId' => 9, 'key' => 'commonFontFamily', 'section' => '1. General Settings', 'label' => 'Font', 'description' => NULL, 'id' => 0, ) | 0.000250 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 9, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '- Text', 'description' => NULL, 'id' => 0, ) | 0.000206 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-size', 'selector' => 'body, html', 'defaultValue' => '13px', 'type' => 'text', 'themeId' => 9, 'key' => 'commonFontSize', 'section' => '1. General Settings', 'label' => 'Font size', 'description' => NULL, 'id' => 0, ) | 0.000195 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#c40505', 'type' => 'color', 'themeId' => 9, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '- Links', 'description' => NULL, 'id' => 0, ) | 0.000190 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'h1, h2, h3, h4, h5, .ow_main_menu li.active a, .ow_main_menu li a:hover, .ow_box_menu a.active, .ow_box_menu a:hover, .ow_content_menu li.active a, .ow_content_menu li a:hover', 'defaultValue' => '#c40505', 'type' => 'color', 'themeId' => 9, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '- Titles', 'description' => NULL, 'id' => 0, ) | 0.000213 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(\'images/top-bg.jpg\')', 'type' => 'image', 'themeId' => 9, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => 'Page header image', 'description' => NULL, 'id' => 0, ) | 0.000199 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'height', 'selector' => '.ow_top', 'defaultValue' => '183px', 'type' => 'text', 'themeId' => 9, 'key' => 'headerHeight', 'section' => '1. General Settings', 'label' => 'Page header height', 'description' => NULL, 'id' => 0, ) | 0.000184 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_header .ow_logo a', 'defaultValue' => '#999', 'type' => 'color', 'themeId' => 9, 'key' => 'siteTitleColor', 'section' => '2. Colors', 'label' => 'Site title text color', 'description' => NULL, 'id' => 0, ) | 0.000193 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_page_container', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 9, 'key' => 'pageColor', 'section' => '1. General Settings', 'label' => 'Page background color', 'description' => NULL, 'id' => 0, ) | 0.000203 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => '.ow_page_container', 'defaultValue' => 'url(\'images/page-bg.jpg\')', 'type' => 'image', 'themeId' => 9, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => 'Page background image', 'description' => NULL, 'id' => 0, ) | 0.000188 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => 'url(\'images/footer-bg.jpg\')', 'type' => 'image', 'themeId' => 9, 'key' => 'FooterImage', 'section' => '1. General Settings', 'label' => 'Page footer image', 'description' => NULL, 'id' => 0, ) | 0.000203 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_footer a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 9, 'key' => 'footerTextColor', 'section' => '2. Colors', 'label' => 'Footer text', 'description' => NULL, 'id' => 0, ) | 0.000205 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => 'input[type=text], input[type=password], textarea, select, div.jhtmlarea', 'defaultValue' => 'url(images/inputbg.gif)', 'type' => 'image', 'themeId' => 9, 'key' => 'inputBg', 'section' => '3. Other styles', 'label' => 'Input background', 'description' => NULL, 'id' => 0, ) | 0.000202 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'input[type=submit], input[type=button]', 'defaultValue' => '#c40505', 'type' => 'color', 'themeId' => 9, 'key' => 'buttonText', 'section' => '2. Colors', 'label' => 'Button text', 'description' => NULL, 'id' => 0, ) | 0.000182 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_ipc_header,th, .ow_tooltip .body, .ow_alt2, tr.ow_alt2 td', 'defaultValue' => '#e9e9e9', 'type' => 'color', 'themeId' => 9, 'key' => 'owAlt2', 'section' => '2. Colors', 'label' => 'Alternate color #2', 'description' => NULL, 'id' => 0, ) | 0.000194 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 9, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => 'Menu item text color', 'description' => NULL, 'id' => 0, ) | 0.000217 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#d30', 'type' => 'color', 'themeId' => 9, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => 'Numeric values', 'description' => NULL, 'id' => 0, ) | 0.000207 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_remark', 'defaultValue' => '#888', 'type' => 'color', 'themeId' => 9, 'key' => 'remarkColor', 'section' => '2. Colors', 'label' => 'Remark text', 'description' => NULL, 'id' => 0, ) | 0.000201 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_alt1, tr.ow_alt1 td', 'defaultValue' => '#f6f6f6', 'type' => 'color', 'themeId' => 9, 'key' => 'owAlt1', 'section' => '2. Colors', 'label' => 'Alternate color #1', 'description' => NULL, 'id' => 0, ) | 0.000203 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high1, .ow_content_menu li.active a, .ow_content_menu li a:hover, .ow_content_menu li.active a, .ow_content_menu li a:hover, .ow_add_content:hover', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 9, 'key' => 'owHigh1', 'section' => '2. Colors', 'label' => 'Highlighted menu item #1', 'description' => NULL, 'id' => 0, ) | 0.000209 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high2, .ow_content_menu li a, .ow_add_content', 'defaultValue' => '#eee', 'type' => 'color', 'themeId' => 9, 'key' => 'owHigh2', 'section' => '2. Colors', 'label' => 'Highlighted menu item #2', 'description' => NULL, 'id' => 0, ) | 0.000202 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_tip', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 9, 'key' => 'tooltipTextColor', 'section' => '2. Colors', 'label' => 'Tooltip text color', 'description' => NULL, 'id' => 0, ) | 0.000215 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_highbox_table .ow_highbox, .ow_highbox', 'defaultValue' => '#fff9db', 'type' => 'color', 'themeId' => 9, 'key' => 'highboxBg', 'section' => '2. Colors', 'label' => 'Highlighted box color', 'description' => NULL, 'id' => 0, ) | 0.000205 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background', 'selector' => '.header_img', 'defaultValue' => 'url(images/airplane.png)', 'type' => 'image', 'themeId' => 9, 'key' => 'headerPicture', 'section' => '3. Other styles', 'label' => 'Page header pic', 'description' => NULL, 'id' => 0, ) | 0.000195 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 9, 'type' => 'master_page', 'value' => 'general', 'id' => 0, ) | 0.000143 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 9, 'type' => 'master_page', 'value' => 'dndindex', 'id' => 0, ) | 0.000126 |
| SELECT * FROM oxwa_base_theme WHERE `id` = ? | array ( 0 => 10, ) | 0.000092 |
| SELECT * FROM oxwa_base_theme WHERE `id` = ? | array ( 0 => 10, ) | 0.000080 |
| DELETE FROM oxwa_base_theme_content WHERE `themeId` = 10 | 0.000168 | |
| DELETE FROM oxwa_base_theme_master_page WHERE `themeId` = 10 | 0.000094 | |
| DELETE FROM oxwa_base_theme_control WHERE `themeId` = 10 | 0.001038 | |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-family', 'selector' => 'body, html', 'defaultValue' => '"Lucida Grande", "Verdana", "Tahoma"', 'type' => 'font', 'themeId' => 10, 'key' => 'commonFontFamily', 'section' => '1. General Settings', 'label' => 'Font', 'description' => NULL, 'id' => 0, ) | 0.000231 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'body, html', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 10, 'key' => 'textColor', 'section' => '2. Colors', 'label' => '- Text', 'description' => NULL, 'id' => 0, ) | 0.000213 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-size', 'selector' => 'body, html', 'defaultValue' => '13px', 'type' => 'text', 'themeId' => 10, 'key' => 'commonFontSize', 'section' => '1. General Settings', 'label' => 'Font size', 'description' => NULL, 'id' => 0, ) | 0.000184 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'a, .ow_content a', 'defaultValue' => '#36c', 'type' => 'color', 'themeId' => 10, 'key' => 'linkColor', 'section' => '2. Colors', 'label' => '- Links', 'description' => NULL, 'id' => 0, ) | 0.000184 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'h1, h2, h3, h4, h5, .ow_main_menu li.active a, .ow_main_menu li a:hover, .ow_box_menu a.active, .ow_box_menu a:hover, .ow_content_menu li.active a, .ow_content_menu li a:hover', 'defaultValue' => '#CF3513', 'type' => 'color', 'themeId' => 10, 'key' => 'titleColor', 'section' => '2. Colors', 'label' => '- Titles', 'description' => NULL, 'id' => 0, ) | 0.000225 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'url(\'images/top-bg.jpg\')', 'type' => 'image', 'themeId' => 10, 'key' => 'headerImage', 'section' => '1. General Settings', 'label' => 'Page header image', 'description' => NULL, 'id' => 0, ) | 0.000199 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'height', 'selector' => '.ow_top', 'defaultValue' => '120px', 'type' => 'text', 'themeId' => 10, 'key' => 'headerHeight', 'section' => '1. General Settings', 'label' => 'Page header height', 'description' => NULL, 'id' => 0, ) | 0.000190 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => '.ow_header .ow_logo', 'defaultValue' => 'url(\'images/logo.png\')', 'type' => 'image', 'themeId' => 10, 'key' => 'logoImage', 'section' => '1. General Settings', 'label' => 'Logo image', 'description' => NULL, 'id' => 0, ) | 0.000192 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_header .ow_logo a', 'defaultValue' => '#999', 'type' => 'color', 'themeId' => 10, 'key' => 'siteTitleColor', 'section' => '2. Colors', 'label' => 'Site title text color', 'description' => NULL, 'id' => 0, ) | 0.000203 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_page_container', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 10, 'key' => 'pageColor', 'section' => '1. General Settings', 'label' => 'Page background color', 'description' => NULL, 'id' => 0, ) | 0.000197 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => '.ow_page_container', 'defaultValue' => 'url(\'images/page-bg.jpg\')', 'type' => 'image', 'themeId' => 10, 'key' => 'backgroundImage', 'section' => '1. General Settings', 'label' => 'Page background image', 'description' => NULL, 'id' => 0, ) | 0.000187 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background', 'selector' => '.ow_footer', 'defaultValue' => 'url(\'images/footer-bg.jpg\')', 'type' => 'image', 'themeId' => 10, 'key' => 'FooterImage', 'section' => '1. General Settings', 'label' => 'Page footer image', 'description' => NULL, 'id' => 0, ) | 0.000197 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_footer a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 10, 'key' => 'footerTextColor', 'section' => '2. Colors', 'label' => 'Footer text', 'description' => NULL, 'id' => 0, ) | 0.000194 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => 'input[type=text], input[type=password], textarea, select, div.jhtmlarea', 'defaultValue' => 'url(images/inputbg.gif)', 'type' => 'image', 'themeId' => 10, 'key' => 'inputBg', 'section' => '3. Other styles', 'label' => 'Input background', 'description' => NULL, 'id' => 0, ) | 0.000196 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'input[type=submit], input[type=button]', 'defaultValue' => '#3366cc', 'type' => 'color', 'themeId' => 10, 'key' => 'buttonText', 'section' => '2. Colors', 'label' => 'Button text', 'description' => NULL, 'id' => 0, ) | 0.000200 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_ipc_header,th, .ow_tooltip .body, .ow_alt2, tr.ow_alt2 td', 'defaultValue' => '#e9e9e9', 'type' => 'color', 'themeId' => 10, 'key' => 'owAlt2', 'section' => '2. Colors', 'label' => 'Alternate color #2', 'description' => NULL, 'id' => 0, ) | 0.000200 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 10, 'key' => 'menuColor', 'section' => '2. Colors', 'label' => 'Menu item text color', 'description' => NULL, 'id' => 0, ) | 0.000190 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#d30', 'type' => 'color', 'themeId' => 10, 'key' => 'txtValue', 'section' => '2. Colors', 'label' => 'Numeric values', 'description' => NULL, 'id' => 0, ) | 0.000220 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_remark', 'defaultValue' => '#888', 'type' => 'color', 'themeId' => 10, 'key' => 'remarkColor', 'section' => '2. Colors', 'label' => 'Remark text', 'description' => NULL, 'id' => 0, ) | 0.000197 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_alt1, tr.ow_alt1 td', 'defaultValue' => '#f6f6f6', 'type' => 'color', 'themeId' => 10, 'key' => 'owAlt1', 'section' => '2. Colors', 'label' => 'Alternate color #1', 'description' => NULL, 'id' => 0, ) | 0.000191 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high1, .ow_content_menu li.active a, .ow_content_menu li a:hover, .ow_content_menu li.active a, .ow_content_menu li a:hover, .ow_add_content:hover', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 10, 'key' => 'owHigh1', 'section' => '2. Colors', 'label' => 'Highlighted menu item #1', 'description' => NULL, 'id' => 0, ) | 0.000211 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high2, .ow_content_menu li a, .ow_add_content', 'defaultValue' => '#eee', 'type' => 'color', 'themeId' => 10, 'key' => 'owHigh2', 'section' => '2. Colors', 'label' => 'Highlighted menu item #2', 'description' => NULL, 'id' => 0, ) | 0.000204 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_tip', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 10, 'key' => 'tooltipTextColor', 'section' => '2. Colors', 'label' => 'Tooltip text color', 'description' => NULL, 'id' => 0, ) | 0.000193 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_highbox_table .ow_highbox, .ow_highbox', 'defaultValue' => '#fff9db', 'type' => 'color', 'themeId' => 10, 'key' => 'highboxBg', 'section' => '2. Colors', 'label' => 'Highlighted box color', 'description' => NULL, 'id' => 0, ) | 0.000236 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background', 'selector' => '.header_img', 'defaultValue' => 'url(images/airplane.png)', 'type' => 'image', 'themeId' => 10, 'key' => 'headerPicture', 'section' => '3. Other styles', 'label' => 'Page header pic', 'description' => NULL, 'id' => 0, ) | 0.000195 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 10, 'type' => 'master_page', 'value' => 'general', 'id' => 0, ) | 0.000136 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 10, 'type' => 'master_page', 'value' => 'dndindex', 'id' => 0, ) | 0.000123 |
| SELECT * FROM oxwa_base_theme WHERE `id` = ? | array ( 0 => 11, ) | 0.000098 |
| SELECT * FROM oxwa_base_theme WHERE `id` = ? | array ( 0 => 11, ) | 0.000077 |
| DELETE FROM oxwa_base_theme_content WHERE `themeId` = 11 | 0.000146 | |
| DELETE FROM oxwa_base_theme_master_page WHERE `themeId` = 11 | 0.000158 | |
| DELETE FROM oxwa_base_theme_control WHERE `themeId` = 11 | 0.001214 | |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => 'body, .ow_box_cap_empty h3, .ow_main_menu li.active a, .ow_main_menu li a:hover, .ow_box_empty .ow_box_menu a', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 11, 'key' => 'pageBgColor', 'section' => 'Page Background', 'label' => 'Color', 'description' => NULL, 'id' => 0, ) | 0.000260 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => 'body', 'defaultValue' => 'url(images/bg.png)', 'type' => 'image', 'themeId' => 11, 'key' => 'pageBg', 'section' => 'Page Background', 'label' => 'Image', 'description' => NULL, 'id' => 0, ) | 0.000199 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-repeat', 'selector' => 'body', 'defaultValue' => 'repeat-x', 'type' => 'text', 'themeId' => 11, 'key' => 'pageBgPosition', 'section' => 'Page Background', 'label' => 'Image repeat mode', 'description' => NULL, 'id' => 0, ) | 0.000189 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'body', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 11, 'key' => 'commonFontColor', 'section' => 'General Settings', 'label' => 'Font color', 'description' => NULL, 'id' => 0, ) | 0.000185 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-family', 'selector' => 'body', 'defaultValue' => '"Lucida Grande", "Verdana"', 'type' => 'font', 'themeId' => 11, 'key' => 'commonFontFamily', 'section' => 'General Settings', 'label' => 'Font', 'description' => NULL, 'id' => 0, ) | 0.000193 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'font-size', 'selector' => 'body', 'defaultValue' => '13px', 'type' => 'text', 'themeId' => 11, 'key' => 'commonFontSize', 'section' => 'General Settings', 'label' => 'Font size', 'description' => NULL, 'id' => 0, ) | 0.000187 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'a, .ow_main_menu li.active a, .ow_main_menu li a:hover', 'defaultValue' => '#3366cc', 'type' => 'color', 'themeId' => 11, 'key' => 'linkColor', 'section' => 'General Settings', 'label' => 'Link color', 'description' => NULL, 'id' => 0, ) | 0.000187 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'h1, h2, h3, h4, h5', 'defaultValue' => '#dd3300', 'type' => 'color', 'themeId' => 11, 'key' => 'pageHeadingColor', 'section' => 'General Settings', 'label' => 'Header color', 'description' => NULL, 'id' => 0, ) | 0.000194 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'width', 'selector' => '.ow_page', 'defaultValue' => '1000px', 'type' => 'text', 'themeId' => 11, 'key' => 'pageWidth', 'section' => 'Page Layout', 'label' => 'Page width', 'description' => NULL, 'id' => 0, ) | 0.000197 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background', 'selector' => '.ow_header', 'defaultValue' => '#666', 'type' => 'color', 'themeId' => 11, 'key' => 'headerColor', 'section' => 'Page Header', 'label' => 'Background color', 'description' => NULL, 'id' => 0, ) | 0.000190 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => '.ow_header', 'defaultValue' => 'none', 'type' => 'image', 'themeId' => 11, 'key' => 'headeImage', 'section' => 'Page Header', 'label' => 'Background image', 'description' => NULL, 'id' => 0, ) | 0.000187 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'width', 'selector' => '.ow_content, .ow_footer', 'defaultValue' => '825px', 'type' => 'text', 'themeId' => 11, 'key' => 'contentWidth', 'section' => 'Page Layout', 'label' => 'Content width', 'description' => NULL, 'id' => 0, ) | 0.000216 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'width', 'selector' => '.ow_sidebar', 'defaultValue' => '168px', 'type' => 'text', 'themeId' => 11, 'key' => 'sidebarWidth', 'section' => 'Page Layout', 'label' => 'Sidebar width', 'description' => NULL, 'id' => 0, ) | 0.000194 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-image', 'selector' => 'input[type=text], input[type=password], textarea, select, div.jhtmlarea', 'defaultValue' => 'url(images/inputbg.gif)', 'type' => 'image', 'themeId' => 11, 'key' => 'inputBg', 'section' => 'Standard Styles', 'label' => 'Input background', 'description' => NULL, 'id' => 0, ) | 0.000198 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => 'input[type=submit], input[type=button], a.button', 'defaultValue' => '#f0f0f0', 'type' => 'color', 'themeId' => 11, 'key' => 'button', 'section' => 'Standard Styles', 'label' => 'Button color', 'description' => NULL, 'id' => 0, ) | 0.000193 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => 'input[type=submit], input[type=button], a.button', 'defaultValue' => '#3366cc', 'type' => 'color', 'themeId' => 11, 'key' => 'buttonText', 'section' => 'Standard Styles', 'label' => 'Button text color', 'description' => NULL, 'id' => 0, ) | 0.000237 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_box_cap, .ow_sidebar .ow_box_cap_empty', 'defaultValue' => '#dedede', 'type' => 'color', 'themeId' => 11, 'key' => 'boxCap', 'section' => 'Standard Styles', 'label' => 'Box cap', 'description' => NULL, 'id' => 0, ) | 0.000192 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_box', 'defaultValue' => '#ededed', 'type' => 'color', 'themeId' => 11, 'key' => 'boxBody', 'section' => 'Standard Styles', 'label' => 'Box body', 'description' => NULL, 'id' => 0, ) | 0.000193 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#aaa', 'type' => 'color', 'themeId' => 11, 'key' => 'menuBg', 'section' => 'Main Menu', 'label' => 'Background', 'description' => NULL, 'id' => 0, ) | 0.000195 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_main_menu li a', 'defaultValue' => '#333', 'type' => 'color', 'themeId' => 11, 'key' => 'menuColor', 'section' => 'Main Menu', 'label' => 'Font color', 'description' => NULL, 'id' => 0, ) | 0.000190 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background', 'selector' => '.ow_footer_menu', 'defaultValue' => '#eee', 'type' => 'color', 'themeId' => 11, 'key' => 'footerColor', 'section' => 'Page Footer', 'label' => 'Background color', 'description' => NULL, 'id' => 0, ) | 0.000208 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_txt_value', 'defaultValue' => '#d30', 'type' => 'color', 'themeId' => 11, 'key' => 'txtValue', 'section' => 'Standard Styles', 'label' => 'Numeric values', 'description' => NULL, 'id' => 0, ) | 0.000224 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'color', 'selector' => '.ow_remark', 'defaultValue' => '#999', 'type' => 'color', 'themeId' => 11, 'key' => 'remarkColor', 'section' => 'Standard Styles', 'label' => 'Remark text', 'description' => NULL, 'id' => 0, ) | 0.000264 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_alt1, tr.ow_alt1 td', 'defaultValue' => '#f8f8f8', 'type' => 'color', 'themeId' => 11, 'key' => 'owAlt1', 'section' => 'Standard Styles', 'label' => 'Alternate color #1', 'description' => NULL, 'id' => 0, ) | 0.000209 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_alt2, tr.ow_alt2 td', 'defaultValue' => '#f3f3f3', 'type' => 'color', 'themeId' => 11, 'key' => 'owAlt2', 'section' => 'Standard Styles', 'label' => 'Alternate color #2', 'description' => NULL, 'id' => 0, ) | 0.000211 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high1, .ow_content_menu li.active a, .ow_content_menu li a:hover, .ow_add_content:hover', 'defaultValue' => '#fff', 'type' => 'color', 'themeId' => 11, 'key' => 'owHigh1', 'section' => 'Standard Styles', 'label' => 'Highlighted item #1', 'description' => NULL, 'id' => 0, ) | 0.000204 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_high2, .ow_content_menu li a, .ow_add_content', 'defaultValue' => '#f0f0f0', 'type' => 'color', 'themeId' => 11, 'key' => 'owHigh2', 'section' => 'Standard Styles', 'label' => 'Highlighted item #2', 'description' => NULL, 'id' => 0, ) | 0.000203 |
| INSERT INTO `oxwa_base_theme_control` (`attribute`,`selector`,`defaultValue`,`type`,`themeId`,`key`,`section`,`label`,`description`,`id`) VALUES (:attribute,:selector,:defaultValue,:type,:themeId,:key,:section,:label,:description,:id) | array ( 'attribute' => 'background-color', 'selector' => '.ow_highbox_table .ow_highbox, .ow_page .ow_highbox', 'defaultValue' => '#fff9db', 'type' => 'color', 'themeId' => 11, 'key' => 'highboxBg', 'section' => 'Standard Styles', 'label' => 'Highlighted box color', 'description' => NULL, 'id' => 0, ) | 0.000256 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 11, 'type' => 'master_page', 'value' => 'general', 'id' => 0, ) | 0.000174 |
| INSERT INTO `oxwa_base_theme_content` (`themeId`,`type`,`value`,`id`) VALUES (:themeId,:type,:value,:id) | array ( 'themeId' => 11, 'type' => 'master_page', 'value' => 'dndindex', 'id' => 0, ) | 0.000167 |
| SELECT * FROM oxwa_base_config WHERE `key` = 'base' AND `name` = 'cachedEntitiesPostfix' LIMIT 0, 1 | 0.000312 | |
| SELECT * FROM oxwa_base_config WHERE `key` = 'base' AND `name` = 'cachedEntitiesPostfix' LIMIT 0, 1 | 0.000074 | |
| UPDATE `oxwa_base_config` SET `key`=:key,`name`=:name,`value`=:value,`description`=:description WHERE id=:id | array ( 'key' => 'base', 'name' => 'cachedEntitiesPostfix', 'value' => '4fb9c2b51e84a', 'description' => NULL, 'id' => 493, ) | 0.000245 |
| SELECT * FROM oxwa_base_config | 0.000280 | |
| SELECT * FROM oxwa_base_authorization_group | 0.000129 | |
| SELECT * FROM oxwa_base_authorization_moderator | 0.000078 | |
| SELECT * FROM oxwa_base_authorization_moderator_permission | 0.000074 | |
| SELECT `id` FROM oxwa_base_authorization_role WHERE `name` = 'guest' LIMIT 0, 1 | 0.000073 | |
| SELECT * FROM oxwa_base_authorization_action | 0.000075 | |
| SELECT * FROM oxwa_base_authorization_permission | 0.000087 |
| Type | Class | Path (class, template) |
|---|---|---|
| Master Page | OW_MasterPage | /home/sc2/public_html/ow_core/master_page.php /home/sc2/public_html/ow_themes/graphite/master_pages/blank.html |
| Controller | BASE_CTRL_User | /home/sc2/public_html/ow_system_plugins/base/controllers/user.php /home/sc2/public_html/ow_system_plugins/base/views/controllers/user_standard_sign_in.html |
| Component | BASE_CMP_MainMenu | /home/sc2/public_html/ow_system_plugins/base/components/main_menu.php /home/sc2/public_html/ow_system_plugins/base/views/components/menu.html |
| Component | BASE_CMP_BottomMenu | /home/sc2/public_html/ow_system_plugins/base/components/bottom_menu.php /home/sc2/public_html/ow_system_plugins/base/views/components/bottom_menu.html |
| Event | Listener | Params |
|---|---|---|
|
base.add_new_content_item Type: trigger Called at: 0.059 Exec time: 0.000 |
No listeners | array ( ) |
|
base.add_global_lang_keys Type: trigger Called at: 0.120 Exec time: 0.004 |
base_add_global_langs()
|
array ( ) |
|
base.update_cache_entities Type: trigger Called at: 0.360 Exec time: 0.000 |
No listeners | array ( ) |
|
core.app_init Type: trigger Called at: 0.360 Exec time: 0.000 |
No listeners | array ( ) |
|
core.after_route Type: trigger Called at: 0.363 Exec time: 0.000 |
No listeners | array ( ) |
|
base.members_only_exceptions Type: trigger Called at: 0.366 Exec time: 0.000 |
base_add_members_only_exception()
|
array ( ) |
|
core.after_dispatch Type: trigger Called at: 0.577 Exec time: 0.024 |
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
array ( ) |
|
core.finalize Type: trigger Called at: 0.602 Exec time: 0.001 |
base_floatbox_rsp_declaration()
admin_on_application_finalize()
ajaxim_plugin_init()
|
array ( ) |
|
core.before_document_render Type: trigger Called at: 0.603 Exec time: 0.000 |
No listeners | array ( ) |
| Event | Listener |
|---|---|
| base.add_global_lang_keys |
base_add_global_langs()
|
| base.user_unregister |
base_delete_user_content()
base_delete_widgets()
base_delete_verify_email_code()
base_delete_remote_auth()
base_delete_user_activity()
base_remove_user_preference()
NEWSFEED_CLASS_EventHandler -> userUnregister()
MAILBOX_BOL_ConversationService -> deleteUserContent()
friends_on_user_delete()
blogs_on_user_delete()
groups_on_user_unregister()
links_on_user_delete()
photo_delete_user_content()
video_delete_user_content()
forum_delete_user_content()
event_on_user_delete()
|
| base.user_register |
base_join_user_activity()
base_mandatory_user_approve_on_join()
base_feed_after_user_join()
base_welcome_letter()
|
| base.user_edit |
base_edit_user_activity()
base_feed_after_user_edit()
|
| base.add_profile_action_toolbar |
base_elst_delete_user_action_tool()
base_elst_block_user_action_tool()
newsfeed_on_collect_profile_actions()
mailbox_send_private_message_action_tool()
friends_user_action_tool()
|
| base.join_form_render |
base_invite_members_process_join_form()
|
| base.dashboard_menu_items |
base_dashboard_menu_item()
notifications_dashboard_menu_item()
|
| base.members_only_exceptions |
base_add_members_only_exception()
|
| base.password_protected_exceptions |
base_add_password_protected_exceptions()
|
| base.maintenance_mode_exceptions |
base_add_maintenance_mode_exceptions()
|
| base.notify_actions |
base_on_notify_actions()
mailbox_on_notify_actions()
friends_on_notify_actions()
blogs_on_notify_actions()
groups_on_notify_actions()
links_on_notify_actions()
photo_on_notify_actions()
video_on_notify_actions()
forum_on_notify_actions()
event_on_notify_actions()
|
| base_add_comment |
base_on_add_comment()
NEWSFEED_CLASS_EventHandler -> addComment()
blogs_on_notify()
groups_add_comment()
links_notify_on_post_comment_add()
photo_add_comment_notification()
video_add_comment_notification()
event_add_comment()
|
| base.on_avatar_toolbar_collect |
base_on_avatar_toolbar_collect()
mailbox_on_avatar_toolbar_collect()
|
| core.finalize |
base_floatbox_rsp_declaration()
admin_on_application_finalize()
ajaxim_plugin_init()
|
| ads.enabled_plugins |
base_ads_enabled()
newsfeed_ads_enabled()
mailbox_ads_enabled()
friends_ads_enabled()
notifications_ads_enabled()
blogs_ads_enabled()
groups_ads_enabled()
links_ads_enabled()
photo_ads_enabled()
video_ads_enabled()
forum_ads_enabled()
event_ads_enabled()
|
| core.plugin_uninstall |
base_delete_plugin_comments()
base_plugins_uninstall()
NEWSFEED_CLASS_EventHandler -> onPluginUninstall()
|
| base.add_console_item |
base_add_console_dashboard_item()
mailbox_add_console_dashboard_item()
friends_add_console_item()
groups_add_console_item()
event_add_console_item()
ajaxim_add_console_item()
|
| admin.add_auth_labels |
base_add_auth_labels()
admin_add_auth_labels()
newsfeed_add_auth_labels()
mailbox_add_auth_labels()
friends_add_auth_labels()
blogs_add_auth_labels()
groups_add_auth_labels()
links_add_auth_labels()
photo_add_auth_labels()
video_add_auth_labels()
forum_add_auth_labels()
event_add_auth_labels()
ajaxim_add_auth_labels()
|
| base.preference_add_form_element |
base_preference_add_form_element()
|
| base.preference_section_label |
base_add_preference_section_labels()
|
| plugin.privacy.get_action_list |
base_privacy_add_action()
newsfeed_privacy_add_action()
friends_privacy_add_action()
blogs_privacy_add_action()
groups_privacy_add_action()
links_privacy_add_action()
photo_privacy_add_action()
video_privacy_add_action()
event_privacy_add_action()
ajaxim_privacy_add_action()
|
| base.update_entity_items_status |
base_update_entity_items_status()
|
| feed.collect_configurable_activity |
base_feed_collect_configurable_activity()
friends_feed_collect_configurable_activity()
blogs_feed_collect_configurable_activity()
groups_feed_collect_configurable_activity()
links_feed_collect_configurable_activity()
photo_feed_collect_configurable_activity()
video_feed_collect_configurable_activity()
forum_feed_collect_configurable_activity()
event_feed_collect_configurable_activity()
|
| base.attachment_delete_image |
base_delete_attachment_image()
|
| base.attachment_save_image |
base_save_attachment_image()
|
| base.user_login |
admin_set_admin_cookie()
|
| feed.action |
NEWSFEED_CLASS_EventHandler -> action()
|
| feed.activity |
NEWSFEED_CLASS_EventHandler -> activity()
|
| feed.delete_activity |
NEWSFEED_CLASS_EventHandler -> removeActivity()
|
| feed.get_all_follows |
NEWSFEED_CLASS_EventHandler -> getAllFollows()
|
| feed.install_widget |
NEWSFEED_CLASS_EventHandler -> installWidget()
|
| feed.delete_item |
NEWSFEED_CLASS_EventHandler -> deleteAction()
|
| feed.get_status |
NEWSFEED_CLASS_EventHandler -> getStatus()
|
| feed.remove_follow |
NEWSFEED_CLASS_EventHandler -> removeFollow()
|
| feed.is_follow |
NEWSFEED_CLASS_EventHandler -> isFollow()
|
| feed.after_status_update |
NEWSFEED_CLASS_EventHandler -> statusUpdate()
|
| feed.after_like_added |
NEWSFEED_CLASS_EventHandler -> addLike()
|
| feed.after_like_removed |
NEWSFEED_CLASS_EventHandler -> removeLike()
|
| feed.add_follow |
NEWSFEED_CLASS_EventHandler -> addFollow()
|
| feed.on_entity_add |
NEWSFEED_CLASS_EventHandler -> entityAdd()
blogs_feed_entity_add()
groups_feed_on_group_add()
groups_feed_on_status_add()
links_feed_entity_add()
photo_feed_entity_add()
video_feed_entity_add()
forum_feed_on_entity_add()
event_feed_entity_add()
|
| feed.on_item_render |
NEWSFEED_CLASS_EventHandler -> itemRender()
groups_feed_on_item_render()
groups_feed_on_item_render_activity()
forum_feed_on_item_render()
event_feed_on_item_render_activity()
|
| feed.on_activity |
NEWSFEED_CLASS_EventHandler -> onActivity()
|
| feed.after_activity |
NEWSFEED_CLASS_EventHandler -> afterActivity()
|
| feed.clear_cache |
NEWSFEED_CLASS_EventHandler -> deleteActionSet()
|
| plugin.privacy.on_change_action_privacy |
NEWSFEED_CLASS_EventHandler -> onPrivacyChange()
blogs_privacy_on_change_action_privacy()
groups_privacy_on_change()
links_privacy_on_change_action_privacy()
photo_on_change_privacy()
video_on_change_privacy()
|
| base_delete_comment |
NEWSFEED_CLASS_EventHandler -> deleteComment()
|
| core.plugin_deactivate |
NEWSFEED_CLASS_EventHandler -> onPluginDeactivate()
|
| core.plugin_activate |
NEWSFEED_CLASS_EventHandler -> onPluginActivate()
|
| base.on_user_block |
NEWSFEED_CLASS_EventHandler -> userBlocked()
friends_on_user_block()
|
| core.plugins_init |
NEWSFEED_CLASS_EventHandler -> afterAppInit()
|
| feed.is_inited |
newsfeed_is_feed_inited()
|
| usercredits.on_action_collect |
NEWSFEED_CLASS_Credits -> bindCreditActionsCollect()
MAILBOX_CLASS_Credits -> bindCreditActionsCollect()
FRIENDS_CLASS_Credits -> bindCreditActionsCollect()
BLOGS_CLASS_Credits -> bindCreditActionsCollect()
GROUPS_CLASS_Credits -> bindCreditActionsCollect()
LINKS_CLASS_Credits -> bindCreditActionsCollect()
PHOTO_CLASS_Credits -> bindCreditActionsCollect()
VIDEO_CLASS_Credits -> bindCreditActionsCollect()
FORUM_CLASS_Credits -> bindCreditActionsCollect()
EVENT_CLASS_Credits -> bindCreditActionsCollect()
|
| mailbox.send_message |
mailbox_on_send_message()
|
| plugin.friends |
friends_plugin_is_active()
|
| plugin.friends.get_friend_list |
friends_get_friend_list()
|
| plugin.friends.check_friendship |
friends_check_friendship()
|
| plugin.friends.count_friends |
friends_count_friends()
|
| plugin.friends.find_all_active_friendships |
friends_find_all_active_friendships()
|
| plugin.friends.find_active_friendships |
friends_find_active_friendships()
|
| feed.collect_follow |
friends_feed_collect_follow()
groups_feed_collect_follow()
|
| plugin.privacy.get_privacy_list |
friends_add_privacy()
|
| plugin.privacy.check_permission |
friends_permission_friends_only()
|
| friends.request-accepted |
friends_on_request_accept()
|
| friends.cancelled |
friends_on_cancel()
|
| feed.collect_follow_permissions |
friends_feed_collect_follow_permissions()
|
| feed.collect_privacy |
friends_feed_collect_privacy()
blogs_feed_collect_privacy()
groups_feed_collect_privacy()
photo_feed_collect_privacy()
video_feed_collect_privacy()
event_feed_collect_privacy()
|
| base.notify |
notification_user_action_listener()
|
| base.user_suspend |
PostService -> onAuthorSuspend()
|
| base.add_new_content_item |
blogs_add_new_content_item()
groups_on_add_new_content()
links_add_new_content_item()
photo_elst_add_new_content_item()
video_elst_add_new_content_item()
forum_elst_add_new_content_item()
event_elst_add_new_content_item()
|
| groups_on_group_delete |
groups_delete_on_group()
|
| groups_group_delete_complete |
groups_delete_group_complete()
|
| forum.check_permissions |
groups_check_permissions()
|
| forum.find_forum_caption |
groups_on_find_forum_caption()
|
| admin.add_admin_notification |
groups_is_forum_active()
|
| forum.uninstall_plugin |
groups_uninstall_forum_plugin()
|
| forum.activate_plugin |
groups_activate_forum_plugin()
|
| groups_group_create_complete |
groups_after_group_create()
|
| groups_group_edit_complete |
groups_after_group_edit()
|
| groups_user_signed |
groups_feed_on_user_join()
groups_feed_add_follow()
|
| feed.collect_widgets |
groups_newsfeed_collect_widgets()
|
| feed.on_widget_construct |
groups_newsfeed_on_widget_construct()
|
| groups.on_toolbar_collect |
groups_on_toolbar_collect()
|
| groups.get_all_group_users |
groups_find_all_groups_users()
|
| groups_before_user_signed |
groups_on_before_user_join()
|
| groups.invite_user |
groups_on_user_invite()
|
| forum.can_view |
groups_forum_can_view()
|
| forum.create_section |
forum_create_section()
|
| forum.delete_section |
forum_delete_section()
|
| forum.add_widget |
forum_add_widget()
|
| forum.delete_widget |
forum_delete_widget()
|
| forum.create_group |
forum_create_group()
|
| forum.delete_group |
forum_delete_group()
|
| forum.add_post |
forum_add_post()
forum_feed_on_post_add()
|
| forum.subscribe_user |
forum_subscribe_user()
|
| event.invite_user |
event_on_user_invite()
|
| event_after_event_edit |
event_after_event_edit()
|
| plugin.events |
event_plugin_is_active()
|
| base.online_now_click |
ajaxim_online_now_button()
|
| core.after_dispatch |
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
| base.append_markup |
base_dev_tool()
|