/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.14-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: communitymarketp_communitysportsmatters
-- ------------------------------------------------------
-- Server version	10.11.14-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `n36ic_associations`
--

DROP TABLE IF EXISTS `n36ic_associations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `n36ic_associations` (
  `id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.',
  PRIMARY KEY (`context`,`id`),
  KEY `idx_key` (`key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `n36ic_associations`
--

LOCK TABLES `n36ic_associations` WRITE;
/*!40000 ALTER TABLE `n36ic_associations` DISABLE KEYS */;
/*!40000 ALTER TABLE `n36ic_associations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `n36ic_menu`
--

DROP TABLE IF EXISTS `n36ic_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `n36ic_menu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `menutype` varchar(24) NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
  `title` varchar(255) NOT NULL COMMENT 'The display title of the menu item.',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
  `note` varchar(255) NOT NULL DEFAULT '',
  `path` varchar(1024) NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
  `link` varchar(1024) NOT NULL COMMENT 'The actually link the menu item refers to.',
  `type` varchar(16) NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
  `published` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'The published state of the menu link.',
  `parent_id` int(10) unsigned NOT NULL DEFAULT 1 COMMENT 'The parent menu item in the menu tree.',
  `level` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'The relative level in the tree.',
  `component_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to #__extensions.id',
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `browserNav` tinyint(4) NOT NULL DEFAULT 0 COMMENT 'The click behaviour of the link.',
  `access` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'The access level required to view the menu item.',
  `img` varchar(255) NOT NULL COMMENT 'The image of the menu item.',
  `template_style_id` int(10) unsigned NOT NULL DEFAULT 0,
  `params` text NOT NULL COMMENT 'JSON encoded data for the menu item.',
  `lft` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT 0 COMMENT 'Nested set rgt.',
  `home` tinyint(3) unsigned NOT NULL DEFAULT 0 COMMENT 'Indicates if this menu item is the home or default page.',
  `language` char(7) NOT NULL DEFAULT '',
  `client_id` tinyint(4) NOT NULL DEFAULT 0,
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`),
  KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  KEY `idx_menutype` (`menutype`),
  KEY `idx_left_right` (`lft`,`rgt`),
  KEY `idx_alias` (`alias`(100)),
  KEY `idx_path` (`path`(100)),
  KEY `idx_language` (`language`)
) ENGINE=MyISAM AUTO_INCREMENT=1901 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `n36ic_menu`
--

LOCK TABLES `n36ic_menu` WRITE;
/*!40000 ALTER TABLE `n36ic_menu` DISABLE KEYS */;
INSERT INTO `n36ic_menu` VALUES
(1,'','Menu_Item_Root','root','','','','',1,0,0,0,NULL,NULL,0,0,'',0,'',0,1007,0,'*',0,NULL,NULL),
(2,'main','com_banners','Banners','','Banners','index.php?option=com_banners','component',1,1,1,4,NULL,NULL,0,0,'class:bookmark',0,'',1,10,0,'*',1,NULL,NULL),
(3,'main','com_banners','Banners','','Banners/Banners','index.php?option=com_banners&view=banners','component',1,2,2,4,NULL,NULL,0,0,'class:banners',0,'',2,3,0,'*',1,NULL,NULL),
(4,'main','com_banners_categories','Categories','','Banners/Categories','index.php?option=com_categories&view=categories&extension=com_banners','component',1,2,2,6,NULL,NULL,0,0,'class:banners-cat',0,'',4,5,0,'*',1,NULL,NULL),
(5,'main','com_banners_clients','Clients','','Banners/Clients','index.php?option=com_banners&view=clients','component',1,2,2,4,NULL,NULL,0,0,'class:banners-clients',0,'',6,7,0,'*',1,NULL,NULL),
(6,'main','com_banners_tracks','Tracks','','Banners/Tracks','index.php?option=com_banners&view=tracks','component',1,2,2,4,NULL,NULL,0,0,'class:banners-tracks',0,'',8,9,0,'*',1,NULL,NULL),
(7,'main','com_contact','Contacts','','Contacts','index.php?option=com_contact','component',1,1,1,8,NULL,NULL,0,0,'class:address-book',0,'',277,288,0,'*',1,NULL,NULL),
(8,'main','com_contact_contacts','Contacts','','Contacts/Contacts','index.php?option=com_contact&view=contacts','component',1,7,2,8,NULL,NULL,0,0,'class:contact',0,'',278,279,0,'*',1,NULL,NULL),
(9,'main','com_contact_categories','Categories','','Contacts/Categories','index.php?option=com_categories&view=categories&extension=com_contact','component',1,7,2,6,NULL,NULL,0,0,'class:contact-cat',0,'',280,281,0,'*',1,NULL,NULL),
(13,'main','com_newsfeeds','News Feeds','','News Feeds','index.php?option=com_newsfeeds','component',1,1,1,17,NULL,NULL,0,0,'class:rss',0,'',289,294,0,'*',1,NULL,NULL),
(14,'main','com_newsfeeds_feeds','Feeds','','News Feeds/Feeds','index.php?option=com_newsfeeds&view=newsfeeds','component',1,13,2,17,NULL,NULL,0,0,'class:newsfeeds',0,'',290,291,0,'*',1,NULL,NULL),
(15,'main','com_newsfeeds_categories','Categories','','News Feeds/Categories','index.php?option=com_categories&view=categories&extension=com_newsfeeds','component',1,13,2,6,NULL,NULL,0,0,'class:newsfeeds-cat',0,'',292,293,0,'*',1,NULL,NULL),
(18,'main','com_finder','Smart Search','','Smart Search','index.php?option=com_finder','component',1,1,1,27,NULL,NULL,0,0,'class:search-plus',0,'',295,306,0,'*',1,NULL,NULL),
(20,'main','com_tags','Tags','','Tags','index.php?option=com_tags&view=tags','component',1,1,1,29,NULL,NULL,0,1,'class:tags',0,'',307,308,0,'',1,NULL,NULL),
(22,'main','com_associations','Multilingual Associations','','Multilingual Associations','index.php?option=com_associations&view=associations','component',1,1,1,34,NULL,NULL,0,0,'class:language',0,'',309,310,0,'*',1,NULL,NULL),
(101,'mainmenu','AFFILIATES','affiliates','','affiliates','index.php?option=com_sppagebuilder&view=page&id=70','component',1,1,1,10000,NULL,NULL,0,1,' ',26,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"home-page\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"101\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',27,68,0,'*',0,NULL,NULL),
(105,'mainmenu','Portfolio','portfolio','','portfolio','index.php?option=com_spsimpleportfolio&view=items','component',-2,1,1,10007,NULL,NULL,0,1,' ',0,'{\"show_filter\":\"1\",\"catid\":\"\",\"layout_type\":\"default\",\"columns\":\"3\",\"thumbnail_type\":\"masonry\",\"popup_image\":\"default\",\"limit\":\"12\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"1\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',147,148,0,'*',0,NULL,NULL),
(106,'mainmenu','Gallery','gallery','','gallery','index.php?option=com_speasyimagegallery&view=album&id=1','component',-2,1,1,10008,NULL,NULL,0,1,' ',0,'{\"layout\":\"default\",\"column\":\"4\",\"column_sm\":\"6\",\"column_xs\":\"6\",\"gutter\":\"30\",\"gutter_sm\":\"20\",\"gutter_xs\":\"10\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_count\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"1\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',145,146,0,'*',0,NULL,NULL),
(107,'mainmenu','About','about','','affiliates/about','index.php?option=com_sppagebuilder&view=page&id=2','component',-2,101,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"1\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',30,31,0,'*',0,NULL,NULL),
(108,'mainmenu','Events','cmpevents','','community/cmpevents','index.php?option=com_jbusinessdirectory&view=events&resetSearch=1','component',0,936,2,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"New\\\",\\\"badge_position\\\":\\\"right\\\",\\\"badge_bg_color\\\":\\\"#2ba84a\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"108\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',74,89,0,'*',0,NULL,NULL),
(109,'mainmenu','Login','login','','community/cmpevents/login','index.php?option=com_users&view=login','component',-2,108,3,25,NULL,NULL,0,1,' ',0,'{\"loginredirectchoice\":\"1\",\"login_redirect_url\":\"\",\"login_redirect_menuitem\":\"\",\"logindescription_show\":\"1\",\"login_description\":\"\",\"login_image\":\"\",\"logoutredirectchoice\":\"1\",\"logout_redirect_url\":\"\",\"logout_redirect_menuitem\":\"\",\"logoutdescription_show\":\"1\",\"logout_description\":\"\",\"logout_image\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"1\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',77,78,0,'*',0,NULL,NULL),
(110,'mainmenu','Registration','registration','','community/registration','index.php?option=com_users&view=registration','component',0,936,2,25,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"1\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',98,99,0,'*',0,NULL,NULL),
(111,'mainmenu','404','404','','community/cmpevents/404','index.php?Itemid=404','url',-2,108,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',79,80,0,'*',0,NULL,NULL),
(112,'mainmenu','Coming Soon','coming-soon','','community/cmpevents/coming-soon','?tmpl=comingsoon','url',-2,108,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',81,82,0,'*',0,NULL,NULL),
(113,'mainmenu','Contact','contact','','community/cmpevents/contact','index.php?option=com_contact&view=contact&id=1','component',-2,108,3,8,NULL,NULL,0,1,' ',0,'{\"presentation_style\":\"plain\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_misc\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"1\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',75,76,0,'*',0,NULL,NULL),
(114,'mainmenu','Services','our-services','','affiliates/our-services','index.php?option=com_sppagebuilder&view=page&id=4','component',-2,101,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"1\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',28,29,0,'*',0,NULL,NULL),
(115,'mainmenu','News','news','','news','index.php?option=com_content&view=category&layout=blog&id=8','component',-2,1,1,22,NULL,NULL,0,1,' ',0,'{\"layout_type\":\"blog\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_category_heading_title_text\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"num_leading_articles\":0,\"blog_class_leading\":\"\",\"num_intro_articles\":9,\"blog_class\":\"\",\"num_columns\":3,\"multi_column_order\":\"1\",\"num_links\":0,\"show_featured\":\"\",\"link_intro_image\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"none\",\"orderby_sec\":\"rdate\",\"order_date\":\"created\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"article_layout\":\"_:default\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"0\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"1\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',143,144,0,'*',0,NULL,NULL),
(116,'company','About','about-us','','about-us','index.php?Itemid=','alias',0,1,1,0,NULL,NULL,0,1,' ',0,'{\"aliasoptions\":\"107\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',311,312,0,'*',0,NULL,NULL),
(117,'company','Services','our-services','','our-services','index.php?Itemid=','alias',0,1,1,0,NULL,NULL,0,1,' ',0,'{\"aliasoptions\":\"114\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',313,314,0,'*',0,NULL,NULL),
(118,'company','Portfolio','our-portfolio','','our-portfolio','index.php?Itemid=','alias',0,1,1,0,NULL,NULL,0,1,' ',0,'{\"aliasoptions\":\"105\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',315,316,0,'*',0,NULL,NULL),
(119,'company','Gallery','photo-gallery','','photo-gallery','index.php?Itemid=','alias',0,1,1,0,NULL,NULL,0,1,' ',0,'{\"aliasoptions\":\"106\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',317,318,0,'*',0,NULL,NULL),
(120,'company','Blog','blogs','','blogs','index.php?Itemid=','alias',0,1,1,0,NULL,NULL,0,1,' ',0,'{\"aliasoptions\":\"115\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',319,320,0,'*',0,NULL,NULL),
(121,'mainmenu','Mega','mega','','mega','#','url',-2,1,1,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"badge\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"faicon\\\":\\\"fab fa-codepen\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"3\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"122\\\",\\\"items\\\":[{\\\"type\\\":\\\"menu_item\\\",\\\"item_id\\\":\\\"122\\\"}]},{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"3\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"125\\\",\\\"items\\\":[{\\\"type\\\":\\\"menu_item\\\",\\\"item_id\\\":\\\"125\\\"}]},{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"3\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"124\\\",\\\"items\\\":[{\\\"type\\\":\\\"menu_item\\\",\\\"item_id\\\":\\\"124\\\"}]},{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"3\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"123\\\",\\\"items\\\":[{\\\"type\\\":\\\"menu_item\\\",\\\"item_id\\\":\\\"123\\\"}]}]},{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"3\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"96\\\",\\\"items\\\":[{\\\"type\\\":\\\"module\\\",\\\"item_id\\\":\\\"96\\\"}]},{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"3\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"98\\\",\\\"items\\\":[{\\\"type\\\":\\\"module\\\",\\\"item_id\\\":\\\"98\\\"}]},{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"3\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"147\\\",\\\"items\\\":[{\\\"type\\\":\\\"menu_item\\\",\\\"item_id\\\":\\\"147\\\"}]},{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"3\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"148\\\",\\\"items\\\":[{\\\"type\\\":\\\"menu_item\\\",\\\"item_id\\\":\\\"148\\\"}]}]}],\\\"megamenu\\\":\\\"1\\\",\\\"menualign\\\":\\\"center\\\",\\\"showtitle\\\":\\\"1\\\",\\\"width\\\":\\\"1170\\\"}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',223,276,0,'*',0,NULL,NULL),
(122,'mainmenu','Core Features','core-features','','mega/core-features','#','url',-2,121,2,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',224,231,0,'*',0,NULL,NULL),
(123,'mainmenu','Powerful Features','powerful-features','','mega/powerful-features','#','url',-2,121,2,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',248,255,0,'*',0,NULL,NULL),
(124,'mainmenu','Easy Customization','easy-customization','','mega/easy-customization','#','url',-2,121,2,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',240,247,0,'*',0,NULL,NULL),
(125,'mainmenu','Layout Builder','layout-builder','','mega/layout-builder','#','url',-2,121,2,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',232,239,0,'*',0,NULL,NULL),
(130,'mainmenu','Modern Design','modern-design','','mega/core-features/modern-design','#','url',-2,122,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',225,226,0,'*',0,NULL,NULL),
(131,'mainmenu','Responsive Layout','responsive-layout','','mega/core-features/responsive-layout','#','url',-2,122,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',227,228,0,'*',0,NULL,NULL),
(133,'mainmenu','Layout Builder','layout-builder','','mega/core-features/layout-builder','#','url',-2,122,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',229,230,0,'*',0,NULL,NULL),
(135,'mainmenu','Font Awesome','font-awesome','','mega/powerful-features/font-awesome','#','url',-2,123,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',249,250,0,'*',0,NULL,NULL),
(136,'mainmenu','Off-Canvas Menu','off-canvas-menu','','mega/powerful-features/off-canvas-menu','#','url',-2,123,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',253,254,0,'*',0,NULL,NULL),
(137,'mainmenu','Bootstrap 5','bootstrap-4','','mega/powerful-features/bootstrap-4','#','url',-2,123,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',251,252,0,'*',0,NULL,NULL),
(139,'mainmenu','Advanced Typography Options','advanced-typography-options','','mega/easy-customization/advanced-typography-options','#','url',-2,124,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',241,242,0,'*',0,NULL,NULL),
(140,'mainmenu','Custom 404 Page and Offline Page','custom-404-page-and-offline-page','','mega/easy-customization/custom-404-page-and-offline-page','#','url',-2,124,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',243,244,0,'*',0,NULL,NULL),
(141,'mainmenu','Custom CSS/JS Code fields','custom-css-js-code-fields','','mega/easy-customization/custom-css-js-code-fields','#','url',-2,124,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',245,246,0,'*',0,NULL,NULL),
(143,'mainmenu','Advanced Layout Manager','advanced-layout-manager','','mega/layout-builder/advanced-layout-manager','#','url',-2,125,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',233,234,0,'*',0,NULL,NULL),
(144,'mainmenu','Mega Menu Generator','mega-menu-generator','','mega/layout-builder/mega-menu-generator','#','url',-2,125,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',235,236,0,'*',0,NULL,NULL),
(145,'mainmenu','Easy Drag & Drop','easy-drag-drop','','mega/layout-builder/easy-drag-drop','#','url',-2,125,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',237,238,0,'*',0,NULL,NULL),
(147,'mainmenu','MegaMenu Options','megamenu-options','','mega/megamenu-options','#','url',-2,121,2,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',256,265,0,'*',0,NULL,NULL),
(148,'mainmenu','Others Features','others-features','','mega/others-features','#','url',-2,121,2,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',266,275,0,'*',0,NULL,NULL),
(149,'mainmenu','Styling Menus','styling-menus','','mega/megamenu-options/styling-menus','#','url',-2,147,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',257,258,0,'*',0,NULL,NULL),
(150,'mainmenu','Menu Animation','menu-animation','','mega/megamenu-options/menu-animation','#','url',-2,147,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',259,260,0,'*',0,NULL,NULL),
(151,'mainmenu','Drag & Drop Menu Builder','drag-drop-menu-builder','','mega/megamenu-options/drag-drop-menu-builder','#','url',-2,147,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',261,262,0,'*',0,NULL,NULL),
(152,'mainmenu','Styling Options','styling-options','','mega/megamenu-options/styling-options','#','url',-2,147,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',263,264,0,'*',0,NULL,NULL),
(153,'mainmenu','Article Formats','article-formats','','mega/others-features/article-formats','#','url',-2,148,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',267,268,0,'*',0,NULL,NULL),
(154,'mainmenu','Page Title Options','page-title-options','','mega/others-features/page-title-options','#','url',-2,148,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',269,270,0,'*',0,NULL,NULL),
(155,'mainmenu','Social Comments','social-comments','','mega/others-features/social-comments','#','url',-2,148,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',271,272,0,'*',0,NULL,NULL),
(156,'mainmenu','Cross-Browser Support','cross-browser-support','','mega/others-features/cross-browser-support','#','url',-2,148,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',273,274,0,'*',0,NULL,NULL),
(198,'mainmenu','Directory','directory','','directory','index.php?option=com_jbusinessdirectory&view=search&resetSearch=1','component',-2,1,1,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"{\\\"width\\\":950,\\\"menualign\\\":\\\"center\\\",\\\"megamenu\\\":1,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"Hot\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"2\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"199\\\",\\\"items\\\":[{\\\"type\\\":\\\"menu_item\\\",\\\"item_id\\\":199}]},{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"2\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"200\\\",\\\"items\\\":[{\\\"type\\\":\\\"menu_item\\\",\\\"item_id\\\":200}]},{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"2\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"215\\\",\\\"items\\\":[{\\\"type\\\":\\\"menu_item\\\",\\\"item_id\\\":215}]},{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"2\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"222\\\",\\\"items\\\":[{\\\"type\\\":\\\"menu_item\\\",\\\"item_id\\\":222}]},{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"2\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"223\\\",\\\"items\\\":[{\\\"type\\\":\\\"menu_item\\\",\\\"item_id\\\":223}]},{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":\\\"2\\\",\\\"menuParentId\\\":\\\"\\\",\\\"moduleId\\\":\\\"224\\\",\\\"items\\\":[{\\\"type\\\":\\\"menu_item\\\",\\\"item_id\\\":224}]}]}]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"199,994,208,210\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',159,222,0,'*',0,NULL,NULL),
(199,'mainmenu','Main features','main-features','','directory/main-features','#','url',-2,198,2,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',160,167,0,'*',0,NULL,NULL),
(200,'mainmenu','Listings','listings','','directory/listings','index.php?option=com_jbusinessdirectory&view=search&featured=0&geolocation=0&radius=100&resetSearch=1','component',-2,198,2,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',168,187,0,'*',0,NULL,NULL),
(201,'mainmenu','List view style 1','list-view-style-1','','directory/listings/list-view-style-1','index.php?option=com_jbusinessdirectory&view=search&featured=0&geolocation=0&radius=100&resetSearch=1&list_layout=1','component',-2,200,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',169,170,0,'*',0,NULL,NULL),
(202,'mainmenu','List view style 2','list-view-style-2','','directory/listings/list-view-style-2','index.php?option=com_jbusinessdirectory&view=search&featured=0&geolocation=0&radius=100&resetSearch=1&list_layout=2','component',-2,200,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',171,172,0,'*',0,NULL,NULL),
(203,'mainmenu','List view style 3','list-view-style-3','','directory/listings/list-view-style-3','index.php?option=com_jbusinessdirectory&view=search&featured=0&geolocation=0&radius=100&resetSearch=1&list_layout=3','component',-2,200,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',173,174,0,'*',0,NULL,NULL),
(204,'mainmenu','List view style 4','list-view-style-4','','directory/listings/list-view-style-4','index.php?option=com_jbusinessdirectory&view=search&featured=0&geolocation=0&radius=100&resetSearch=1&list_layout=4','component',-2,200,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',175,176,0,'*',0,NULL,NULL),
(205,'mainmenu','List view style 5','list-view-style-5','','directory/listings/list-view-style-5','index.php?option=com_jbusinessdirectory&view=search&featured=0&geolocation=0&radius=100&resetSearch=1&list_layout=5','component',-2,200,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',177,178,0,'*',0,NULL,NULL),
(206,'mainmenu','List view style 6','list-view-style-6','','directory/listings/list-view-style-6','index.php?option=com_jbusinessdirectory&view=search&featured=0&geolocation=0&radius=100&resetSearch=1&list_layout=6','component',-2,200,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',179,180,0,'*',0,NULL,NULL),
(207,'mainmenu','List view style 7','list-view-style-7','','directory/listings/list-view-style-7','index.php?option=com_jbusinessdirectory&view=search&featured=0&geolocation=0&radius=100&resetSearch=1&list_layout=7','component',-2,200,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',181,182,0,'*',0,NULL,NULL),
(208,'mainmenu','Catalog','catalog','','directory/catalog','index.php?option=com_jbusinessdirectory&view=catalog','component',-2,198,2,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',218,219,0,'*',0,NULL,NULL),
(209,'mainmenu','Business Plans','business-plans','','directory/main-features/business-plans','index.php?option=com_jbusinessdirectory&view=packages','component',-2,199,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',161,162,0,'*',0,NULL,NULL),
(210,'mainmenu','Add a business','add-a-business','','directory/add-a-business','index.php?option=com_jbusinessdirectory&view=managecompany','component',-2,198,2,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',220,221,0,'*',0,NULL,NULL),
(211,'mainmenu','Control Panel','control-panel','','directory/main-features/control-panel','index.php?option=com_jbusinessdirectory&view=useroptions','component',-2,199,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',163,164,0,'*',0,NULL,NULL),
(212,'mainmenu','Admin Control Panel','admin-control-panel','','directory/main-features/admin-control-panel','administrator/','url',-2,199,3,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',165,166,0,'*',0,NULL,NULL),
(213,'mainmenu','Grid view 1','grid-view-1','','directory/listings/grid-view-1','index.php?option=com_jbusinessdirectory&view=search&featured=0&geolocation=0&radius=100&resetSearch=1&view_mode=1&grid_layout=1','component',-2,200,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',185,186,0,'*',0,NULL,NULL),
(214,'mainmenu','Grid view 2','grid-view-2','','directory/listings/grid-view-2','index.php?option=com_jbusinessdirectory&view=search&featured=0&geolocation=0&radius=100&resetSearch=1&view_mode=1&grid_layout=2','component',-2,200,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',183,184,0,'*',0,NULL,NULL),
(215,'mainmenu','Listing view','listing-view','','directory/listing-view','#','url',-2,198,2,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',188,203,0,'*',0,NULL,NULL),
(216,'mainmenu','Listing view style 1','listing-view-style-1','','directory/listing-view/listing-view-style-1','index.php?option=com_jbusinessdirectory&view=companies&companyId=8&listing_layout=1','component',-2,215,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',189,190,0,'*',0,NULL,NULL),
(217,'mainmenu','Listing view style 2','listing-view-style-2','','directory/listing-view/listing-view-style-2','index.php?option=com_jbusinessdirectory&view=companies&companyId=8&listing_layout=2','component',-2,215,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',191,192,0,'*',0,NULL,NULL),
(218,'mainmenu','Listing view style 3','listing-view-style-3','','directory/listing-view/listing-view-style-3','index.php?option=com_jbusinessdirectory&view=companies&companyId=8&listing_layout=3','component',-2,215,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',193,194,0,'*',0,NULL,NULL),
(219,'mainmenu','Listing view style 4','listing-view-style-4','','directory/listing-view/listing-view-style-4','index.php?option=com_jbusinessdirectory&view=companies&companyId=8&listing_layout=4','component',-2,215,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',195,196,0,'*',0,NULL,NULL),
(220,'mainmenu','Listing view style 5','listing-view-style-5','','directory/listing-view/listing-view-style-5','index.php?option=com_jbusinessdirectory&view=companies&companyId=8&listing_layout=5','component',-2,215,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',197,198,0,'*',0,NULL,NULL),
(221,'mainmenu','Listing view style 6','listing-view-style-6','','directory/listing-view/listing-view-style-6','index.php?option=com_jbusinessdirectory&view=companies&companyId=8&listing_layout=6','component',-2,215,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',199,200,0,'*',0,NULL,NULL),
(222,'mainmenu','Categories','categories','','directory/categories','#','url',-2,198,2,0,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',204,215,0,'*',0,NULL,NULL),
(223,'mainmenu','Offers','offers','','community/offers','index.php?option=com_jbusinessdirectory&view=offers&resetSearch=1&itemType=1','component',0,936,2,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"223\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',100,107,0,'*',0,NULL,NULL),
(224,'mainmenu','Events','events','','events','index.php?option=com_jbusinessdirectory&view=events&days=0&resetSearch=1','component',-2,1,1,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',149,158,0,'*',0,NULL,NULL),
(225,'mainmenu','View style 1','view-style-1','','directory/categories/view-style-1','index.php?option=com_jbusinessdirectory&view=categories&categoryType=1&view_style=1','component',-2,222,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',205,206,0,'*',0,NULL,NULL),
(226,'mainmenu','View style 2','view-style-2','','directory/categories/view-style-2','index.php?option=com_jbusinessdirectory&view=categories&categoryType=1&view_style=2','component',-2,222,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',207,208,0,'*',0,NULL,NULL),
(227,'mainmenu','View style 3','view-style-3','','directory/categories/view-style-3','index.php?option=com_jbusinessdirectory&view=categories&categoryType=1&view_style=3','component',-2,222,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',209,210,0,'*',0,NULL,NULL),
(228,'mainmenu','View style 4','view-style-4','','directory/categories/view-style-4','index.php?option=com_jbusinessdirectory&view=categories&categoryType=1&view_style=4','component',-2,222,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',211,212,0,'*',0,NULL,NULL),
(229,'mainmenu','View style 5','view-style-5','','directory/categories/view-style-5','index.php?option=com_jbusinessdirectory&view=categories&categoryType=1&view_style=5','component',-2,222,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',213,214,0,'*',0,NULL,NULL),
(230,'mainmenu','List view style 1','offers-list-view-style-1','','community/offers/offers-list-view-style-1','index.php?option=com_jbusinessdirectory&view=offers&resetSearch=1&view_mode=0&list_layout=1','component',-2,223,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',101,102,0,'*',0,NULL,NULL),
(231,'mainmenu','Grid view style 1','offers-grid-view-style-1','','community/offers/offers-grid-view-style-1','index.php?option=com_jbusinessdirectory&view=offers&resetSearch=1&view_mode=1&grid_layout=1','component',-2,223,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',103,104,0,'*',0,NULL,NULL),
(232,'mainmenu','Grid view style 2','offers-grid-view-style-2','','community/offers/offers-grid-view-style-2','index.php?option=com_jbusinessdirectory&view=offers&resetSearch=1&view_mode=1&grid_layout=2','component',-2,223,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',105,106,0,'*',0,NULL,NULL),
(233,'mainmenu','List view style 1','events-list-view-style-1','','events/events-list-view-style-1','index.php?option=com_jbusinessdirectory&view=events&days=0&view_mode=0&list_layout=1&resetSearch=1','component',-2,224,2,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',150,151,0,'*',0,NULL,NULL),
(234,'mainmenu','Grid view style 1','events-gied-view-style-1','','events/events-gied-view-style-1','index.php?option=com_jbusinessdirectory&view=events&days=0&view_mode=1&resetSearch=1&grid_layout=2','component',-2,224,2,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',154,155,0,'*',0,NULL,NULL),
(235,'mainmenu','Calendar','events-calendar','','events/events-calendar','index.php?option=com_jbusinessdirectory&view=events&days=0&view_mode=1&resetSearch=1&grid_layout=1','component',-2,224,2,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',156,157,0,'*',0,NULL,NULL),
(236,'mainmenu','List view style 2','events-list-view-style-2','','events/events-list-view-style-2','index.php?option=com_jbusinessdirectory&view=events&days=0&view_mode=0&list_layout=2&resetSearch=1','component',-2,224,2,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',152,153,0,'*',0,NULL,NULL),
(237,'mainmenu','Home slider','home-slider','','affiliates/home-slider','index.php?option=com_sppagebuilder&view=page&id=6','component',-2,101,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"home-page\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',62,63,0,'*',0,NULL,NULL),
(256,'mainmenu','Home map','home-map','','affiliates/home-map','index.php?option=com_sppagebuilder&view=page&id=7','component',-2,101,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',64,65,0,'*',0,NULL,NULL),
(257,'mainmenu','Home video','home-video','','affiliates/home-video','index.php?option=com_sppagebuilder&view=page&id=9','component',-2,101,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"home-page\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',66,67,0,'*',0,NULL,NULL),
(258,'mainmenu','Listing view style 7','listing-view-style-7','','directory/listing-view/listing-view-style-7','index.php?option=com_jbusinessdirectory&view=companies&companyId=8&listing_layout=7','component',-2,215,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"helixultimatemenulayout\":\"{\\\"width\\\":600,\\\"menualign\\\":\\\"right\\\",\\\"megamenu\\\":0,\\\"showtitle\\\":1,\\\"faicon\\\":\\\"\\\",\\\"customclass\\\":\\\"\\\",\\\"dropdown\\\":\\\"right\\\",\\\"badge\\\":\\\"\\\",\\\"badge_position\\\":\\\"\\\",\\\"badge_bg_color\\\":\\\"\\\",\\\"badge_text_color\\\":\\\"\\\",\\\"layout\\\":[]}\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',201,202,0,'*',0,NULL,NULL),
(521,'main','-','1631790810-7571','','Contacts/1631790810-7571','#','separator',1,7,2,33,NULL,NULL,0,0,' ',0,'{}',282,283,0,'*',1,NULL,NULL),
(522,'main','mod_menu_fields','contact-custom-fields','','Contacts/contact-custom-fields','index.php?option=com_fields&context=com_contact.contact','component',1,7,2,33,NULL,NULL,0,0,' ',0,'{}',284,285,0,'*',1,NULL,NULL),
(523,'main','mod_menu_fields_group','contact-custom-fields-group','','Contacts/contact-custom-fields-group','index.php?option=com_fields&view=groups&context=com_contact.contact','component',1,7,2,33,NULL,NULL,0,0,' ',0,'{}',286,287,0,'*',1,NULL,NULL),
(524,'main','-','1631790810-7601','','Smart Search/1631790810-7601','#','separator',1,18,2,27,NULL,NULL,0,0,' ',0,'{}',296,297,0,'*',1,NULL,NULL),
(525,'main','com_finder_index','smart-search-index','','Smart Search/smart-search-index','index.php?option=com_finder&view=index','component',1,18,2,27,NULL,NULL,0,0,' ',0,'{}',298,299,0,'*',1,NULL,NULL),
(526,'main','com_finder_maps','smart-search-maps','','Smart Search/smart-search-maps','index.php?option=com_finder&view=maps','component',1,18,2,27,NULL,NULL,0,0,' ',0,'{}',300,301,0,'*',1,NULL,NULL),
(527,'main','com_finder_filters','smart-search-filters','','Smart Search/smart-search-filters','index.php?option=com_finder&view=filters','component',1,18,2,27,NULL,NULL,0,0,' ',0,'{}',302,303,0,'*',1,NULL,NULL),
(528,'main','com_finder_searches','smart-search-searches','','Smart Search/smart-search-searches','index.php?option=com_finder&view=searches','component',1,18,2,27,NULL,NULL,0,0,' ',0,'{}',304,305,0,'*',1,NULL,NULL),
(529,'main','Search','search','','search','index.php?option=com_search','component',1,1,1,19,NULL,NULL,0,1,'class:search',0,'{}',321,322,0,'',1,NULL,NULL),
(604,'hidden','Login','login','','login','index.php?option=com_users&view=login','component',1,1,1,25,NULL,NULL,0,1,' ',0,'{\"loginredirectchoice\":\"1\",\"login_redirect_url\":\"\",\"login_redirect_menuitem\":\"\",\"logindescription_show\":\"1\",\"login_description\":\"\",\"login_image\":\"\",\"login_image_alt\":\"\",\"logoutredirectchoice\":\"1\",\"logout_redirect_url\":\"\",\"logout_redirect_menuitem\":\"\",\"logoutdescription_show\":\"1\",\"logout_description\":\"\",\"logout_image\":\"\",\"logout_image_alt\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',323,324,0,'*',0,NULL,NULL),
(847,'main','OS Services Booking','os-services-booking','','os-services-booking','index.php?option=com_osservicesbooking','component',1,1,1,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/calendar.png',0,'{}',325,356,0,'',1,NULL,NULL),
(848,'main','Dashboard','dashboard','','os-services-booking/dashboard','index.php?option=com_osservicesbooking','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/icon-16-default.png',0,'{}',326,327,0,'',1,NULL,NULL),
(849,'main','Configuration','configuration','','os-services-booking/configuration','index.php?option=com_osservicesbooking&task=configuration_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/configuration.png',0,'{}',328,329,0,'',1,NULL,NULL),
(850,'main','Manage Venues','manage-venues','','os-services-booking/manage-venues','index.php?option=com_osservicesbooking&task=venue_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/marker.png',0,'{}',330,331,0,'',1,NULL,NULL),
(851,'main','Manage Categories','manage-categories','','os-services-booking/manage-categories','index.php?option=com_osservicesbooking&task=category_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/category.png',0,'{}',332,333,0,'',1,NULL,NULL),
(852,'main','Manage Services','manage-services','','os-services-booking/manage-services','index.php?option=com_osservicesbooking&task=service_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/services.png',0,'{}',334,335,0,'',1,NULL,NULL),
(853,'main','Manage Services Orders','manage-services-orders','','os-services-booking/manage-services-orders','index.php?option=com_osservicesbooking&task=orders_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/order.png',0,'{}',336,337,0,'',1,NULL,NULL),
(854,'main','Manage Employees','manage-employees','','os-services-booking/manage-employees','index.php?option=com_osservicesbooking&task=employee_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/employee.png',0,'{}',338,339,0,'',1,NULL,NULL),
(855,'main','Manage Working time','manage-working-time','','os-services-booking/manage-working-time','index.php?option=com_osservicesbooking&task=worktime_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/time.png',0,'{}',340,341,0,'',1,NULL,NULL),
(856,'main','Manage Custom Working time','manage-custom-working-time','','os-services-booking/manage-custom-working-time','index.php?option=com_osservicesbooking&task=worktimecustom_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/time.png',0,'{}',342,343,0,'',1,NULL,NULL),
(857,'main','Manage Custom Fields','manage-custom-fields','','os-services-booking/manage-custom-fields','index.php?option=com_osservicesbooking&task=fields_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/field.png',0,'{}',344,345,0,'',1,NULL,NULL),
(858,'main','Manage Email Templates','manage-email-templates','','os-services-booking/manage-email-templates','index.php?option=com_osservicesbooking&task=emails_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/email.png',0,'{}',346,347,0,'',1,NULL,NULL),
(859,'main','Manage Payment Plugins','manage-payment-plugins','','os-services-booking/manage-payment-plugins','index.php?option=com_osservicesbooking&task=plugin_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/currency.png',0,'{}',348,349,0,'',1,NULL,NULL),
(860,'main','Manage Coupons','manage-coupons','','os-services-booking/manage-coupons','index.php?option=com_osservicesbooking&task=coupon_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/coupon.png',0,'{}',350,351,0,'',1,NULL,NULL),
(861,'main','Translation','translation','','os-services-booking/translation','index.php?option=com_osservicesbooking&task=translation_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/translation.png',0,'{}',352,353,0,'',1,NULL,NULL),
(862,'main','Install Sample Data','install-sample-data','','os-services-booking/install-sample-data','index.php?option=com_osservicesbooking&task=install_list','component',1,847,2,10129,NULL,NULL,0,1,'components/com_osservicesbooking/asset/images/data.png',0,'{}',354,355,0,'',1,NULL,NULL),
(914,'main','COM_J_HOTELRESERVATION','com-j-hotelreservation','','com-j-hotelreservation','index.php?option=com_jhotelreservation','component',1,1,1,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/jhotelreservation.gif',0,'{}',357,396,0,'',1,NULL,NULL),
(915,'main','APPLICATION_SETTINGS','application-settings','','com-j-hotelreservation/application-settings','index.php?option=com_jhotelreservation&view=applicationsettings','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/settings_16_16_icon.gif',0,'{}',358,359,0,'',1,NULL,NULL),
(916,'main','MANAGE_HOTELS','manage-hotels','','com-j-hotelreservation/manage-hotels','index.php?option=com_jhotelreservation&view=hotels','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/managehotels_16_16_icon.gif',0,'{}',360,361,0,'',1,NULL,NULL),
(917,'main','MANAGE_ROOMS','manage-rooms','','com-j-hotelreservation/manage-rooms','index.php?option=com_jhotelreservation&view=rooms','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/managerooms_16_16_icon.gif',0,'{}',362,363,0,'',1,NULL,NULL),
(918,'main','CURRENCY_SETTINGS','currency-settings','','com-j-hotelreservation/currency-settings','index.php?option=com_jhotelreservation&view=currencies','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/currencies_16_16_icon.gif',0,'{}',364,365,0,'',1,NULL,NULL),
(919,'main','MANAGE_TAXES','manage-taxes','','com-j-hotelreservation/manage-taxes','index.php?option=com_jhotelreservation&view=taxes','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/taxes_16_16_icon.gif',0,'{}',366,367,0,'',1,NULL,NULL),
(920,'main','MANAGE_EMAIL_TEMPLATES','manage-email-templates','','com-j-hotelreservation/manage-email-templates','index.php?option=com_jhotelreservation&view=emails','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/emails_16_16_icon.gif',0,'{}',368,369,0,'',1,NULL,NULL),
(922,'main','PAYMENT_PROCESSORS','payment-processors','','com-j-hotelreservation/payment-processors','index.php?option=com_jhotelreservation&view=paymentprocessors','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/paymentprocessors_16_16_icon.gif',0,'{}',370,371,0,'',1,NULL,NULL),
(923,'main','MANAGE_EXTRAS','manage-extras','','com-j-hotelreservation/manage-extras','index.php?option=com_jhotelreservation&view=extraoptions','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/managepackages_16_16_icon.gif',0,'{}',372,373,0,'',1,NULL,NULL),
(924,'main','LNG_AIRPORT_TRANSFER','lng-airport-transfer','','com-j-hotelreservation/lng-airport-transfer','index.php?option=com_jhotelreservation&view=airporttransfertypes','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/excursions_16_16.png',0,'{}',374,375,0,'',1,NULL,NULL),
(925,'main','MANAGE_DISCOUNTS','manage-discounts','','com-j-hotelreservation/manage-discounts','index.php?option=com_jhotelreservation&view=roomdiscounts','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/manageroomdiscounts_16_16_icon.gif',0,'{}',376,377,0,'',1,NULL,NULL),
(926,'main','MANAGE_OFFERS','manage-offers','','com-j-hotelreservation/manage-offers','index.php?option=com_jhotelreservation&view=offers','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/manageoffers_16_16_icon.gif',0,'{}',378,379,0,'',1,NULL,NULL),
(927,'main','MANAGE_HOTEL_REVIEWS','manage-hotel-reviews','','com-j-hotelreservation/manage-hotel-reviews','index.php?option=com_jhotelreservation&view=hotelratings','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/hotelreviews_16_16_icon.gif',0,'{}',380,381,0,'',1,NULL,NULL),
(928,'main','MANAGE_USERS_ACCESS','manage-users-access','','com-j-hotelreservation/manage-users-access','index.php?option=com_jhotelreservation&view=usersmanagement','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/manage_newsletter_users_16_16_icon.gif',0,'{}',382,383,0,'',1,NULL,NULL),
(929,'main','MANAGE_INVOICES','manage-invoices','','com-j-hotelreservation/manage-invoices','index.php?option=com_jhotelreservation&view=invoices','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/manageinvoices_16_16_icon.gif',0,'{}',384,385,0,'',1,NULL,NULL),
(930,'main','ADD_RESERVATIONS','add-reservations','','com-j-hotelreservation/add-reservations','index.php?option=com_jhotelreservation&view=reservation&layout=edit','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/addreservations_16_16_icon.gif',0,'{}',386,387,0,'',1,NULL,NULL),
(931,'main','RESERVATIONS_REPORTS','reservations-reports','','com-j-hotelreservation/reservations-reports','index.php?option=com_jhotelreservation&view=reports','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/reservationsreports_16_16_icon.gif',0,'{}',388,389,0,'',1,NULL,NULL),
(932,'main','MANAGE_RESERVATIONS','manage-reservations','','com-j-hotelreservation/manage-reservations','index.php?option=com_jhotelreservation&view=reservations','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/managereservations_16_16_icon.gif',0,'{}',390,391,0,'',1,NULL,NULL),
(933,'main','UPDATES','updates','','com-j-hotelreservation/updates','index.php?option=com_jhotelreservation&controller=about&view=updates','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/about_16_16_icon.gif',0,'{}',392,393,0,'',1,NULL,NULL),
(934,'main','ABOUT','about','','com-j-hotelreservation/about','index.php?option=com_jhotelreservation&task=about&controller=about','component',1,914,2,10170,NULL,NULL,0,1,'components/com_jhotelreservation/assets/img/about_16_16_icon.gif',0,'{}',394,395,0,'',1,NULL,NULL),
(936,'mainmenu','SOCIAL COMMUNITY','community','','community','index.php?option=com_community&view=frontpage','component',1,1,1,10199,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"936\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',71,126,0,'*',0,NULL,NULL),
(937,'jomsocial','Profile','js-profile','','js-profile','index.php?option=com_community&view=profile','component',1,1,1,10199,NULL,NULL,0,1,'',0,'',397,414,0,'*',0,NULL,NULL),
(938,'jomsocial','Change Profile Picture','js-change-profile-picture','','js-profile/js-change-profile-picture','index.php?option=com_community&view=profile&task=uploadAvatar','component',1,937,2,10199,NULL,NULL,0,1,'',0,'',398,399,0,'*',0,NULL,NULL),
(939,'jomsocial','Change Profile Video','js-change-profile-video','','js-profile/js-change-profile-video','index.php?option=com_community&view=profile&task=linkVideo','component',1,937,2,10199,NULL,NULL,0,1,'',0,'',400,401,0,'*',0,NULL,NULL),
(940,'jomsocial','Edit Profile','js-edit-profile','','js-profile/js-edit-profile','index.php?option=com_community&view=profile&task=edit','component',1,937,2,10199,NULL,NULL,0,1,'',0,'',402,403,0,'*',0,NULL,NULL),
(941,'jomsocial','Edit Details','js-edit-details','','js-profile/js-edit-details','index.php?option=com_community&view=profile&task=editDetails','component',1,937,2,10199,NULL,NULL,0,1,'',0,'',404,405,0,'*',0,NULL,NULL),
(942,'jomsocial','Privacy','js-privacy','','js-profile/js-privacy','index.php?option=com_community&view=profile&task=privacy','component',1,937,2,10199,NULL,NULL,0,1,'',0,'',406,407,0,'*',0,NULL,NULL),
(943,'jomsocial','Preferences','js-preferences','','js-profile/js-preferences','index.php?option=com_community&view=profile&task=preferences','component',1,937,2,10199,NULL,NULL,0,1,'',0,'',408,409,0,'*',0,NULL,NULL),
(944,'jomsocial','Customize My Page','js-customize-my-page','','js-profile/js-customize-my-page','index.php?option=com_community&view=profile&task=editPage','component',1,937,2,10199,NULL,NULL,0,1,'',0,'',410,411,0,'*',0,NULL,NULL),
(945,'jomsocial','Notifications','js-notifications','','js-profile/js-notifications','index.php?option=com_community&view=profile&task=notifications','component',1,937,2,10199,NULL,NULL,0,1,'',0,'',412,413,0,'*',0,NULL,NULL),
(946,'jomsocial','Members','js-members','','js-members','index.php?option=com_community&view=search&task=browse','component',1,1,1,10199,NULL,NULL,0,1,'',0,'',415,420,0,'*',0,NULL,NULL),
(947,'jomsocial','All Members','js-all-members','','js-members/js-all-members','index.php?option=com_community&view=search&task=browse','component',1,946,2,10199,NULL,NULL,0,1,'',0,'',416,417,0,'*',0,NULL,NULL),
(948,'jomsocial','Advanced Search','js-advanced-search','','js-members/js-advanced-search','index.php?option=com_community&view=search&task=advancesearch','component',1,946,2,10199,NULL,NULL,0,1,'',0,'',418,419,0,'*',0,NULL,NULL),
(949,'jomsocial','Friends','js-friends','','invite-friends/js-friends','index.php?option=com_community&view=friends','component',1,1024,2,10199,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"949\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',440,441,0,'*',0,NULL,NULL),
(950,'jomsocial','All Friends','js-all-friends','','invite-friends/js-all-friends','index.php?option=com_community&view=friends','component',1,1024,2,10199,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',442,443,0,'*',0,NULL,NULL),
(951,'jomsocial','Request Sent','js-request-sent','','invite-friends/js-request-sent','index.php?option=com_community&view=friends&task=sent','component',1,1024,2,10199,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',444,445,0,'*',0,NULL,NULL),
(952,'jomsocial','Pending my approval','js-pending-my-approval','','invite-friends/js-pending-my-approval','index.php?option=com_community&view=friends&task=pending','component',1,1024,2,10199,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',446,447,0,'*',0,NULL,NULL),
(953,'jomsocial','Pages','js-pages','','js-pages','index.php?option=com_community&view=pages','component',1,1,1,10199,NULL,NULL,0,1,'',0,'',421,422,0,'*',0,NULL,NULL),
(954,'jomsocial','Groups','js-groups','','js-groups','index.php?option=com_community&view=groups','component',1,1,1,10199,NULL,NULL,0,1,'',0,'',423,424,0,'*',0,NULL,NULL),
(955,'jomsocial','Photos','js-photos','','js-photos','index.php?option=com_community&view=photos','component',1,1,1,10199,NULL,NULL,0,1,'',0,'',425,426,0,'*',0,NULL,NULL),
(956,'jomsocial','Videos','js-videos','','js-videos','index.php?option=com_community&view=videos','component',1,1,1,10199,NULL,NULL,0,1,'',0,'',427,428,0,'*',0,NULL,NULL),
(957,'jomsocial','Events','js-events','','js-events','index.php?option=com_community&view=events','component',1,1,1,10199,NULL,NULL,0,1,'',0,'',429,430,0,'*',0,NULL,NULL),
(958,'jomsocial','Polls','js-polls','','js-polls','index.php?option=com_community&view=polls','component',1,1,1,10199,NULL,NULL,0,1,'',0,'',431,432,0,'*',0,NULL,NULL),
(960,'company','Privacy Policy','privacy-policy','','privacy-policy','index.php?option=com_content&view=article&id=17','component',1,1,1,22,NULL,NULL,0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',433,434,0,'*',0,NULL,NULL),
(961,'company','Terms & Conditions','terms-conditions','','terms-conditions','index.php?option=com_content&view=article&id=16','component',1,1,1,22,NULL,NULL,0,1,' ',0,'{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',435,436,0,'*',0,NULL,NULL),
(991,'mainmenu','Vendor Dashboard','vendor-dashboard','','marketplace-store/vendor-dashboard','index.php?option=com_quick2cart&view=vendor&layout=cp','component',1,993,2,10267,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',132,133,0,'*',0,NULL,NULL),
(992,'mainmenu','All Products','all-products','','marketplace-store/all-products','index.php?option=com_quick2cart&view=category&layout=default','component',-2,993,2,10267,NULL,NULL,0,1,' ',0,'{\"defaultCatId\":\"\",\"defaultStoreId\":\"\",\"defaultTag\":\"\",\"show_subcat_products\":\"0\",\"cat_all_prod_pagination_limit\":\"20\",\"qtcShowCatStoreList\":\"1\",\"qtcCategorySearch\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',130,131,0,'*',0,NULL,NULL),
(993,'mainmenu','MARKETPLACE','marketplace-store','','marketplace-store','index.php?option=com_quick2cart&view=category&layout=default','component',1,1,1,10267,NULL,NULL,0,1,' ',0,'{\"defaultCatId\":\"35\",\"defaultStoreId\":\"38\",\"defaultTag\":\"\",\"show_subcat_products\":\"1\",\"cat_all_prod_pagination_limit\":\"20\",\"qtcShowCatStoreList\":\"1\",\"qtcCategorySearch\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"993\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',127,134,0,'*',0,NULL,NULL),
(994,'mainmenu','Restaruants ','restaruants','','directory/restaruants','index.php?option=com_jbusinessdirectory&view=search&menuCategoryId=75&resetSearch=1','component',-2,198,2,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\"}',216,217,0,'*',0,NULL,NULL),
(1001,'main','COM_GURU','com-guru','','com-guru','index.php?option=com_guru','component',1,1,1,10330,NULL,NULL,0,1,'components/com_guru/images/lm/guru_icon.png',0,'{}',437,438,0,'',1,NULL,NULL),
(1002,'mainmenu','Education','education','','community/education','index.php?option=com_sppagebuilder&view=page&id=10','component',0,936,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"1002\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',90,95,0,'*',0,NULL,NULL),
(1003,'mainmenu','*Create a Store','create-a-store','','marketplace-store/create-a-store','index.php?option=com_quick2cart&view=vendor&layout=createstore','component',1,993,2,10267,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',128,129,0,'*',0,NULL,NULL),
(1016,'mainmenu','Success with Digital','success-with-digital-training','','community/education/success-with-digital-training','index.php?option=com_sppagebuilder&view=page&id=10','component',0,1002,3,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',91,94,0,'*',0,NULL,NULL),
(1017,'mainmenu','Digital Adoptin Grant','digital-adoptin-grant','','community/education/success-with-digital-training/digital-adoptin-grant','index.php?option=com_sppagebuilder&view=page&id=10','component',0,1016,4,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',92,93,0,'*',0,NULL,NULL),
(1023,'mainmenu','Account Profile','account-profile','','community/account-profile','index.php?option=com_community&view=profile','component',0,936,2,10199,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',72,73,0,'*',0,NULL,NULL),
(1024,'jomsocial','Invite Friends','invite-friends','','invite-friends','index.php?option=com_community&view=friends&task=invite','component',1,1,1,10199,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',439,448,0,'*',0,NULL,NULL),
(1050,'mainmenu','*Become an Affiliate','become-an-affiliate','','community/business/become-an-affiliate','index.php?option=com_affiliatetracker&view=account&layout=form','component',1,1057,3,10345,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',111,112,0,'*',0,NULL,NULL),
(1051,'main','AFFILIATE_TRACKER','affiliate-tracker','','affiliate-tracker','index.php?option=com_affiliatetracker','component',1,1,1,10345,NULL,NULL,0,1,'components/com_affiliatetracker/assets/images/contacts_icon.png',0,'{}',449,460,0,'',1,NULL,NULL),
(1052,'main','CONVERSIONS','conversions','','affiliate-tracker/conversions','index.php?option=com_affiliatetracker','component',1,1051,2,10345,NULL,NULL,0,1,'components/com_affiliatetracker/assets/images/percent.png',0,'{}',450,451,0,'',1,NULL,NULL),
(1053,'main','ACCOUNTS','accounts','','affiliate-tracker/accounts','index.php?option=com_affiliatetracker&controller=accounts','component',1,1051,2,10345,NULL,NULL,0,1,'components/com_affiliatetracker/assets/images/contacts_icon.png',0,'{}',452,453,0,'',1,NULL,NULL),
(1054,'main','LOGS','logs','','affiliate-tracker/logs','index.php?option=com_affiliatetracker&controller=logs','component',1,1051,2,10345,NULL,NULL,0,1,'components/com_affiliatetracker/assets/images/chart_bar.png',0,'{}',454,455,0,'',1,NULL,NULL),
(1055,'main','PAYMENTS','payments','','affiliate-tracker/payments','index.php?option=com_affiliatetracker&controller=payments','component',1,1051,2,10345,NULL,NULL,0,1,'components/com_affiliatetracker/assets/images/money.png',0,'{}',456,457,0,'',1,NULL,NULL),
(1056,'main','MARKETING_MATERIAL','marketing-material','','affiliate-tracker/marketing-material','index.php?option=com_affiliatetracker&controller=marketings','component',1,1051,2,10345,NULL,NULL,0,1,'components/com_affiliatetracker/assets/images/template_icon.png',0,'{}',458,459,0,'',1,NULL,NULL),
(1057,'mainmenu','BUSINESS\'','business','','community/business','index.php?option=com_jbusinessdirectory&view=search&resetSearch=1','component',1,936,2,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"1058,1050,1108,1100,1060\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',110,125,0,'*',0,NULL,NULL),
(1058,'mainmenu','*Add a Business','add-a-business','','community/business/add-a-business','index.php?option=com_jbusinessdirectory&view=managecompany','component',1,1057,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',113,114,0,'*',0,NULL,NULL),
(1059,'mainmenu','Packages','packages','','community/business/packages','index.php?option=com_jbusinessdirectory&view=packages&packageType=1','component',0,1057,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',123,124,0,'*',0,NULL,NULL),
(1060,'mainmenu','My Business Control Panel','control-panel','','community/business/control-panel','index.php?option=com_jbusinessdirectory&view=useroptions','component',1,1057,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',121,122,0,'*',0,NULL,NULL),
(1061,'mainmenu','Local Magazine','cmp-magazine','','affiliates/advertising/cmp-magazine','index.php?option=com_sppagebuilder&view=page&id=11','component',-2,1233,3,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"Community Marketplace Magazine - Priority Local\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',51,58,0,'*',0,NULL,NULL),
(1100,'mainmenu','My Business Offers','my-offers','','community/business/my-offers','index.php?option=com_jbusinessdirectory&view=managecompanyoffers','component',1,1057,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',119,120,0,'*',0,NULL,NULL),
(1101,'mainmenu','Partner FlipBook','partner-flipbook','','affiliates/advertising/cmp-magazine/cmp-for-partners/partner-flipbook','index.php?option=com_sppagebuilder&view=page&id=13','component',-2,1107,5,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',55,56,0,'*',0,NULL,NULL),
(1102,'mainmenu','Business Events','business-events','','community/cmpevents/business-events','index.php?option=com_jbusinessdirectory&view=events&resetSearch=1','component',0,108,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"1102\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',83,86,0,'*',0,NULL,NULL),
(1103,'mainmenu','Community Events','community-events','','community/cmpevents/community-events','index.php?option=com_community&view=events','component',0,108,3,10199,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',87,88,0,'*',0,NULL,NULL),
(1104,'mainmenu','Groups','groups','','community/groups','index.php?option=com_community&view=groups','component',0,936,2,10199,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',96,97,0,'*',0,NULL,NULL),
(1105,'mainmenu','Events','events','','community/events','index.php?option=com_community&view=events','component',-2,936,2,10199,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',108,109,0,'*',0,NULL,NULL),
(1106,'mainmenu','CMP for Advertisers','cmp-for-advertisers','','affiliates/advertising/cmp-magazine/cmp-for-advertisers','index.php?option=com_sppagebuilder&view=page&id=14','component',-2,1061,4,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',52,53,0,'*',0,NULL,NULL),
(1107,'mainmenu','CMP for Partners','cmp-for-partners','','affiliates/advertising/cmp-magazine/cmp-for-partners','index.php?option=com_sppagebuilder&view=page&id=11','component',-2,1061,4,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',54,57,0,'*',0,NULL,NULL),
(1108,'mainmenu','Business Events','business-events','','community/business/business-events','index.php?option=com_jbusinessdirectory&view=events&resetSearch=1','component',1,1057,3,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',115,118,0,'*',0,NULL,NULL),
(1111,'main','COM_J_BUSINESSDIRECTORY','com-j-businessdirectory','','com-j-businessdirectory','index.php?option=com_jbusinessdirectory','component',1,1,1,10102,NULL,NULL,0,1,'class:component',0,'{}',461,498,0,'',1,NULL,NULL),
(1112,'main','DASHBOARD','dashboard','','com-j-businessdirectory/dashboard','index.php?option=com_jbusinessdirectory&view=jbusinessdirectory','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',462,463,0,'',1,NULL,NULL),
(1113,'main','APPLICATION_SETTINGS','application-settings','','com-j-businessdirectory/application-settings','index.php?option=com_jbusinessdirectory&view=applicationsettings','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',464,465,0,'',1,NULL,NULL),
(1114,'main','MANAGE_CATEGORIES','manage-categories','','com-j-businessdirectory/manage-categories','index.php?option=com_jbusinessdirectory&view=categories','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',466,467,0,'',1,NULL,NULL),
(1115,'main','MANAGE_COMPANIES','manage-companies','','com-j-businessdirectory/manage-companies','index.php?option=com_jbusinessdirectory&view=companies','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',468,469,0,'',1,NULL,NULL),
(1116,'main','MANAGE_CUSTOM_FIELDS','manage-custom-fields','','com-j-businessdirectory/manage-custom-fields','index.php?option=com_jbusinessdirectory&view=attributes','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',470,471,0,'',1,NULL,NULL),
(1117,'main','MANAGE_COMPANY_TYPES','manage-company-types','','com-j-businessdirectory/manage-company-types','index.php?option=com_jbusinessdirectory&view=companytypes','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',472,473,0,'',1,NULL,NULL),
(1118,'main','MANAGE_OFFERS','manage-offers','','com-j-businessdirectory/manage-offers','index.php?option=com_jbusinessdirectory&view=offers','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',474,475,0,'',1,NULL,NULL),
(1119,'main','MANAGE_EVENTS','manage-events','','com-j-businessdirectory/manage-events','index.php?option=com_jbusinessdirectory&view=events','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',476,477,0,'',1,NULL,NULL),
(1120,'main','MANAGE_EVENT_TYPES','manage-event-types','','com-j-businessdirectory/manage-event-types','index.php?option=com_jbusinessdirectory&view=eventtypes','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',478,479,0,'',1,NULL,NULL),
(1121,'main','MANAGE_PACKAGES','manage-packages','','com-j-businessdirectory/manage-packages','index.php?option=com_jbusinessdirectory&view=packages','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',480,481,0,'',1,NULL,NULL),
(1122,'main','MANAGE_DISCOUNTS','manage-discounts','','com-j-businessdirectory/manage-discounts','index.php?option=com_jbusinessdirectory&view=discounts','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',482,483,0,'',1,NULL,NULL),
(1123,'main','MANAGE_ORDERS','manage-orders','','com-j-businessdirectory/manage-orders','index.php?option=com_jbusinessdirectory&view=orders','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',484,485,0,'',1,NULL,NULL),
(1124,'main','PAYMENT_PROCESSORS','payment-processors','','com-j-businessdirectory/payment-processors','index.php?option=com_jbusinessdirectory&view=paymentprocessors','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',486,487,0,'',1,NULL,NULL),
(1125,'main','MANAGE_COUNTRIES','manage-countries','','com-j-businessdirectory/manage-countries','index.php?option=com_jbusinessdirectory&view=countries','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',488,489,0,'',1,NULL,NULL),
(1126,'main','MANAGE_REVIEWS','manage-reviews','','com-j-businessdirectory/manage-reviews','index.php?option=com_jbusinessdirectory&view=reviews','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',490,491,0,'',1,NULL,NULL),
(1127,'main','MANAGE_EMAILS','manage-emails','','com-j-businessdirectory/manage-emails','index.php?option=com_jbusinessdirectory&view=emailtemplates','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',492,493,0,'',1,NULL,NULL),
(1128,'main','REPORTS','reports','','com-j-businessdirectory/reports','index.php?option=com_jbusinessdirectory&view=reports','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',494,495,0,'',1,NULL,NULL),
(1129,'main','UPDATE','update','','com-j-businessdirectory/update','index.php?option=com_jbusinessdirectory&view=updates','component',1,1111,2,10102,NULL,NULL,0,1,'class:component',0,'{}',496,497,0,'',1,NULL,NULL),
(1130,'mainmenu','* Add Event','add-event','','community/cmpevents/business-events/add-event','index.php?option=com_jbusinessdirectory&view=suggestions','component',0,1102,4,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',84,85,0,'*',0,NULL,NULL),
(1131,'mainmenu','Royal Oak Whitby North','royal-oak-whitby-north','','royal-oak-whitby-north','index.php?option=com_sppagebuilder&view=page&id=19','component',-2,1,1,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',139,140,0,'*',0,NULL,NULL),
(1135,'mainmenu','*Add an Event','add-an-event','','community/business/business-events/add-an-event','index.php?option=com_jbusinessdirectory&view=suggestions','component',1,1108,4,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',116,117,0,'*',0,NULL,NULL),
(1136,'mainmenu','Videos','videos','','videos','index.php?option=com_jbusinessdirectory&view=videos&resetSearch=1&itemType=1&list_layout=1&grid_layout=1&view_mode=1','component',0,1,1,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"1136\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',69,70,0,'*',0,NULL,NULL),
(1137,'main','OSSOLUTION_PROPERTY','ossolution-property','','ossolution-property','index.php?option=com_osproperty','component',1,1,1,10425,NULL,NULL,0,1,'components/com_osproperty/images/home.png',0,'{}',499,532,0,'',1,NULL,NULL),
(1138,'main','CONTROL_PANEL','control-panel','','ossolution-property/control-panel','index.php?option=com_osproperty','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/home.png',0,'{}',500,501,0,'',1,NULL,NULL),
(1139,'main','CONFIGURATION','configuration','','ossolution-property/configuration','index.php?option=com_osproperty&task=configuration_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/home.png',0,'{}',502,503,0,'',1,NULL,NULL),
(1140,'main','MANAGE_CATEGORIES','manage-categories','','ossolution-property/manage-categories','index.php?option=com_osproperty&task=categories_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/category.png',0,'{}',504,505,0,'',1,NULL,NULL),
(1141,'main','MANAGE_PROPERTIES','manage-properties','','ossolution-property/manage-properties','index.php?option=com_osproperty&task=properties_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/home.png',0,'{}',506,507,0,'',1,NULL,NULL),
(1142,'main','MANAGE_COMPANIES','manage-companies','','ossolution-property/manage-companies','index.php?option=com_osproperty&task=companies_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/company.png',0,'{}',508,509,0,'',1,NULL,NULL),
(1143,'main','MANAGE_AGENTS','manage-agents','','ossolution-property/manage-agents','index.php?option=com_osproperty&task=agent_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/agent.png',0,'{}',510,511,0,'',1,NULL,NULL),
(1144,'main','MANAGE_PROPERTY_TYPES','manage-property-types','','ossolution-property/manage-property-types','index.php?option=com_osproperty&task=type_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/type.png',0,'{}',512,513,0,'',1,NULL,NULL),
(1145,'main','MANAGE_CONVENIENCE','manage-convenience','','ossolution-property/manage-convenience','index.php?option=com_osproperty&task=amenities_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/convenience.png',0,'{}',514,515,0,'',1,NULL,NULL),
(1146,'main','MANAGE_PRICE_LIST','manage-price-list','','ossolution-property/manage-price-list','index.php?option=com_osproperty&task=pricegroup_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/price.png',0,'{}',516,517,0,'',1,NULL,NULL),
(1147,'main','MANAGE_EXTRA_FIELD_GROUPS','manage-extra-field-groups','','ossolution-property/manage-extra-field-groups','index.php?option=com_osproperty&task=fieldgroup_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/group.png',0,'{}',518,519,0,'',1,NULL,NULL),
(1148,'main','MANAGE_EXTRA_FIELDS','manage-extra-fields','','ossolution-property/manage-extra-fields','index.php?option=com_osproperty&task=extrafield_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/extrafield.png',0,'{}',520,521,0,'',1,NULL,NULL),
(1149,'main','MANAGE_EMAIL_FORMS','manage-email-forms','','ossolution-property/manage-email-forms','index.php?option=com_osproperty&task=email_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/email.png',0,'{}',522,523,0,'',1,NULL,NULL),
(1150,'main','MANAGE_COMMENTS','manage-comments','','ossolution-property/manage-comments','index.php?option=com_osproperty&task=comment_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/comment.png',0,'{}',524,525,0,'',1,NULL,NULL),
(1151,'main','MANAGE_THEMES','manage-themes','','ossolution-property/manage-themes','index.php?option=com_osproperty&task=theme_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/theme.png',0,'{}',526,527,0,'',1,NULL,NULL),
(1152,'main','MANAGE_STATES','manage-states','','ossolution-property/manage-states','index.php?option=com_osproperty&task=state_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/state.png',0,'{}',528,529,0,'',1,NULL,NULL),
(1153,'main','MANAGE_CITIES','manage-cities','','ossolution-property/manage-cities','index.php?option=com_osproperty&task=city_list','component',1,1137,2,10425,NULL,NULL,0,1,'components/com_osproperty/images/assets/city.png',0,'{}',530,531,0,'',1,NULL,NULL),
(1154,'main','com_mightysites','com-mightysites','','com-mightysites','index.php?option=com_mightysites','component',1,1,1,10105,NULL,NULL,0,1,'class:server',0,'{}',533,538,0,'',1,NULL,NULL),
(1155,'main','com_mightysites_sites','com-mightysites-sites','','com-mightysites/com-mightysites-sites','index.php?option=com_mightysites&view=sites','component',1,1154,2,10105,NULL,NULL,0,1,'class:server',0,'{}',534,535,0,'',1,NULL,NULL),
(1156,'main','com_mightysites_databases','com-mightysites-databases','','com-mightysites/com-mightysites-databases','index.php?option=com_mightysites&view=databases','component',1,1154,2,10105,NULL,NULL,0,1,'class:database',0,'{}',536,537,0,'',1,NULL,NULL),
(1157,'mainmenu','Marketplace','marketplace','','marketplace','index.php?option=com_sppagebuilder&view=page&id=4','component',-2,1,1,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',141,142,0,'*',0,NULL,NULL),
(1158,'mainmenu','Property Admin','property-admin','','property-admin','index.php?option=com_osproperty&view=aaddproperty','component',0,1,1,10425,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"1158\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',135,138,0,'*',0,NULL,NULL),
(1159,'mainmenu','Agent Registration','agent-registration','','property-admin/agent-registration','index.php?option=com_osproperty&view=aagentregistration','component',0,1158,2,10425,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\"}',136,137,0,'*',0,NULL,NULL),
(1160,'main','JCHAT','jchat','','jchat','index.php?option=com_jchat','component',1,1,1,10428,NULL,NULL,0,1,'class:jchat-16x16',0,'{}',539,540,0,'',1,NULL,NULL),
(1216,'mainmenu','Ticketed Events','all-events','','affiliates/all-events','index.php?option=com_jticketing&view=events&layout=default&catid=0','component',-2,101,2,10482,NULL,NULL,0,1,' ',0,'{\"show_search_filter\":\"1\",\"show_filters\":\"both\",\"show_creator_filter\":\"basic\",\"show_event_filter\":\"advanced\",\"show_category_filter\":\"basic\",\"show_location_filter\":\"basic\",\"show_date_filter\":\"basic\",\"show_price_filter\":\"advanced\",\"show_tags_filter\":\"advanced\",\"show_sorting_options\":\"1\",\"default_sort_by_option\":\"created\",\"filter_order_Dir\":\"desc\",\"events_to_show\":\"ongoing\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',32,35,0,'*',0,NULL,NULL),
(1217,'mainmenu','My Events','my-events','','affiliates/all-events/my-events','index.php?option=com_jticketing&view=events&layout=my','component',-2,1216,3,10482,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',33,34,0,'*',0,NULL,NULL),
(1233,'mainmenu','Advertising','advertising','','affiliates/advertising','index.php?option=com_socialads&view=dashboard','component',-2,101,2,10442,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',36,59,0,'*',0,NULL,NULL),
(1234,'mainmenu','Manage Ads','manage-ads','','affiliates/advertising/manage-ads','index.php?option=com_socialads&view=ads','component',-2,1233,3,10442,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',49,50,0,'*',0,NULL,NULL),
(1235,'mainmenu','Campaigns','campaigns','','affiliates/advertising/campaigns','index.php?option=com_socialads&view=campaigns','component',-2,1233,3,10442,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',39,40,0,'*',0,NULL,NULL),
(1236,'mainmenu','Ad Wallet','ad-wallet','','affiliates/advertising/ad-wallet','index.php?option=com_socialads&view=wallet','component',-2,1233,3,10442,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',37,38,0,'*',0,NULL,NULL),
(1237,'mainmenu','Dashboard','dashboard','','affiliates/advertising/dashboard','index.php?option=com_socialads&view=dashboard','component',-2,1233,3,10442,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',43,44,0,'*',0,NULL,NULL),
(1238,'mainmenu','Create Ad','create-ad','','affiliates/advertising/create-ad','index.php?option=com_socialads&view=adform','component',-2,1233,3,10442,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',41,42,0,'*',0,NULL,NULL),
(1239,'mainmenu','My Orders','my-orders','','affiliates/advertising/my-orders','index.php?option=com_socialads&view=myorders','component',-2,1233,3,10442,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',47,48,0,'*',0,NULL,NULL),
(1240,'mainmenu','Make a Payment','make-a-payment','','affiliates/advertising/make-a-payment','index.php?option=com_socialads&view=payment','component',-2,1233,3,10442,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',45,46,0,'*',0,NULL,NULL),
(1241,'mainmenu','CampX ','campx','','campx','index.php?option=com_sppagebuilder&view=page&id=34','component',-2,1,1,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',541,566,0,'*',0,NULL,NULL),
(1243,'mainmenu','CampX Check Point 1','campx-check-point-1','','campx/campx-check-point-1','index.php?option=com_sppagebuilder&view=page&id=37','component',-2,1241,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',542,543,0,'*',0,NULL,NULL),
(1244,'mainmenu','CampX Check Point 2','campx-check-point-2','','campx/campx-check-point-2','index.php?option=com_sppagebuilder&view=page&id=38','component',-2,1241,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',544,545,0,'*',0,NULL,NULL),
(1245,'mainmenu','CampX Check Point 3','campx-check-point-3','','campx/campx-check-point-3','index.php?option=com_sppagebuilder&view=page&id=39','component',-2,1241,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',546,547,0,'*',0,NULL,NULL),
(1246,'mainmenu','CampX Check Point 4','campx-check-point-4','','campx/campx-check-point-4','index.php?option=com_sppagebuilder&view=page&id=40','component',-2,1241,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',548,549,0,'*',0,NULL,NULL),
(1247,'mainmenu','CampX Check Point 5','campx-check-point-5','','campx/campx-check-point-5','index.php?option=com_sppagebuilder&view=page&id=41','component',-2,1241,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',550,551,0,'*',0,NULL,NULL),
(1248,'mainmenu','CampX Check Point 6','campx-check-point-6','','campx/campx-check-point-6','index.php?option=com_sppagebuilder&view=page&id=42','component',-2,1241,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',552,553,0,'*',0,NULL,NULL),
(1249,'mainmenu','CampX Check Point 7','campx-check-point-7','','campx/campx-check-point-7','index.php?option=com_sppagebuilder&view=page&id=43','component',-2,1241,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',554,555,0,'*',0,NULL,NULL),
(1250,'mainmenu','CampX Check Point 8','campx-check-point-8','','campx/campx-check-point-8','index.php?option=com_sppagebuilder&view=page&id=44','component',-2,1241,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',556,557,0,'*',0,NULL,NULL),
(1251,'mainmenu','CampX Check Point 9','campx-check-point-9','','campx/campx-check-point-9','index.php?option=com_sppagebuilder&view=page&id=45','component',-2,1241,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',558,559,0,'*',0,NULL,NULL),
(1252,'mainmenu','CampX Check Point 10','campx-check-point-10','','campx/campx-check-point-10','index.php?option=com_sppagebuilder&view=page&id=46','component',-2,1241,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',560,561,0,'*',0,NULL,NULL),
(1253,'mainmenu','CampX Check Point 11','campx-check-point-11','','campx/campx-check-point-11','index.php?option=com_sppagebuilder&view=page&id=47','component',-2,1241,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',562,563,0,'*',0,NULL,NULL),
(1254,'mainmenu','CampX Check Point 12','campx-check-point-12','','campx/campx-check-point-12','index.php?option=com_sppagebuilder&view=page&id=48','component',-2,1241,2,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',564,565,0,'*',0,NULL,NULL),
(1255,'mainmenu','TV Template ','tv-template','','affiliates/tv-template','index.php?option=com_sppagebuilder&view=page&id=84','component',1,101,2,10000,NULL,NULL,0,1,' ',16,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',60,61,0,'*',0,NULL,NULL),
(1256,'main','COM_INVITEX','com-invitex','','com-invitex','index.php?option=com_invitex','component',1,1,1,10374,NULL,NULL,0,1,'components/com_invitex/assets/images/icons/user_add.png',0,'{}',567,586,0,'',1,NULL,NULL),
(1257,'main','COM_DASHBOARD','com-dashboard','','com-invitex/com-dashboard','index.php?option=com_invitex','component',1,1256,2,10374,NULL,NULL,0,1,'components/com_invitex/assets/images/invites.png',0,'{}',568,569,0,'',1,NULL,NULL),
(1258,'main','COM_INVITE_INVITES','com-invite-invites','','com-invitex/com-invite-invites','index.php?option=com_invitex&view=invites','component',1,1256,2,10374,NULL,NULL,0,1,'components/com_invitex/assets/images/icons/invites.png',0,'{}',570,571,0,'',1,NULL,NULL),
(1259,'main','COM_INVITEX_URL_INVITES','com-invitex-url-invites','','com-invitex/com-invitex-url-invites','index.php?option=com_invitex&view=urlinvites','component',1,1256,2,10374,NULL,NULL,0,1,'components/com_invitex/assets/images/icons/invites.png',0,'{}',572,573,0,'',1,NULL,NULL),
(1260,'main','COM_INVITE_TOP_INVITERS','com-invite-top-inviters','','com-invitex/com-invite-top-inviters','index.php?option=com_invitex&view=topinviters','component',1,1256,2,10374,NULL,NULL,0,1,'components/com_invitex/assets/images/icons/users.png',0,'{}',574,575,0,'',1,NULL,NULL),
(1261,'main','COM_INVITE_TEMPLATE','com-invite-template','','com-invitex/com-invite-template','index.php?option=com_invitex&view=config&layout=templates','component',1,1256,2,10374,NULL,NULL,0,1,'components/com_invitex/assets/images/icons/process.png',0,'{}',576,577,0,'',1,NULL,NULL),
(1262,'main','COM_TYPES','com-types','','com-invitex/com-types','index.php?option=com_invitex&view=types','component',1,1256,2,10374,NULL,NULL,0,1,'components/com_invitex/assets/images/icons/types.png',0,'{}',578,579,0,'',1,NULL,NULL),
(1263,'main','COM_INVITE_LIMIT','com-invite-limit','','com-invitex/com-invite-limit','index.php?option=com_invitex&view=invitation_limit','component',1,1256,2,10374,NULL,NULL,0,1,'components/com_invitex/assets/images/icons/limit.png',0,'{}',580,581,0,'',1,NULL,NULL),
(1264,'main','COM_UNSUB_USERS','com-unsub-users','','com-invitex/com-unsub-users','index.php?option=com_invitex&view=unsubscribe_list','component',1,1256,2,10374,NULL,NULL,0,1,'components/com_invitex/assets/images/icons/unsubscribe.png',0,'{}',582,583,0,'',1,NULL,NULL),
(1265,'main','COM_REMINDER','com-reminder','','com-invitex/com-reminder','index.php?option=com_invitex&view=reminder','component',1,1256,2,10374,NULL,NULL,0,1,'components/com_invitex/assets/images/icons/reminder.png',0,'{}',584,585,0,'',1,NULL,NULL),
(1266,'main','JS_JOBS','js-jobs','','js-jobs','index.php?option=com_jsjobs','component',1,1,1,10572,NULL,NULL,0,1,'../administrator/components/com_jsjobs/include/images/js.png',0,'{}',587,588,0,'',1,NULL,NULL),
(1267,'mainmenu','Employer Control Panel','employer-control-panel','','employer-control-panel','index.php?option=com_jsjobs&view=employer&layout=controlpanel','component',0,1,1,10572,NULL,NULL,0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',23,24,0,'*',0,NULL,NULL),
(1268,'mainmenu','Job Seeker Control Panel','jobseeker-control-panel','','jobseeker-control-panel','index.php?option=com_jsjobs&view=jobseeker&layout=controlpanel','component',0,1,1,10572,NULL,NULL,0,1,'',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}',25,26,0,'*',0,NULL,NULL),
(1274,'main','COM_TJCERTIFICATE','com-tjcertificate','','com-tjcertificate','index.php?option=com_tjcertificate','component',1,1,1,10480,NULL,NULL,0,1,'class:component',0,'{}',589,594,0,'',1,NULL,NULL),
(1275,'main','COM_TJCERTIFICATE_TITLE_CERTIFICATES','com-tjcertificate-title-certificates','','com-tjcertificate/com-tjcertificate-title-certificates','index.php?option=com_tjcertificate&view=templates','component',1,1274,2,10480,NULL,NULL,0,1,'class:component',0,'{}',590,591,0,'',1,NULL,NULL),
(1276,'main','COM_TJCERTIFICATE_TITLE_ISSUED_CERTIFICATES','com-tjcertificate-title-issued-certificates','','com-tjcertificate/com-tjcertificate-title-issued-certificates','index.php?option=com_tjcertificate&view=certificates','component',1,1274,2,10480,NULL,NULL,0,1,'class:component',0,'{}',592,593,0,'',1,NULL,NULL),
(1277,'main','com_jticketing','com-jticketing','','com-jticketing','index.php?option=com_jticketing','component',1,1,1,10482,NULL,NULL,0,1,'components/com_jticketing/assets/images/jticketing16x16.png',0,'{}',595,652,0,'',1,NULL,NULL),
(1278,'main','JT_CP','jt-cp','','com-jticketing/jt-cp','index.php?option=com_jticketing&view=cp','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',596,597,0,'',1,NULL,NULL),
(1279,'main','COM_JTICKETING_TITLE_VENUES_CATS','com-jticketing-title-venues-cats','','com-jticketing/com-jticketing-title-venues-cats','index.php?option=com_categories&view=categories&extension=com_jticketing.venues','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',598,599,0,'',1,NULL,NULL),
(1280,'main','COM_JTICKETING_VENUES','com-jticketing-venues','','com-jticketing/com-jticketing-venues','index.php?option=com_jticketing&view=venues','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',600,601,0,'',1,NULL,NULL),
(1281,'main','COM_CATEGORIES','com-categories','','com-jticketing/com-categories','index.php?option=com_categories&view=categories&extension=com_jticketing','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',602,603,0,'',1,NULL,NULL),
(1282,'main','COM_EVENTS','com-events','','com-jticketing/com-events','index.php?option=com_jticketing&view=events','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',604,605,0,'',1,NULL,NULL),
(1283,'main','COM_CATIMPORTEXPORT','com-catimportexport','','com-jticketing/com-catimportexport','index.php?option=com_jticketing&view=catimpexp','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',606,607,0,'',1,NULL,NULL),
(1284,'main','COM_SALE','com-sale','','com-jticketing/com-sale','index.php?option=com_jticketing&view=allticketsales','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',608,609,0,'',1,NULL,NULL),
(1285,'main','COM_ORDERS','com-orders','','com-jticketing/com-orders','index.php?option=com_jticketing&view=orders','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',610,611,0,'',1,NULL,NULL),
(1286,'main','COM_ATTENDEES_VIEW','com-attendees-view','','com-jticketing/com-attendees-view','index.php?option=com_jticketing&view=attendees','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',612,613,0,'',1,NULL,NULL),
(1287,'main','COM_JTICKETING_WAITING_LIST','com-jticketing-waiting-list','','com-jticketing/com-jticketing-waiting-list','index.php?option=com_jticketing&view=waitinglist','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',614,615,0,'',1,NULL,NULL),
(1288,'main','COM_EMAIL_CONFIG','com-email-config','','com-jticketing/com-email-config','index.php?option=com_jticketing&view=email_config','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',616,617,0,'',1,NULL,NULL),
(1289,'main','COM_JTICKETING_PDF_TEMPLATES','com-jticketing-pdf-templates','','com-jticketing/com-jticketing-pdf-templates','index.php?option=com_jticketing&view=pdftemplates','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',618,619,0,'',1,NULL,NULL),
(1292,'main','COM_JTICKETING_CERTIFICATE_TEMPLATE','com-jticketing-certificate-template','','com-jticketing/com-jticketing-certificate-template','index.php?option=com_tjcertificate&view=templates&extension=com_jticketing.event','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',620,621,0,'',1,NULL,NULL),
(1293,'main','COM_JTICKETING_CERTIFICATE_ISSUED','com-jticketing-certificate-issued','','com-jticketing/com-jticketing-certificate-issued','index.php?option=com_tjcertificate&view=certificates&extension=com_jticketing.event','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',622,623,0,'',1,NULL,NULL),
(1295,'main','COM_COUPON','com-coupon','','com-jticketing/com-coupon','index.php?option=com_jticketing&view=coupons','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',624,625,0,'',1,NULL,NULL),
(1296,'main','COM_JTICKETING_EVENT_TJFIELD_MENU','com-jticketing-event-tjfield-menu','','com-jticketing/com-jticketing-event-tjfield-menu','index.php?option=com_tjfields&view=fields&client=com_jticketing.event','component',1,1277,2,10257,NULL,NULL,0,1,'class:component',0,'{}',626,627,0,'',1,NULL,NULL),
(1297,'main','COM_JTICKETING_EVENT_TJGROUP_MENU','com-jticketing-event-tjgroup-menu','','com-jticketing/com-jticketing-event-tjgroup-menu','index.php?option=com_tjfields&view=groups&client=com_jticketing.event','component',1,1277,2,10257,NULL,NULL,0,1,'class:component',0,'{}',628,629,0,'',1,NULL,NULL),
(1298,'main','COM_JTICKETING_EVENT_FIELD_MENU','com-jticketing-event-field-menu','','com-jticketing/com-jticketing-event-field-menu','index.php?option=com_fields&context=com_jticketing.event','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',630,631,0,'',1,NULL,NULL),
(1299,'main','COM_JTICKETING_EVENT_GROUP_MENU','com-jticketing-event-group-menu','','com-jticketing/com-jticketing-event-group-menu','index.php?option=com_fields&view=groups&context=com_jticketing.event','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',632,633,0,'',1,NULL,NULL),
(1300,'main','COM_JTICKETING_ATTENDEE_FIELD_MENU','com-jticketing-attendee-field-menu','','com-jticketing/com-jticketing-attendee-field-menu','index.php?option=com_tjfields&view=fields&client=com_jticketing.ticket','component',1,1277,2,10257,NULL,NULL,0,1,'class:component',0,'{}',634,635,0,'',1,NULL,NULL),
(1301,'main','COM_JTICKETING_ATTENDEE_FIELDS_GROUP','com-jticketing-attendee-fields-group','','com-jticketing/com-jticketing-attendee-fields-group','index.php?option=com_tjfields&view=groups&client=com_jticketing.ticket','component',1,1277,2,10257,NULL,NULL,0,1,'class:component',0,'{}',636,637,0,'',1,NULL,NULL),
(1302,'main','COM_JTICKETING_CORE_ATTENDEE_FIELDS','com-jticketing-core-attendee-fields','','com-jticketing/com-jticketing-core-attendee-fields','index.php?option=com_jticketing&view=attendeecorefields&client=com_jticketing','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',638,639,0,'',1,NULL,NULL),
(1303,'main','COM_JTICKETING_EVENT_CATEGORIES_FIELD','com-jticketing-event-categories-field','','com-jticketing/com-jticketing-event-categories-field','index.php?option=com_fields&context=com_jticketing.categories','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',640,641,0,'',1,NULL,NULL),
(1304,'main','COM_JTICKETING_EVENT_CATEGORIES_FIELD_GROUPS','com-jticketing-event-categories-field-groups','','com-jticketing/com-jticketing-event-categories-field-groups','index.php?option=com_fields&view=groups&context=com_jticketing.categories','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',642,643,0,'',1,NULL,NULL),
(1305,'main','COM_JTICKETING_VENUE_FIELD','com-jticketing-venue-field','','com-jticketing/com-jticketing-venue-field','index.php?option=com_fields&context=com_jticketing.venue','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',644,645,0,'',1,NULL,NULL),
(1306,'main','COM_JTICKETING_VENUE_FIELD_GROUPS','com-jticketing-venue-field-groups','','com-jticketing/com-jticketing-venue-field-groups','index.php?option=com_fields&view=groups&context=com_jticketing.venue','component',1,1277,2,10482,NULL,NULL,0,1,'class:component',0,'{}',646,647,0,'',1,NULL,NULL),
(1308,'main','COM_JTICKETING_COUNTRIES','com-jticketing-countries','','com-jticketing/com-jticketing-countries','index.php?option=com_tjfields&view=countries&client=com_jticketing','component',1,1277,2,10257,NULL,NULL,0,1,'class:component',0,'{}',648,649,0,'',1,NULL,NULL),
(1309,'main','COM_JTICKETING_REGIONS','com-jticketing-regions','','com-jticketing/com-jticketing-regions','index.php?option=com_tjfields&view=regions&client=com_jticketing','component',1,1277,2,10257,NULL,NULL,0,1,'class:component',0,'{}',650,651,0,'',1,NULL,NULL),
(1311,'main','com_activitystream','com-activitystream','','com-activitystream','index.php?option=com_activitystream&view=activities','component',1,1,1,10483,NULL,NULL,0,1,'class:component',0,'{}',653,654,0,'',1,NULL,NULL),
(1324,'main','COM_HIERARCHY','com-hierarchy','','com-hierarchy','index.php?option=com_hierarchy','component',1,1,1,10512,NULL,NULL,0,1,'components/com_hierarchy/assets/images/s_com_hierarchy.png',0,'{}',655,658,0,'',1,NULL,NULL),
(1325,'main','COM_HIERARCHY_TITLE_HIERARCHYS','com-hierarchy-title-hierarchys','','com-hierarchy/com-hierarchy-title-hierarchys','index.php?option=com_hierarchy&view=hierarchys','component',1,1324,2,10512,NULL,NULL,0,1,'components/com_hierarchy/assets/images/s_hierarchys.png',0,'{}',656,657,0,'',1,NULL,NULL),
(1326,'main','COM_SOCIALADS','com-socialads','','com-socialads','index.php?option=com_socialads','component',1,1,1,10442,NULL,NULL,0,1,'../.../../media/com_sa/images/s_com_sa.png',0,'{}',659,684,0,'',1,NULL,NULL),
(1327,'main','COM_SOCIALADS_TITLE_DASHBOARD','com-socialads-title-dashboard','','com-socialads/com-socialads-title-dashboard','index.php?option=com_socialads&view=dashboard','component',1,1326,2,10442,NULL,NULL,0,1,'../.../../media/com_sa/images/s_dashboard.png',0,'{}',660,661,0,'',1,NULL,NULL),
(1328,'main','COM_SOCIALADS_TITLE_ADS','com-socialads-title-ads','','com-socialads/com-socialads-title-ads','index.php?option=com_socialads&view=forms','component',1,1326,2,10442,NULL,NULL,0,1,'../.../../media/com_sa/images/s_managesa.png',0,'{}',662,663,0,'',1,NULL,NULL),
(1329,'main','COM_SOCIALADS_TITLE_COUPONS','com-socialads-title-coupons','','com-socialads/com-socialads-title-coupons','index.php?option=com_socialads&view=coupons','component',1,1326,2,10442,NULL,NULL,0,1,'../.../../media/com_sa/images/s_coupons.png',0,'{}',664,665,0,'',1,NULL,NULL),
(1330,'main','COM_SOCIALADS_TITLE_CAMPAIGNS','com-socialads-title-campaigns','','com-socialads/com-socialads-title-campaigns','index.php?option=com_socialads&view=campaigns','component',1,1326,2,10442,NULL,NULL,0,1,'../.../../media/com_sa/images/s_campaigns.png',0,'{}',666,667,0,'',1,NULL,NULL),
(1331,'main','COM_SOCIALADS_TITLE_WALETS','com-socialads-title-walets','','com-socialads/com-socialads-title-walets','index.php?option=com_socialads&view=wallets','component',1,1326,2,10442,NULL,NULL,0,1,'class:component',0,'{}',668,669,0,'',1,NULL,NULL),
(1332,'main','COM_SOCIALADS_TITLE_ORDERS','com-socialads-title-orders','','com-socialads/com-socialads-title-orders','index.php?option=com_socialads&view=orders','component',1,1326,2,10442,NULL,NULL,0,1,'../.../../media/com_sa/images/s_orders.png',0,'{}',670,671,0,'',1,NULL,NULL),
(1333,'main','COM_SOCIALADS_TITLE_AD_ORDERS','com-socialads-title-ad-orders','','com-socialads/com-socialads-title-ad-orders','index.php?option=com_socialads&view=adorders','component',1,1326,2,10442,NULL,NULL,0,1,'../.../../media/com_sa/images/s_orders.png',0,'{}',672,673,0,'',1,NULL,NULL),
(1334,'main','COM_SOCIALADS_TITLE_ZONES','com-socialads-title-zones','','com-socialads/com-socialads-title-zones','index.php?option=com_socialads&view=zones','component',1,1326,2,10442,NULL,NULL,0,1,'../.../../media/com_sa/images/s_zones.png',0,'{}',674,675,0,'',1,NULL,NULL),
(1335,'main','COM_SOCIALADS_TITLE_SOCIAL_TARGETING','com-socialads-title-social-targeting','','com-socialads/com-socialads-title-social-targeting','index.php?option=com_socialads&view=importfields','component',1,1326,2,10442,NULL,NULL,0,1,'../.../../media/com_sa/images/s_importfields.png',0,'{}',676,677,0,'',1,NULL,NULL),
(1336,'main','COM_SOCIALADS_TITLE_COUNTRY','com-socialads-title-country','','com-socialads/com-socialads-title-country','index.php?option=com_tjfields&view=countries&client=com_socialads','component',1,1326,2,10257,NULL,NULL,0,1,'class:component',0,'{}',678,679,0,'',1,NULL,NULL),
(1337,'main','COM_SOCIALADS_TITLE_REGION','com-socialads-title-region','','com-socialads/com-socialads-title-region','index.php?option=com_tjfields&view=regions&client=com_socialads','component',1,1326,2,10257,NULL,NULL,0,1,'class:component',0,'{}',680,681,0,'',1,NULL,NULL),
(1338,'main','COM_SOCIALADS_TITLE_CITY','com-socialads-title-city','','com-socialads/com-socialads-title-city','index.php?option=com_tjfields&view=cities&client=com_socialads','component',1,1326,2,10257,NULL,NULL,0,1,'class:component',0,'{}',682,683,0,'',1,NULL,NULL),
(1339,'company','Remove Account Data','remove-account-data','','remove-account-data','index.php?option=com_rsform&view=rsform&formId=11','component',1,1,1,10370,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',685,686,0,'*',0,NULL,NULL),
(1340,'mainmenu','EVENTS','business-events','','business-events','index.php?option=com_jbusinessdirectory&view=events&typeSearch=1&citySearch=3&resetSearch=1&menuCategoryId=273','component',0,1,1,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"1340\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',687,688,0,'*',0,NULL,NULL),
(1343,'main','COM_ALLVIDEOSHARE','com-allvideoshare','','com-allvideoshare','index.php?option=com_allvideoshare','component',1,1,1,10331,NULL,NULL,0,1,'class:component',0,'{}',689,700,0,'',1,NULL,NULL),
(1344,'main','COM_ALLVIDEOSHARE_TITLE_VIDEOS','com-allvideoshare-title-videos','','com-allvideoshare/com-allvideoshare-title-videos','index.php?option=com_allvideoshare&view=videos','component',1,1343,2,10331,NULL,NULL,0,1,'class:component',0,'{\"menu-quicktask-title\":\"COM_ALLVIDEOSHARE_TITLE_VIDEOS\",\"menu-quicktask\":\"index.php?option=com_allvideoshare&view=videos&task=video.add\"}',690,691,0,'',1,NULL,NULL),
(1345,'main','COM_ALLVIDEOSHARE_TITLE_CATEGORIES','com-allvideoshare-title-categories','','com-allvideoshare/com-allvideoshare-title-categories','index.php?option=com_allvideoshare&view=categories','component',1,1343,2,10331,NULL,NULL,0,1,'class:component',0,'{\"menu-quicktask-title\":\"COM_ALLVIDEOSHARE_TITLE_CATEGORIES\",\"menu-quicktask\":\"index.php?option=com_allvideoshare&view=categories&task=category.add\"}',692,693,0,'',1,NULL,NULL),
(1346,'main','COM_ALLVIDEOSHARE_TITLE_ADVERTISEMENTS','com-allvideoshare-title-advertisements','','com-allvideoshare/com-allvideoshare-title-advertisements','index.php?option=com_allvideoshare&view=advertisements','component',1,1343,2,10331,NULL,NULL,0,1,'class:component',0,'{}',694,695,0,'',1,NULL,NULL),
(1347,'main','COM_ALLVIDEOSHARE_TITLE_RATINGS','com-allvideoshare-title-ratings','','com-allvideoshare/com-allvideoshare-title-ratings','index.php?option=com_allvideoshare&view=ratings','component',1,1343,2,10331,NULL,NULL,0,1,'class:component',0,'{}',696,697,0,'',1,NULL,NULL),
(1348,'main','COM_ALLVIDEOSHARE_TITLE_LIKES_DISLIKES','com-allvideoshare-title-likes-dislikes','','com-allvideoshare/com-allvideoshare-title-likes-dislikes','index.php?option=com_allvideoshare&view=likes','component',1,1343,2,10331,NULL,NULL,0,1,'class:component',0,'{}',698,699,0,'',1,NULL,NULL),
(1388,'main','com_rseventspro','com-rseventspro','','com-rseventspro','index.php?option=com_rseventspro','component',1,1,1,10145,NULL,NULL,0,1,'class:component',0,'{}',701,734,0,'',1,NULL,NULL),
(1389,'main','COM_RSEVENTSPRO_MAIN_MENU_OVERVIEW','com-rseventspro-main-menu-overview','','com-rseventspro/com-rseventspro-main-menu-overview','index.php?option=com_rseventspro','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',702,703,0,'',1,NULL,NULL),
(1390,'main','COM_RSEVENTSPRO_MAIN_MENU_EVENTS','com-rseventspro-main-menu-events','','com-rseventspro/com-rseventspro-main-menu-events','index.php?option=com_rseventspro&view=events','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',704,705,0,'',1,NULL,NULL),
(1391,'main','COM_RSEVENTSPRO_MAIN_MENU_LOCATIONS','com-rseventspro-main-menu-locations','','com-rseventspro/com-rseventspro-main-menu-locations','index.php?option=com_rseventspro&view=locations','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',706,707,0,'',1,NULL,NULL),
(1392,'main','COM_RSEVENTSPRO_MAIN_MENU_CATEGORIES','com-rseventspro-main-menu-categories','','com-rseventspro/com-rseventspro-main-menu-categories','index.php?option=com_rseventspro&view=categories','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',708,709,0,'',1,NULL,NULL),
(1393,'main','COM_RSEVENTSPRO_MAIN_MENU_TAGS','com-rseventspro-main-menu-tags','','com-rseventspro/com-rseventspro-main-menu-tags','index.php?option=com_rseventspro&view=tags','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',710,711,0,'',1,NULL,NULL),
(1394,'main','COM_RSEVENTSPRO_MAIN_MENU_SPEAKERS','com-rseventspro-main-menu-speakers','','com-rseventspro/com-rseventspro-main-menu-speakers','index.php?option=com_rseventspro&view=speakers','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',712,713,0,'',1,NULL,NULL),
(1395,'main','COM_RSEVENTSPRO_MAIN_MENU_SPONSORS','com-rseventspro-main-menu-sponsors','','com-rseventspro/com-rseventspro-main-menu-sponsors','index.php?option=com_rseventspro&view=sponsors','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',714,715,0,'',1,NULL,NULL),
(1396,'main','COM_RSEVENTSPRO_MAIN_MENU_SUBSCRIPTIONS','com-rseventspro-main-menu-subscriptions','','com-rseventspro/com-rseventspro-main-menu-subscriptions','index.php?option=com_rseventspro&view=subscriptions','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',716,717,0,'',1,NULL,NULL),
(1397,'main','COM_RSEVENTSPRO_MAIN_MENU_DISCOUNTS','com-rseventspro-main-menu-discounts','','com-rseventspro/com-rseventspro-main-menu-discounts','index.php?option=com_rseventspro&view=discounts','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',718,719,0,'',1,NULL,NULL),
(1398,'main','COM_RSEVENTSPRO_MAIN_MENU_PAYMENTS','com-rseventspro-main-menu-payments','','com-rseventspro/com-rseventspro-main-menu-payments','index.php?option=com_rseventspro&view=payments','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',720,721,0,'',1,NULL,NULL),
(1399,'main','COM_RSEVENTSPRO_MAIN_MENU_GROUPS','com-rseventspro-main-menu-groups','','com-rseventspro/com-rseventspro-main-menu-groups','index.php?option=com_rseventspro&view=groups','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',722,723,0,'',1,NULL,NULL),
(1400,'main','COM_RSEVENTSPRO_MAIN_MENU_USERS','com-rseventspro-main-menu-users','','com-rseventspro/com-rseventspro-main-menu-users','index.php?option=com_rseventspro&view=users','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',724,725,0,'',1,NULL,NULL),
(1401,'main','COM_RSEVENTSPRO_MAIN_MENU_IMPORT','com-rseventspro-main-menu-import','','com-rseventspro/com-rseventspro-main-menu-import','index.php?option=com_rseventspro&view=imports','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',726,727,0,'',1,NULL,NULL),
(1402,'main','COM_RSEVENTSPRO_MAIN_MENU_BACKUP','com-rseventspro-main-menu-backup','','com-rseventspro/com-rseventspro-main-menu-backup','index.php?option=com_rseventspro&view=backup','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',728,729,0,'',1,NULL,NULL),
(1403,'main','COM_RSEVENTSPRO_MAIN_MENU_EMAILS','com-rseventspro-main-menu-emails','','com-rseventspro/com-rseventspro-main-menu-emails','index.php?option=com_rseventspro&view=messages','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',730,731,0,'',1,NULL,NULL),
(1404,'main','COM_RSEVENTSPRO_MAIN_MENU_SETTINGS','com-rseventspro-main-menu-settings','','com-rseventspro/com-rseventspro-main-menu-settings','index.php?option=com_rseventspro&view=settings','component',1,1388,2,10145,NULL,NULL,0,1,'class:component',0,'{}',732,733,0,'',1,NULL,NULL),
(1405,'mainmenu','PACKAGES','packages','','packages','index.php?option=com_jbusinessdirectory&view=packages&packageType=1','component',0,1,1,10102,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',735,736,0,'*',0,NULL,NULL),
(1436,'main','COM_COMMUNITY','com-community','','com-community','index.php?option=com_community&view=community','component',1,1,1,10199,NULL,NULL,0,1,'components/com_community/assets/icons/community-favicon.png',0,'{}',737,738,0,'',1,NULL,NULL),
(1439,'affiliate-menu','AFFILIATE ACCOUNTS','affiliate-accounts','','affiliate-accounts','index.php?option=com_affiliatetracker&view=accounts','component',1,1,1,10345,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',11,12,0,'*',0,NULL,NULL),
(1440,'affiliate-menu','CONVERSIONS','conversions','','conversions','index.php?option=com_affiliatetracker&view=conversions','component',1,1,1,10345,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',13,14,0,'*',0,NULL,NULL),
(1441,'affiliate-menu','MARKETING ASSETS','marketing-assets','','marketing-assets','index.php?option=com_affiliatetracker&view=marketings','component',1,1,1,10345,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',15,16,0,'*',0,NULL,NULL),
(1442,'affiliate-menu','PAYMENTS PORTAL','payment-portal','','payment-portal','index.php?option=com_affiliatetracker&view=payments','component',1,1,1,10345,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"1442\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',17,18,0,'*',0,NULL,NULL),
(1443,'affiliate-menu','*BECOME AN AFFILIATE FORM','become-an-affiliate-form','','become-an-affiliate-form','index.php?option=com_affiliatetracker&view=account&layout=form','component',1,1,1,10345,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',21,22,0,'*',0,NULL,NULL),
(1444,'affiliate-menu','UPLOAD EXPENSE','upload-expense','','upload-expense','index.php?option=com_rsform&view=rsform&formId=21','component',1,1,1,10370,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',19,20,0,'*',0,NULL,NULL),
(1445,'affiliate-menu','VIEW EXPENSES','view-expenses','','view-expenses','index.php?option=com_rsform&view=directory','component',1,1,1,10370,NULL,NULL,0,1,' ',0,'{\"formId\":\"21\",\"lang\":\"\",\"enable_directory\":\"1\",\"alignment\":\"left\",\"show_descriptions\":\"1\",\"show_confirmed\":\"1\",\"show_filtering_result\":\"1\",\"show_all_submissions\":\"1\",\"show_logged_in_submissions\":\"0\",\"userId\":\"\",\"display_num\":\"50\",\"enclosure\":\"\\\"\",\"delimiter\":\",\",\"total_cache\":0,\"default_ordering\":\"SubmissionId\",\"default_direction\":\"desc\",\"filter_glue\":\"OR\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',739,740,0,'*',0,NULL,NULL),
(1555,'mainmenu','YouTube CLONE','youtube-clone','','youtube-clone','index.php?option=com_allvideoshare&view=youtube','component',1,1,1,10331,NULL,NULL,0,1,' ',0,'{\"type\":\"playlist\",\"playlist\":\"@communitymarketplace65\",\"channel\":\"\",\"username\":\"\",\"search\":\"\",\"video\":\"\",\"videos\":\"\",\"order\":\"relevance\",\"limit\":\"\",\"cache\":\"86400\",\"layout\":\"classic\",\"columns\":3,\"per_page\":30,\"image_ratio\":56.25,\"title\":\"1\",\"title_length\":0,\"excerpt\":\"1\",\"excerpt_length\":75,\"pagination\":\"1\",\"pagination_type\":\"more\",\"arrows\":\"1\",\"arrow_size\":24,\"arrow_bg_color\":\"#0088cc\",\"arrow_icon_color\":\"#ffffff\",\"arrow_radius\":12,\"arrow_top_offset\":30,\"arrow_left_offset\":-25,\"arrow_right_offset\":-25,\"dots\":\"1\",\"dot_size\":24,\"dot_color\":\"#0088cc\",\"playlist_position\":\"right\",\"playlist_color\":\"dark\",\"playlist_width\":250,\"playlist_height\":250,\"player_ratio\":56.25,\"player_title\":\"1\",\"player_description\":\"1\",\"autoplay\":\"0\",\"autoadvance\":\"0\",\"loop\":\"0\",\"controls\":\"1\",\"modestbranding\":\"1\",\"cc_load_policy\":\"0\",\"iv_load_policy\":\"0\",\"hl\":\"\",\"cc_lang_pref\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"1555\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',741,742,0,'*',0,NULL,NULL),
(1575,'main','COM_JFBCONNECT','com-jfbconnect','','com-jfbconnect','index.php?option=com_jfbconnect','component',1,1,1,10109,NULL,NULL,0,1,'components/com_jfbconnect/assets/images/jfbconn_icon.png',0,'{}',743,762,0,'',1,NULL,NULL),
(1576,'main','COM_JFBCONNECT_MENU_OVERVIEW','com-jfbconnect-menu-overview','','com-jfbconnect/com-jfbconnect-menu-overview','index.php?option=com_jfbconnect&view=jfbconnect','component',1,1575,2,10109,NULL,NULL,0,1,'class:component',0,'{}',744,745,0,'',1,NULL,NULL),
(1577,'main','COM_JFBCONNECT_MENU_CONFIGURATION','com-jfbconnect-menu-configuration','','com-jfbconnect/com-jfbconnect-menu-configuration','index.php?option=com_jfbconnect&view=config','component',1,1575,2,10109,NULL,NULL,0,1,'class:component',0,'{}',746,747,0,'',1,NULL,NULL),
(1578,'main','COM_JFBCONNECT_MENU_PROVIDERS','com-jfbconnect-menu-providers','','com-jfbconnect/com-jfbconnect-menu-providers','index.php?option=com_jfbconnect&view=providers','component',1,1575,2,10109,NULL,NULL,0,1,'class:component',0,'{}',748,749,0,'',1,NULL,NULL),
(1579,'main','COM_JFBCONNECT_MENU_OPENGRAPH','com-jfbconnect-menu-opengraph','','com-jfbconnect/com-jfbconnect-menu-opengraph','index.php?option=com_jfbconnect&view=opengraph','component',1,1575,2,10109,NULL,NULL,0,1,'class:component',0,'{}',750,751,0,'',1,NULL,NULL),
(1580,'main','COM_JFBCONNECT_MENU_SOCIAL','com-jfbconnect-menu-social','','com-jfbconnect/com-jfbconnect-menu-social','index.php?option=com_jfbconnect&view=social','component',1,1575,2,10109,NULL,NULL,0,1,'class:component',0,'{}',752,753,0,'',1,NULL,NULL),
(1581,'main','COM_JFBCONNECT_MENU_PROFILES','com-jfbconnect-menu-profiles','','com-jfbconnect/com-jfbconnect-menu-profiles','index.php?option=com_jfbconnect&view=profiles','component',1,1575,2,10109,NULL,NULL,0,1,'class:component',0,'{}',754,755,0,'',1,NULL,NULL),
(1582,'main','COM_JFBCONNECT_MENU_USER_MAP','com-jfbconnect-menu-user-map','','com-jfbconnect/com-jfbconnect-menu-user-map','index.php?option=com_jfbconnect&view=usermap','component',1,1575,2,10109,NULL,NULL,0,1,'class:component',0,'{}',756,757,0,'',1,NULL,NULL),
(1583,'main','COM_JFBCONNECT_MENU_CHANNELS','com-jfbconnect-menu-channels','','com-jfbconnect/com-jfbconnect-menu-channels','index.php?option=com_jfbconnect&view=channels','component',1,1575,2,10109,NULL,NULL,0,1,'class:component',0,'{}',758,759,0,'',1,NULL,NULL),
(1584,'main','COM_JFBCONNECT_MENU_CHANNELHISTORY','com-jfbconnect-menu-channelhistory','','com-jfbconnect/com-jfbconnect-menu-channelhistory','index.php?option=com_jfbconnect&view=channelhistory','component',1,1575,2,10109,NULL,NULL,0,1,'class:component',0,'{}',760,761,0,'',1,NULL,NULL),
(1682,'main','COM_FFEXPLORER_MENU','com-ffexplorer-menu','','com-ffexplorer-menu','index.php?option=com_ffexplorer','component',1,1,1,10562,NULL,NULL,0,1,'class:component',0,'{}',763,764,0,'',1,NULL,NULL),
(1689,'main','COM_SPBOOKING','com-spbooking','','com-spbooking','index.php?option=com_spbooking','component',1,1,1,10678,NULL,NULL,0,1,'class:component',0,'{}',765,792,0,'',1,NULL,NULL),
(1690,'main','COM_SPBOOKING_TITLE_DASHBOARD','com-spbooking-title-dashboard','','com-spbooking/com-spbooking-title-dashboard','index.php?option=com_spbooking&view=dashboard','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',766,767,0,'',1,NULL,NULL),
(1691,'main','COM_SPBOOKING_TITLE_CATEGORIES','com-spbooking-title-categories','','com-spbooking/com-spbooking-title-categories','index.php?option=com_spbooking&view=categories','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',768,769,0,'',1,NULL,NULL),
(1692,'main','COM_SPBOOKING_TITLE_ADDITIONALSERVICES','com-spbooking-title-additionalservices','','com-spbooking/com-spbooking-title-additionalservices','index.php?option=com_spbooking&view=additionalservices','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',770,771,0,'',1,NULL,NULL),
(1693,'main','COM_SPBOOKING_TITLE_ACCOMODATIONS','com-spbooking-title-accomodations','','com-spbooking/com-spbooking-title-accomodations','index.php?option=com_spbooking&view=accomodations','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',772,773,0,'',1,NULL,NULL),
(1694,'main','COM_SPBOOKING_TITLE_ROOMS','com-spbooking-title-rooms','','com-spbooking/com-spbooking-title-rooms','index.php?option=com_spbooking&view=rooms','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',774,775,0,'',1,NULL,NULL),
(1695,'main','COM_SPBOOKING_TITLE_COUPONS','com-spbooking-title-coupons','','com-spbooking/com-spbooking-title-coupons','index.php?option=com_spbooking&view=coupons','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',776,777,0,'',1,NULL,NULL),
(1696,'main','COM_SPBOOKING_TITLE_PACKAGES','com-spbooking-title-packages','','com-spbooking/com-spbooking-title-packages','index.php?option=com_spbooking&view=packages','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',778,779,0,'',1,NULL,NULL),
(1697,'main','COM_SPBOOKING_TITLE_PACKAGE_TYPES','com-spbooking-title-package-types','','com-spbooking/com-spbooking-title-package-types','index.php?option=com_spbooking&view=packagetypes','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',780,781,0,'',1,NULL,NULL),
(1698,'main','COM_SPBOOKING_TITLE_TRANSPORTS','com-spbooking-title-transports','','com-spbooking/com-spbooking-title-transports','index.php?option=com_spbooking&view=transports','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',782,783,0,'',1,NULL,NULL),
(1699,'main','COM_SPBOOKING_TITLE_PLACES','com-spbooking-title-places','','com-spbooking/com-spbooking-title-places','index.php?option=com_spbooking&view=places','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',784,785,0,'',1,NULL,NULL),
(1700,'main','COM_SPBOOKING_TITLE_BOOKINGS','com-spbooking-title-bookings','','com-spbooking/com-spbooking-title-bookings','index.php?option=com_spbooking&view=bookings','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',786,787,0,'',1,NULL,NULL),
(1701,'main','COM_SPBOOKING_TITLE_TAGS','com-spbooking-title-tags','','com-spbooking/com-spbooking-title-tags','index.php?option=com_spbooking&view=tags','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',788,789,0,'',1,NULL,NULL),
(1702,'main','COM_SPBOOKING_TITLE_REVIEWS','com-spbooking-title-reviews','','com-spbooking/com-spbooking-title-reviews','index.php?option=com_spbooking&view=reviews','component',1,1689,2,10678,NULL,NULL,0,1,'class:component',0,'{}',790,791,0,'',1,NULL,NULL),
(1703,'main','COM_SPMEDICAL','com-spmedical','','com-spmedical','index.php?option=com_spmedical&view=dashboard','component',1,1,1,10688,NULL,NULL,0,1,'class:component',0,'{}',793,802,0,'',1,NULL,NULL),
(1704,'main','COM_SPMEDICAL_DASHBOARD','com-spmedical-dashboard','','com-spmedical/com-spmedical-dashboard','index.php?option=com_spmedical&view=dashboard','component',1,1703,2,10688,NULL,NULL,0,1,'class:component',0,'{}',794,795,0,'',1,NULL,NULL),
(1705,'main','COM_SPMEDICAL_DEPARTMENTS','com-spmedical-departments','','com-spmedical/com-spmedical-departments','index.php?option=com_spmedical&view=departments','component',1,1703,2,10688,NULL,NULL,0,1,'class:component',0,'{}',796,797,0,'',1,NULL,NULL),
(1706,'main','COM_SPMEDICAL_SPECIALISTS','com-spmedical-specialists','','com-spmedical/com-spmedical-specialists','index.php?option=com_spmedical&view=specialists','component',1,1703,2,10688,NULL,NULL,0,1,'class:component',0,'{}',798,799,0,'',1,NULL,NULL),
(1707,'main','COM_SPMEDICAL_APPOINTMENTS','com-spmedical-appointments','','com-spmedical/com-spmedical-appointments','index.php?option=com_spmedical&view=appointments','component',1,1703,2,10688,NULL,NULL,0,1,'class:component',0,'{}',800,801,0,'',1,NULL,NULL),
(1708,'main','COM_SPEASYIMAGEGALLERY','com-speasyimagegallery','','com-speasyimagegallery','index.php?option=com_speasyimagegallery','component',1,1,1,10008,NULL,NULL,0,1,'class:component',0,'{}',803,808,0,'',1,NULL,NULL),
(1709,'main','COM_SPEASYIMAGEGALLERY_SUBMENU_ALBUMS','com-speasyimagegallery-submenu-albums','','com-speasyimagegallery/com-speasyimagegallery-submenu-albums','index.php?option=com_speasyimagegallery&view=albums','component',1,1708,2,10008,NULL,NULL,0,1,'class:component',0,'{}',804,805,0,'',1,NULL,NULL),
(1710,'main','COM_SPEASYIMAGEGALLERY_SUBMENU_CATEGORIES','com-speasyimagegallery-submenu-categories','','com-speasyimagegallery/com-speasyimagegallery-submenu-categories','index.php?option=com_categories&view=categories&extension=com_speasyimagegallery','component',1,1708,2,10008,NULL,NULL,0,1,'class:component',0,'{}',806,807,0,'',1,NULL,NULL),
(1712,'main','COM_SPPOLLS','com-sppolls','','com-sppolls','index.php?option=com_sppolls&view=polls','component',1,1,1,10694,NULL,NULL,0,1,'class:component',0,'{}',809,810,0,'',1,NULL,NULL),
(1713,'main','COM_SPLMS','com-splms','','com-splms','index.php?option=com_splms&view=dashboard','component',1,1,1,10696,NULL,NULL,0,1,'class:component',0,'{}',811,840,0,'',1,NULL,NULL),
(1714,'main','COM_SPLMS_DASHBOARD','com-splms-dashboard','','com-splms/com-splms-dashboard','index.php?option=com_splms&view=dashboard','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',812,813,0,'',1,NULL,NULL),
(1715,'main','COM_SPLMS_TEACHERS','com-splms-teachers','','com-splms/com-splms-teachers','index.php?option=com_splms&view=teachers','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',814,815,0,'',1,NULL,NULL),
(1716,'main','COM_SPLMS_COURSE_CATEGORIES','com-splms-course-categories','','com-splms/com-splms-course-categories','index.php?option=com_splms&view=coursescategories','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',816,817,0,'',1,NULL,NULL),
(1717,'main','COM_SPLMS_COURSES','com-splms-courses','','com-splms/com-splms-courses','index.php?option=com_splms&view=courses','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',818,819,0,'',1,NULL,NULL),
(1718,'main','COM_SPLMS_LESSON_TOPICS','com-splms-lesson-topics','','com-splms/com-splms-lesson-topics','index.php?option=com_splms&view=lessiontopics','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',820,821,0,'',1,NULL,NULL),
(1719,'main','COM_SPLMS_LESSONS','com-splms-lessons','','com-splms/com-splms-lessons','index.php?option=com_splms&view=lessons','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',822,823,0,'',1,NULL,NULL),
(1720,'main','COM_SPLMS_TITLE_QUIZQUESTIONS','com-splms-title-quizquestions','','com-splms/com-splms-title-quizquestions','index.php?option=com_splms&view=quizquestions','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',824,825,0,'',1,NULL,NULL),
(1721,'main','COM_SPLMS_TITLE_QUIZRESULTS','com-splms-title-quizresults','','com-splms/com-splms-title-quizresults','index.php?option=com_splms&view=quizresults','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',826,827,0,'',1,NULL,NULL),
(1722,'main','COM_SPLMS_TITLE_CERTIFICATES','com-splms-title-certificates','','com-splms/com-splms-title-certificates','index.php?option=com_splms&view=certificates','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',828,829,0,'',1,NULL,NULL),
(1723,'main','COM_SPLMS_SPEAKERS','com-splms-speakers','','com-splms/com-splms-speakers','index.php?option=com_splms&view=speakers','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',830,831,0,'',1,NULL,NULL),
(1724,'main','COM_SPLMS_EVENT_CATEGORIES','com-splms-event-categories','','com-splms/com-splms-event-categories','index.php?option=com_splms&view=eventcategories','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',832,833,0,'',1,NULL,NULL),
(1725,'main','COM_SPLMS_EVENTS','com-splms-events','','com-splms/com-splms-events','index.php?option=com_splms&view=events','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',834,835,0,'',1,NULL,NULL),
(1726,'main','COM_SPLMS_REVIEWS','com-splms-reviews','','com-splms/com-splms-reviews','index.php?option=com_splms&view=reviews','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',836,837,0,'',1,NULL,NULL),
(1727,'main','COM_SPLMS_ORDERS','com-splms-orders','','com-splms/com-splms-orders','index.php?option=com_splms&view=orders','component',1,1713,2,10696,NULL,NULL,0,1,'class:component',0,'{}',838,839,0,'',1,NULL,NULL),
(1732,'main','COM_SPPAGEBUILDER','com-sppagebuilder','','com-sppagebuilder','index.php?option=com_sppagebuilder&view=editor','component',1,1,1,10000,NULL,NULL,0,1,'class:component',0,'{}',841,854,0,'',1,NULL,NULL),
(1733,'main','COM_SPPAGEBUILDER_ADMIN_MENU_PAGES','com-sppagebuilder-admin-menu-pages','','com-sppagebuilder/com-sppagebuilder-admin-menu-pages','index.php?option=com_sppagebuilder&view=editor&tmpl=component','component',1,1732,2,10000,NULL,NULL,0,1,'class:component',0,'{}',842,843,0,'',1,NULL,NULL),
(1734,'main','COM_SPPAGEBUILDER_ADMIN_MENU_DYNAMIC_CONTENT','com-sppagebuilder-admin-menu-dynamic-content','','com-sppagebuilder/com-sppagebuilder-admin-menu-dynamic-content','index.php?option=com_sppagebuilder&view=editor&tmpl=component#/dynamic-content','component',1,1732,2,10000,NULL,NULL,0,1,'class:component',0,'{}',844,845,0,'',1,NULL,NULL),
(1735,'main','COM_SPPAGEBUILDER_ADMIN_MENU_MEDIA','com-sppagebuilder-admin-menu-media','','com-sppagebuilder/com-sppagebuilder-admin-menu-media','index.php?option=com_sppagebuilder&view=editor&tmpl=component#/media-manager','component',1,1732,2,10000,NULL,NULL,0,1,'class:component',0,'{}',846,847,0,'',1,NULL,NULL),
(1736,'main','COM_SPPAGEBUILDER_ADMIN_MENU_CATEGORIES','com-sppagebuilder-admin-menu-categories','','com-sppagebuilder/com-sppagebuilder-admin-menu-categories','index.php?option=com_categories&extension=com_sppagebuilder','component',1,1732,2,10000,NULL,NULL,0,1,'class:component',0,'{}',848,849,0,'',1,NULL,NULL),
(1737,'main','COM_SPPAGEBUILDER_ADMIN_MENU_EASYSTOE','com-sppagebuilder-admin-menu-easystoe','','com-sppagebuilder/com-sppagebuilder-admin-menu-easystoe','index.php?option=com_sppagebuilder&view=editor&tmpl=component#/editor/storefront','component',1,1732,2,10000,NULL,NULL,0,1,'class:component',0,'{}',850,851,0,'',1,NULL,NULL),
(1738,'main','COM_SPPAGEBUILDER_ADMIN_MENU_SETTINGS','com-sppagebuilder-admin-menu-settings','','com-sppagebuilder/com-sppagebuilder-admin-menu-settings','index.php?option=com_sppagebuilder&view=editor&tmpl=component#/settings','component',1,1732,2,10000,NULL,NULL,0,1,'class:component',0,'{}',852,853,0,'',1,NULL,NULL),
(1739,'main','COM_SPPROPERTY','com-spproperty','','com-spproperty','index.php?option=com_spproperty&view=properties','component',1,1,1,10709,NULL,NULL,0,1,'class:component',0,'{}',855,866,0,'',1,NULL,NULL),
(1740,'main','COM_SPPROPERTY_TITLE_AGENTS','com-spproperty-title-agents','','com-spproperty/com-spproperty-title-agents','index.php?option=com_spproperty&view=agents','component',1,1739,2,10709,NULL,NULL,0,1,'class:component',0,'{}',856,857,0,'',1,NULL,NULL),
(1741,'main','COM_SPPROPERTY_TITLE_CATEGORIES','com-spproperty-title-categories','','com-spproperty/com-spproperty-title-categories','index.php?option=com_spproperty&view=categories','component',1,1739,2,10709,NULL,NULL,0,1,'class:component',0,'{}',858,859,0,'',1,NULL,NULL),
(1742,'main','COM_SPPROPERTY_TITLE_PROPERTYFEATURES','com-spproperty-title-propertyfeatures','','com-spproperty/com-spproperty-title-propertyfeatures','index.php?option=com_spproperty&view=propertyfeatures','component',1,1739,2,10709,NULL,NULL,0,1,'class:component',0,'{}',860,861,0,'',1,NULL,NULL),
(1743,'main','COM_SPPROPERTY_TITLE_PROPERTIES','com-spproperty-title-properties','','com-spproperty/com-spproperty-title-properties','index.php?option=com_spproperty&view=properties','component',1,1739,2,10709,NULL,NULL,0,1,'class:component',0,'{}',862,863,0,'',1,NULL,NULL),
(1744,'main','COM_SPPROPERTY_TITLE_VISITREQUESTS','com-spproperty-title-visitrequests','','com-spproperty/com-spproperty-title-visitrequests','index.php?option=com_spproperty&view=visitrequests','component',1,1739,2,10709,NULL,NULL,0,1,'class:component',0,'{}',864,865,0,'',1,NULL,NULL),
(1745,'main','COM_SPSIMPLEPORTFOLIO','com-spsimpleportfolio','','com-spsimpleportfolio','index.php?option=com_spsimpleportfolio','component',1,1,1,10007,NULL,NULL,0,1,'class:component',0,'{}',867,874,0,'',1,NULL,NULL),
(1746,'main','COM_SPSIMPLEPORTFOLIO_ITEMS','com-spsimpleportfolio-items','','com-spsimpleportfolio/com-spsimpleportfolio-items','index.php?option=com_spsimpleportfolio&view=items','component',1,1745,2,10007,NULL,NULL,0,1,'class:component',0,'{}',868,869,0,'',1,NULL,NULL),
(1747,'main','COM_SPSIMPLEPORTFOLIO_CATEGORIES','com-spsimpleportfolio-categories','','com-spsimpleportfolio/com-spsimpleportfolio-categories','index.php?option=com_categories&view=categories&extension=com_spsimpleportfolio','component',1,1745,2,10007,NULL,NULL,0,1,'class:component',0,'{}',870,871,0,'',1,NULL,NULL),
(1748,'main','COM_SPSIMPLEPORTFOLIO_TAGS','com-spsimpleportfolio-tags','','com-spsimpleportfolio/com-spsimpleportfolio-tags','index.php?option=com_spsimpleportfolio&view=tags','component',1,1745,2,10007,NULL,NULL,0,1,'class:component',0,'{}',872,873,0,'',1,NULL,NULL),
(1835,'mainmenu','TV TEMPLATE','tv-template','','tv-template','index.php?option=com_sppagebuilder&view=page&id=84','component',1,1,1,10000,NULL,NULL,0,7,' ',27,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"dropdown_position\":\"right\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',875,876,0,'*',0,NULL,NULL),
(1836,'main','com_tjnotifications','com-tjnotifications','','com-tjnotifications','index.php?option=com_tjnotifications','component',1,1,1,10256,NULL,NULL,0,1,'class:component',0,'{}',877,878,0,'',1,NULL,NULL),
(1837,'main','COM_JLIKE','com-jlike','','com-jlike','index.php?option=com_jlike','component',1,1,1,10485,NULL,NULL,0,1,'components/com_jlike/assets/images/icons/jlike_logo.png',0,'{}',879,902,0,'',1,NULL,NULL),
(1838,'main','COM_JLIKE_DASHBOARD','com-jlike-dashboard','','com-jlike/com-jlike-dashboard','index.php?option=com_jlike&view=dashboard','component',1,1837,2,10485,NULL,NULL,0,1,'class:component',0,'{}',880,881,0,'',1,NULL,NULL),
(1839,'main','COM_JLIKE_ELEMENT_CONFIG','com-jlike-element-config','','com-jlike/com-jlike-element-config','index.php?option=com_jlike&view=element_config','component',1,1837,2,10485,NULL,NULL,0,1,'class:component',0,'{}',882,883,0,'',1,NULL,NULL),
(1840,'main','COM_JLIKE_TITLE_CONTENTS','com-jlike-title-contents','','com-jlike/com-jlike-title-contents','index.php?option=com_jlike&view=contents','component',1,1837,2,10485,NULL,NULL,0,1,'class:component',0,'{}',884,885,0,'',1,NULL,NULL),
(1841,'main','COM_JLIKE_BUTTON_SETTINGS','com-jlike-button-settings','','com-jlike/com-jlike-button-settings','index.php?option=com_jlike&view=buttonset','component',1,1837,2,10485,NULL,NULL,0,1,'class:component',0,'{}',886,887,0,'',1,NULL,NULL),
(1842,'main','COM_JLIKE_TITLE_ANNOTATIONS','com-jlike-title-annotations','','com-jlike/com-jlike-title-annotations','index.php?option=com_jlike&view=annotations','component',1,1837,2,10485,NULL,NULL,0,1,'class:component',0,'{}',888,889,0,'',1,NULL,NULL),
(1843,'main','COM_JLIKE_TITLE_REMINDERS','com-jlike-title-reminders','','com-jlike/com-jlike-title-reminders','index.php?option=com_jlike&view=reminders','component',1,1837,2,10485,NULL,NULL,0,1,'class:component',0,'{}',890,891,0,'',1,NULL,NULL),
(1844,'main','COM_JLIKE_TITLE_PATHS_TYPES','com-jlike-title-paths-types','','com-jlike/com-jlike-title-paths-types','index.php?option=com_jlike&view=types','component',1,1837,2,10485,NULL,NULL,0,1,'class:component',0,'{}',892,893,0,'',1,NULL,NULL),
(1845,'main','COM_JLIKE_TITLE_PATHS','com-jlike-title-paths','','com-jlike/com-jlike-title-paths','index.php?option=com_jlike&view=paths','component',1,1837,2,10485,NULL,NULL,0,1,'class:component',0,'{}',894,895,0,'',1,NULL,NULL),
(1846,'main','COM_JLIKE_TITLE_RATING_TYPES','com-jlike-title-rating-types','','com-jlike/com-jlike-title-rating-types','index.php?option=com_jlike&view=ratingtypes','component',1,1837,2,10485,NULL,NULL,0,1,'class:component',0,'{}',896,897,0,'',1,NULL,NULL),
(1847,'main','COM_JLIKE_TITLE_VIEW_RATING','com-jlike-title-view-rating','','com-jlike/com-jlike-title-view-rating','index.php?option=com_jlike&view=ratings','component',1,1837,2,10485,NULL,NULL,0,1,'class:component',0,'{}',898,899,0,'',1,NULL,NULL),
(1848,'main','COM_JLIKE_TITLE_ABOUT','com-jlike-title-about','','com-jlike/com-jlike-title-about','index.php?option=com_jlike&view=about','component',1,1837,2,10485,NULL,NULL,0,1,'class:component',0,'{}',900,901,0,'',1,NULL,NULL),
(1849,'main','COM_TJVENDORS','com-tjvendors','','com-tjvendors','index.php?option=com_tjvendors','component',1,1,1,10259,NULL,NULL,0,1,'class:component',0,'{}',903,906,0,'',1,NULL,NULL),
(1850,'main','COM_TJVENDORS_TJNOTIFICATIONS_MENU','com-tjvendors-tjnotifications-menu','','com-tjvendors/com-tjvendors-tjnotifications-menu','index.php?option=com_tjnotifications&extension=com_tjvendors','component',1,1849,2,10259,NULL,NULL,0,1,'../.../../media/com_jgive/images/icon-16-campaigns.png',0,'{}',904,905,0,'',1,NULL,NULL),
(1851,'main','COM_TJREPORTS','com-tjreports','','com-tjreports','index.php?option=com_tjreports','component',1,1,1,10261,NULL,NULL,0,1,'media/com_tjreports/images/s_com_tjreports.png',0,'{}',907,910,0,'',1,NULL,NULL),
(1852,'main','COM_TJREPORTS_TITLE_TJREPORTS','com-tjreports-title-tjreports','','com-tjreports/com-tjreports-title-tjreports','index.php?option=com_tjreports&view=tjreports','component',1,1851,2,10261,NULL,NULL,0,1,'media/com_tjreports/images/s_.png',0,'{}',908,909,0,'',1,NULL,NULL),
(1853,'main','com_quick2cart','com-quick2cart','','com-quick2cart','index.php?option=com_quick2cart','component',1,1,1,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/quick2cart_16.png',0,'{}',911,958,0,'',1,NULL,NULL),
(1854,'main','COM_DASH','com-dash','','com-quick2cart/com-dash','index.php?option=com_quick2cart&view=dashboard','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/dashboard_16.png',0,'{}',912,913,0,'',1,NULL,NULL),
(1855,'main','COM_QUICK2CART_TITLE_STORES','com-quick2cart-title-stores','','com-quick2cart/com-quick2cart-title-stores','index.php?option=com_quick2cart&view=stores','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/stores_16.png',0,'{}',914,915,0,'',1,NULL,NULL),
(1856,'main','COM_QUICK2CART_VENDOR','com-quick2cart-vendor','','com-quick2cart/com-quick2cart-vendor','index.php?option=com_tjvendors&view=vendors&client=com_quick2cart','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/stores_16.png',0,'{}',916,917,0,'',1,NULL,NULL),
(1857,'main','COM_QUICK2CART_CATEGORIES','com-quick2cart-categories','','com-quick2cart/com-quick2cart-categories','index.php?option=com_categories&view=categories&extension=com_quick2cart','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/categories_16.png',0,'{}',918,919,0,'',1,NULL,NULL),
(1858,'main','COM_QUICK2CART_GLOBAL_ATTRIBUTES','com-quick2cart-global-attributes','','com-quick2cart/com-quick2cart-global-attributes','index.php?option=com_quick2cart&view=globalattributes','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/categories_16.png',0,'{}',920,921,0,'',1,NULL,NULL),
(1859,'main','COM_QUICK2CART_TITLE_ATTRIBUTESETS','com-quick2cart-title-attributesets','','com-quick2cart/com-quick2cart-title-attributesets','index.php?option=com_quick2cart&view=attributesets','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/categories_16.png',0,'{}',922,923,0,'',1,NULL,NULL),
(1860,'main','COM_QUICK2CART_ATTRIBUTESET_CATEGORY_MAPPING','com-quick2cart-attributeset-category-mapping','','com-quick2cart/com-quick2cart-attributeset-category-mapping','index.php?option=com_quick2cart&view=attributesetmapping','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/categories_16.png',0,'{}',924,925,0,'',1,NULL,NULL),
(1861,'main','COM_QUICK2CART_PRODUCT','com-quick2cart-product','','com-quick2cart/com-quick2cart-product','index.php?option=com_quick2cart&view=products','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/products_16.png',0,'{}',926,927,0,'',1,NULL,NULL),
(1862,'main','COM_QUICK2CART_PROMOTIONS','com-quick2cart-promotions','','com-quick2cart/com-quick2cart-promotions','index.php?option=com_quick2cart&view=promotions','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/coupons_16.png',0,'{}',928,929,0,'',1,NULL,NULL),
(1863,'main','COM_QUICK2CART_ORDER','com-quick2cart-order','','com-quick2cart/com-quick2cart-order','index.php?option=com_quick2cart&view=orders','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/orders_16.png',0,'{}',930,931,0,'',1,NULL,NULL),
(1864,'main','COM_QUICK2CART_SALES_REPORT','com-quick2cart-sales-report','','com-quick2cart/com-quick2cart-sales-report','index.php?option=com_quick2cart&view=salesreport','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/reports_16.png',0,'{}',932,933,0,'',1,NULL,NULL),
(1865,'main','COM_QUICK2CART_TITLE_COUNTRIES','com-quick2cart-title-countries','','com-quick2cart/com-quick2cart-title-countries','index.php?option=com_tjfields&view=countries&client=com_quick2cart','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/reports_16.png',0,'{}',934,935,0,'',1,NULL,NULL),
(1866,'main','COM_QUICK2CART_TITLE_REGIONS','com-quick2cart-title-regions','','com-quick2cart/com-quick2cart-title-regions','index.php?option=com_tjfields&view=regions&client=com_quick2cart','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/reports_16.png',0,'{}',936,937,0,'',1,NULL,NULL),
(1867,'main','COM_QUICK2CART_TITLE_ZONES','com-quick2cart-title-zones','','com-quick2cart/com-quick2cart-title-zones','index.php?option=com_quick2cart&view=zones','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/reports_16.png',0,'{}',938,939,0,'',1,NULL,NULL),
(1868,'main','COM_QUICK2CART_TITLE_TAXTRATES','com-quick2cart-title-taxtrates','','com-quick2cart/com-quick2cart-title-taxtrates','index.php?option=com_quick2cart&view=taxrates','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/reports_16.png',0,'{}',940,941,0,'',1,NULL,NULL),
(1869,'main','COM_QUICK2CART_ADMIN_TITLE_TAXPROFILES','com-quick2cart-admin-title-taxprofiles','','com-quick2cart/com-quick2cart-admin-title-taxprofiles','index.php?option=com_quick2cart&view=taxprofiles','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/reports_16.png',0,'{}',942,943,0,'',1,NULL,NULL),
(1870,'main','COM_QUICK2CART_SHIPPING','com-quick2cart-shipping','','com-quick2cart/com-quick2cart-shipping','index.php?option=com_quick2cart&view=shipping','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/reports_16.png',0,'{}',944,945,0,'',1,NULL,NULL),
(1871,'main','COM_QUICK2CART_SHIPPING_PROFILES','com-quick2cart-shipping-profiles','','com-quick2cart/com-quick2cart-shipping-profiles','index.php?option=com_quick2cart&view=shipprofiles','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/reports_16.png',0,'{}',946,947,0,'',1,NULL,NULL),
(1872,'main','COM_QUICK2CART_TITLE_LENGTHS','com-quick2cart-title-lengths','','com-quick2cart/com-quick2cart-title-lengths','index.php?option=com_quick2cart&view=lengths','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/reports_16.png',0,'{}',948,949,0,'',1,NULL,NULL),
(1873,'main','COM_QUICK2CART_TITLE_WEIGHTS','com-quick2cart-title-weights','','com-quick2cart/com-quick2cart-title-weights','index.php?option=com_quick2cart&view=weights','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/reports_16.png',0,'{}',950,951,0,'',1,NULL,NULL),
(1874,'main','COM_QUICK2CART_TITLE_FORM_GROUP','com-quick2cart-title-form-group','','com-quick2cart/com-quick2cart-title-form-group','index.php?option=com_tjfields&view=groups&client=com_quick2cart.product','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/reports_16.png',0,'{}',952,953,0,'',1,NULL,NULL),
(1875,'main','COM_QUICK2CART_TITLE_FORM_FIELDS','com-quick2cart-title-form-fields','','com-quick2cart/com-quick2cart-title-form-fields','index.php?option=com_tjfields&view=fields&client=com_quick2cart.product','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/reports_16.png',0,'{}',954,955,0,'',1,NULL,NULL),
(1876,'main','COM_QUICK2CART_PAYOUTS_REPORT','com-quick2cart-payouts-report','','com-quick2cart/com-quick2cart-payouts-report','index.php?option=com_quick2cart&view=payouts','component',1,1853,2,10267,NULL,NULL,0,1,'components/com_quick2cart/assets/images/payouts_16.png',0,'{}',956,957,0,'',1,NULL,NULL),
(1877,'main','COM_ADMINTOOLS','com-admintools','','com-admintools','index.php?option=com_admintools','component',1,1,1,10721,NULL,NULL,0,1,'class:component',0,'{}',959,966,0,'',1,NULL,NULL),
(1878,'main','COM_ADMINTOOLS_TITLE_CONTROLPANEL','com-admintools-title-controlpanel','','com-admintools/com-admintools-title-controlpanel','index.php?option=com_admintools&view=controlpanel','component',1,1877,2,10721,NULL,NULL,0,1,'class:component',0,'{}',960,961,0,'',1,NULL,NULL),
(1879,'main','COM_ADMINTOOLS_TITLE_EMERGENCYOFFLINE','com-admintools-title-emergencyoffline','','com-admintools/com-admintools-title-emergencyoffline','index.php?option=com_admintools&view=emergencyoffline','component',1,1877,2,10721,NULL,NULL,0,1,'class:component',0,'{}',962,963,0,'',1,NULL,NULL),
(1880,'main','COM_ADMINTOOLS_TITLE_TEMPSUPERUSERS','com-admintools-title-tempsuperusers','','com-admintools/com-admintools-title-tempsuperusers','index.php?option=com_admintools&view=tempsuperusers','component',1,1877,2,10721,NULL,NULL,0,1,'class:component',0,'{\"menu-quicktask\":\"index.php?option=com_admintools&task=tempsuperuser.add\",\"menu-quicktask-permission\":\"core.create;com_admintools\"}',964,965,0,'',1,NULL,NULL),
(1881,'main','COM_AKEEBABACKUP','com-akeebabackup','','com-akeebabackup','index.php?option=com_akeebabackup','component',1,1,1,10252,NULL,NULL,0,1,'class:component',0,'{}',967,976,0,'',1,NULL,NULL),
(1882,'main','COM_AKEEBABACKUP_CONTROLPANEL','com-akeebabackup-controlpanel','','com-akeebabackup/com-akeebabackup-controlpanel','index.php?option=com_akeebabackup&view=Controlpanel','component',1,1881,2,10252,NULL,NULL,0,1,'class:component',0,'{}',968,969,0,'',1,NULL,NULL),
(1883,'main','COM_AKEEBABACKUP_CONFIGURATION','com-akeebabackup-configuration','','com-akeebabackup/com-akeebabackup-configuration','index.php?option=com_akeebabackup&view=Configuration','component',1,1881,2,10252,NULL,NULL,0,1,'class:component',0,'{}',970,971,0,'',1,NULL,NULL),
(1884,'main','COM_AKEEBABACKUP_BACKUP','com-akeebabackup-backup','','com-akeebabackup/com-akeebabackup-backup','index.php?option=com_akeebabackup&view=Backup','component',1,1881,2,10252,NULL,NULL,0,1,'class:component',0,'{}',972,973,0,'',1,NULL,NULL),
(1885,'main','COM_AKEEBABACKUP_MANAGE','com-akeebabackup-manage','','com-akeebabackup/com-akeebabackup-manage','index.php?option=com_akeebabackup&view=Manage','component',1,1881,2,10252,NULL,NULL,0,1,'class:component',0,'{}',974,975,0,'',1,NULL,NULL),
(1886,'main','COM_CONVERTFORMS','com-convertforms','','com-convertforms','index.php?option=com_convertforms','component',1,1,1,10357,NULL,NULL,0,1,'class:banners',0,'{}',977,988,0,'',1,NULL,NULL),
(1887,'main','NR_DASHBOARD','nr-dashboard','','com-convertforms/nr-dashboard','index.php?option=com_convertforms&view=convertforms','component',1,1886,2,10357,NULL,NULL,0,1,'class:forms',0,'{}',978,979,0,'',1,NULL,NULL),
(1888,'main','COM_CONVERTFORMS_FORMS','com-convertforms-forms','','com-convertforms/com-convertforms-forms','index.php?option=com_convertforms&view=forms','component',1,1886,2,10357,NULL,NULL,0,1,'class:forms',0,'{}',980,981,0,'',1,NULL,NULL),
(1889,'main','COM_CONVERTFORMS_CAMPAIGNS','com-convertforms-campaigns','','com-convertforms/com-convertforms-campaigns','index.php?option=com_convertforms&view=campaigns','component',1,1886,2,10357,NULL,NULL,0,1,'class:campaigns',0,'{}',982,983,0,'',1,NULL,NULL),
(1890,'main','COM_CONVERTFORMS_SUBMISSIONS','com-convertforms-submissions','','com-convertforms/com-convertforms-submissions','index.php?option=com_convertforms&view=conversions','component',1,1886,2,10357,NULL,NULL,0,1,'class:conversions',0,'{}',984,985,0,'',1,NULL,NULL),
(1891,'main','COM_CONVERTFORMS_ADDONS','com-convertforms-addons','','com-convertforms/com-convertforms-addons','index.php?option=com_convertforms&view=addons','component',1,1886,2,10357,NULL,NULL,0,1,'class:addons',0,'{}',986,987,0,'',1,NULL,NULL),
(1892,'main','RSFormPro','rsformpro','','rsformpro','index.php?option=com_rsform','component',1,1,1,10370,NULL,NULL,0,1,'class:component',0,'{}',989,1004,0,'',1,NULL,NULL),
(1893,'main','COM_RSFORM_DASHBOARD','com-rsform-dashboard','','rsformpro/com-rsform-dashboard','index.php?option=com_rsform','component',1,1892,2,10370,NULL,NULL,0,1,'class:component',0,'{}',990,991,0,'',1,NULL,NULL),
(1894,'main','COM_RSFORM_MANAGE_FORMS','com-rsform-manage-forms','','rsformpro/com-rsform-manage-forms','index.php?option=com_rsform&view=forms','component',1,1892,2,10370,NULL,NULL,0,1,'class:component',0,'{}',992,993,0,'',1,NULL,NULL),
(1895,'main','COM_RSFORM_MANAGE_SUBMISSIONS','com-rsform-manage-submissions','','rsformpro/com-rsform-manage-submissions','index.php?option=com_rsform&view=submissions','component',1,1892,2,10370,NULL,NULL,0,1,'class:component',0,'{}',994,995,0,'',1,NULL,NULL),
(1896,'main','COM_RSFORM_MANAGE_DIRECTORY_SUBMISSIONS','com-rsform-manage-directory-submissions','','rsformpro/com-rsform-manage-directory-submissions','index.php?option=com_rsform&view=directory','component',1,1892,2,10370,NULL,NULL,0,1,'class:component',0,'{}',996,997,0,'',1,NULL,NULL),
(1897,'main','COM_RSFORM_CONFIGURATION','com-rsform-configuration','','rsformpro/com-rsform-configuration','index.php?option=com_rsform&view=configuration','component',1,1892,2,10370,NULL,NULL,0,1,'class:component',0,'{}',998,999,0,'',1,NULL,NULL),
(1898,'main','COM_RSFORM_BACKUP_SCREEN','com-rsform-backup-screen','','rsformpro/com-rsform-backup-screen','index.php?option=com_rsform&view=backupscreen','component',1,1892,2,10370,NULL,NULL,0,1,'class:component',0,'{}',1000,1001,0,'',1,NULL,NULL),
(1899,'main','COM_RSFORM_RESTORE_SCREEN','com-rsform-restore-screen','','rsformpro/com-rsform-restore-screen','index.php?option=com_rsform&view=restorescreen','component',1,1892,2,10370,NULL,NULL,0,1,'class:component',0,'{}',1002,1003,0,'',1,NULL,NULL),
(1900,'mainmenu','HOME','home','','home','index.php?option=com_sppagebuilder&view=page&id=9','component',1,1,1,10000,NULL,NULL,0,1,' ',0,'{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_icon_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"robots\":\"\",\"helixultimatemenulayout\":\"\",\"helixultimate_enable_page_title\":\"0\",\"helixultimate_page_title_alt\":\"\",\"helixultimate_page_subtitle\":\"\",\"helixultimate_page_title_heading\":\"h2\",\"helixultimate_page_title_bg_color\":\"\",\"helixultimate_page_title_bg_image\":\"\",\"menulayout\":\"{\\\"width\\\":600,\\\"menuItem\\\":1,\\\"menuAlign\\\":\\\"right\\\",\\\"layout\\\":[{\\\"type\\\":\\\"row\\\",\\\"attr\\\":[{\\\"type\\\":\\\"column\\\",\\\"colGrid\\\":12,\\\"menuParentId\\\":\\\"1900\\\",\\\"moduleId\\\":\\\"\\\"}]}]}\",\"megamenu\":\"0\",\"showmenutitle\":\"1\",\"icon\":\"\",\"class\":\"\",\"enable_page_title\":\"0\",\"page_title_alt\":\"\",\"page_subtitle\":\"\",\"page_title_bg_color\":\"\",\"page_title_bg_image\":\"\",\"menu-meta_keywords\":\"\"}',1005,1006,1,'*',0,NULL,NULL);
/*!40000 ALTER TABLE `n36ic_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `n36ic_menu_types`
--

DROP TABLE IF EXISTS `n36ic_menu_types`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `n36ic_menu_types` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0,
  `menutype` varchar(24) NOT NULL,
  `title` varchar(48) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `client_id` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_menutype` (`menutype`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `n36ic_menu_types`
--

LOCK TABLES `n36ic_menu_types` WRITE;
/*!40000 ALTER TABLE `n36ic_menu_types` DISABLE KEYS */;
INSERT INTO `n36ic_menu_types` VALUES
(1,0,'mainmenu','Main Menu','The main menu for the site',0),
(2,75,'company','Company','',0),
(3,76,'quick-links','Quick Links','',0),
(4,130,'hidden','Hidden','',0),
(5,0,'jomsocial','JomSocial toolbar','Toolbar items for JomSocial toolbar',0),
(6,321,'affiliate-menu','AFFILIATE MENU','',0),
(7,386,'web-terms-menu','WEB TERMS POLICY & DATA','',0);
/*!40000 ALTER TABLE `n36ic_menu_types` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `n36ic_modules`
--

DROP TABLE IF EXISTS `n36ic_modules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `n36ic_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `asset_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'FK to the #__assets table.',
  `title` varchar(100) NOT NULL DEFAULT '',
  `note` varchar(255) NOT NULL DEFAULT '',
  `content` text DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT 0,
  `position` varchar(50) NOT NULL DEFAULT '',
  `checked_out` int(10) unsigned DEFAULT NULL,
  `checked_out_time` datetime DEFAULT NULL,
  `publish_up` datetime DEFAULT NULL,
  `publish_down` datetime DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 0,
  `module` varchar(50) DEFAULT NULL,
  `access` int(10) unsigned NOT NULL DEFAULT 0,
  `showtitle` tinyint(3) unsigned NOT NULL DEFAULT 1,
  `params` text NOT NULL,
  `client_id` tinyint(4) NOT NULL DEFAULT 0,
  `language` char(7) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`,`access`),
  KEY `newsfeeds` (`module`,`published`),
  KEY `idx_language` (`language`)
) ENGINE=MyISAM AUTO_INCREMENT=333 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `n36ic_modules`
--

LOCK TABLES `n36ic_modules` WRITE;
/*!40000 ALTER TABLE `n36ic_modules` DISABLE KEYS */;
INSERT INTO `n36ic_modules` VALUES
(2,40,'Login','','',1,'login',NULL,NULL,NULL,NULL,1,'mod_login',1,1,'',1,'*'),
(3,41,'Popular Articles','','',3,'cpanel',NULL,NULL,NULL,NULL,1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),
(4,42,'Recently Added Articles','','',4,'cpanel',NULL,NULL,NULL,NULL,1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),
(8,43,'Toolbar','','',1,'toolbar',NULL,NULL,NULL,NULL,1,'mod_toolbar',3,1,'',1,'*'),
(9,44,'Notifications','','',3,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',3,1,'{\"context\":\"update_quickicon\",\"header_icon\":\"fas fa-sync\",\"show_global\":\"0\",\"show_checkin\":\"0\",\"show_cache\":\"0\",\"show_users\":\"0\",\"show_articles\":\"0\",\"show_categories\":\"0\",\"show_media\":\"0\",\"show_menuItems\":\"0\",\"show_modules\":\"0\",\"show_plugins\":\"0\",\"show_templates\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),
(10,45,'Logged-in Users','','',2,'cpanel',NULL,NULL,NULL,NULL,1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),
(12,46,'Admin Menu','','',1,'menu',NULL,NULL,NULL,NULL,1,'mod_menu',3,1,'{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}',1,'*'),
(13,47,'Admin Submenu','','',1,'submenu',NULL,NULL,NULL,NULL,1,'mod_submenu',3,1,'',1,'*'),
(14,48,'User Status','','',2,'status',NULL,NULL,NULL,NULL,1,'mod_status',3,1,'',1,'*'),
(15,49,'Title','','',1,'title',NULL,NULL,NULL,NULL,1,'mod_title',3,1,'',1,'*'),
(17,51,'Breadcrumbs','','',1,'breadcrumb',NULL,NULL,NULL,NULL,1,'mod_breadcrumbs',1,1,'{\"showHere\":1,\"showHome\":1,\"homeText\":\"\",\"showLast\":1,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":0,\"cache_time\":0,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(79,52,'Multilanguage status','','',2,'status',NULL,NULL,NULL,NULL,0,'mod_multilangstatus',3,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),
(86,53,'Joomla Version','','',1,'status',NULL,NULL,NULL,NULL,1,'mod_version',3,1,'{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}',1,'*'),
(87,55,'Sample Data','','',0,'cpanel',NULL,NULL,NULL,NULL,0,'mod_sampledata',6,1,'{}',1,'*'),
(89,58,'SP Page Builder','','',0,'cpanel',NULL,NULL,NULL,NULL,1,'mod_sppagebuilder_icons',1,1,'',1,'*'),
(90,59,'SP Page Builder Admin Menu','','',1,'menu',NULL,NULL,NULL,NULL,0,'mod_sppagebuilder_admin_menu',1,1,'',1,'*'),
(91,63,'Photos','','',1,'bottom4',NULL,NULL,'2024-06-08 15:32:43',NULL,0,'mod_speasyimagegallery',1,1,'{\"layout\":\"album\",\"catid\":\"\",\"albums_column\":\"3\",\"albums_column_sm\":\"4\",\"albums_column_xs\":\"6\",\"albums_gutter\":\"20\",\"albums_gutter_sm\":\"15\",\"albums_gutter_xs\":\"10\",\"album_id\":\"1\",\"album_limit\":\"6\",\"album_layout\":\"default\",\"album_column\":\"4\",\"album_column_sm\":\"6\",\"album_column_xs\":\"4\",\"album_gutter\":\"0\",\"album_gutter_sm\":\"0\",\"album_gutter_xs\":\"0\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_count\":\"1\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(93,73,'GIVE BACK GIFT CARDS MISSION','','<p>Where local fundraisers become marketing armies, share discounts for donations. Local partners share discounts to raise donations. Funds raised stay local, helping communities thrive. Join the movement to keep it local and give back—empowering fundraisers to promote local gift cards, we help keep money local and ensure that the funds raised stay right in the community.</p>\r\n<p>Check our community  <a href=\"dfghertyetr\">GET COMMUNITY CONNECTED</a>. we would love to empower you to get your own community connected. ',1,'bottom1',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(94,74,'NEWS','','',1,'bottom2',NULL,NULL,'2024-06-08 15:32:43',NULL,0,'mod_articles_latest',1,1,'{\"catid\":[8],\"count\":2,\"show_featured\":\"\",\"ordering\":\"c_dsc\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(95,77,'WEB POLICY, TERMS & DATA','','',1,'bottom4',NULL,NULL,'2024-06-08 15:32:43',NULL,1,'mod_menu',1,1,'{\"menutype\":\"company\",\"base\":\"\",\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(96,84,'Joomla Module','Mega Menu','<div><img src=\"images/gallery1-small.jpg\" alt=\"image\" /></div>',1,'',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(97,87,'Tags','For megamenu','',1,'',NULL,NULL,'2021-09-15 10:42:32',NULL,-2,'mod_tags_popular',1,1,'{\"maximum\":\"10\",\"timeframe\":\"alltime\",\"order_value\":\"count\",\"order_direction\":\"1\",\"display_count\":0,\"no_results_text\":\"1\",\"minsize\":1,\"maxsize\":2,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"owncache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(98,88,'Latest Articles','Mega Menu','',1,'',NULL,NULL,NULL,NULL,1,'mod_articles_latest',1,1,'{\"catid\":[\"8\"],\"count\":\"2\",\"show_featured\":\"\",\"ordering\":\"c_dsc\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(99,89,'Offcanvas','','',1,'offcanvas',NULL,NULL,NULL,NULL,1,'mod_menu',1,0,'{\"menutype\":\"mainmenu\",\"base\":\"\",\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\"}',0,'*'),
(100,95,'JBusinessDirectory Events Search','','',0,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jbusiness_event_search',1,1,'',0,'*'),
(101,96,'Events simple 2','','',1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_events',1,1,'{\"viewtype\":\"simple_2\",\"layout-type\":\"horizontal\",\"categoryIds\":[\"\"],\"city\":\"\",\"region\":\"\",\"type\":\"\",\"count\":\"3\",\"only_featured\":\"0\",\"geo_location\":\"0\",\"radius\":\"100\",\"order\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"showviewall\":\"0\",\"showlistingName\":\"1\",\"showLocation\":\"1\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(102,97,'Business Listings Slider','','',1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_listings',1,1,'{\"viewtype\":\"slider\",\"layout-type\":\"horizontal\",\"link_target\":\"1\",\"categoryIds\":[\"\"],\"type\":\"\",\"city\":\"\",\"region\":\"\",\"country\":\"\",\"plan\":\"\",\"count\":\"8\",\"only_featured\":\"0\",\"only_campaign\":\"0\",\"only_with_logo\":\"0\",\"geo_location\":\"0\",\"nearby\":\"0\",\"radius\":\"100\",\"order\":\"0\",\"showviewall\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"nrVisibleItems\":\"3\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"max-numbers-row\":\"5\",\"image_size\":\"2\",\"show-header\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(103,98,'Listings Search','','',1,'',NULL,NULL,'2021-09-15 10:42:32',NULL,1,'mod_jbusiness_listings_search',1,1,'{\"title\":\"Discover great places\",\"description\":\"Find awesome places, bars, restaurants and activities\",\"base-layout\":\"default\",\"layout-type\":\"horizontal\",\"mItemId\":\"200\",\"bg-color\":\"\",\"customAttributes\":[\"\"],\"radius\":\"50\",\"max-radius\":\"300\",\"showMap\":\"0\",\"setAutoFocus\":\"0\",\"mapHeight\":\"450px\",\"mapWidth\":\"100%\",\"maxListings\":\"250\",\"minLetters\":\"3\",\"fieldLabel\":\"2\",\"showOnlyMap\":\"0\",\"enableAutosuggestion\":\"1\",\"showKeyword\":\"1\",\"mandatoryKeyword\":\"0\",\"enableKeywordSuggestion\":\"1\",\"showCategories\":\"0\",\"mandatoryCategories\":\"0\",\"showSubCategories\":\"0\",\"separateCategories\":\"0\",\"availableCategories\":[\"\"],\"showTypes\":\"0\",\"mandatoryTypes\":\"0\",\"availableTypes\":[\"\"],\"showCities\":\"0\",\"mandatoryCities\":\"0\",\"showRegions\":\"0\",\"mandatoryRegions\":\"0\",\"showCountries\":\"0\",\"mandatoryCountries\":\"0\",\"showZipcode\":\"1\",\"mandatoryZipCode\":\"0\",\"mandatoryLocationSuggestion\":\"0\",\"showProvince\":\"0\",\"mandatoryProvince\":\"0\",\"autocomplete\":\"0\",\"autolocation\":\"0\",\"linklocation\":\"0\",\"preserve\":\"1\",\"moduleclass_sfx\":\" search-style-3\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(104,99,'CMP Business Directory Offer Search','','',1,'left',NULL,NULL,'2023-06-22 17:36:50',NULL,0,'mod_jbusiness_offer_search',1,1,'{\"title\":\"\",\"description\":\"\",\"mItemId\":\"\",\"layout-type\":\"horizontal\",\"bg-color\":\"\",\"maxOffers\":\"250\",\"minLetters\":\"3\",\"customAttributes\":[\"\"],\"radius\":\"0\",\"showMap\":\"0\",\"showOnlyMap\":\"0\",\"mapHeight\":\"450px\",\"mapWidth\":\"100%\",\"showKeyword\":\"1\",\"mandatoryKeyword\":\"0\",\"enableKeywordSuggestion\":\"1\",\"showCategories\":\"1\",\"mandatoryCategories\":\"0\",\"availableCategories\":[\"\"],\"showSubCategories\":\"1\",\"showTypes\":\"1\",\"mandatoryTypes\":\"0\",\"showCities\":\"1\",\"mandatoryCities\":\"0\",\"showRegions\":\"0\",\"mandatoryRegions\":\"0\",\"showCountries\":\"0\",\"mandatoryCountries\":\"0\",\"showProvince\":\"1\",\"mandatoryProvince\":\"0\",\"showZipcode\":\"1\",\"mandatoryZipCode\":\"0\",\"enableAutosuggestion\":\"1\",\"showLocationPopup\":\"1\",\"linklocation\":\"0\",\"showMinPrice\":\"0\",\"showMaxPrice\":\"0\",\"max-price\":\"1000\",\"showBookmark\":\"0\",\"itemType\":\"1\",\"overlayEffect\":\"0\",\"autocomplete\":\"0\",\"preserve\":\"1\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(105,100,'Offers Simple','','',1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_offers',1,1,'{\"mItemId\":\"\",\"viewtype\":\"discount\",\"order\":\"0\",\"layout-type\":\"horizontal\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-3\",\"packages\":[\"1\",\"3\",\"4\",\"2\"],\"count\":\"8\",\"itemType\":\"1\",\"categoryIds\":[\"\"],\"type\":\"\",\"citySearch\":\"\",\"regionSearch\":\"\",\"showLocation\":\"1\",\"geo_location\":\"0\",\"radius\":\"100\",\"category_link\":\"0\",\"only_featured\":\"0\",\"showlistingName\":\"1\",\"showOfferFree\":\"1\",\"showviewall\":\"0\",\"showcountryflag\":\"0\",\"restrictaccess\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"nrVisibleItems\":\"1\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"1\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(106,101,'JBusinessDirectory - Progress','','',0,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jbusiness_progress',1,1,'',0,'*'),
(107,102,'Categories- cons','','',1,'',NULL,NULL,NULL,NULL,1,'mod_jbusinesscategories',1,0,'{\"viewtype\":\"simple\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-3\",\"desktopGridOption\":\"col-lg-4\",\"categoryIds\":[\"12\",\"8\",\"30\",\"75\"],\"showviewall\":\"0\",\"nrVisibleItems\":\"8\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(108,103,'JBusinessCategoriesEvents','','',0,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jbusinesscategoriesevents',1,1,'',0,'*'),
(109,104,'JBusinessCategoriesOffers','','',1,'left',NULL,NULL,'2023-06-22 17:36:50',NULL,0,'mod_jbusinesscategoriesoffers',1,1,'{\"viewtype\":\"menu\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-3\",\"desktopGridOption\":\"col-lg-4\",\"showviewall\":\"0\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(111,110,'User module','','',1,'offcanvas',NULL,NULL,'2021-09-15 10:42:32',NULL,-2,'mod_login',1,0,'{\"pretext\":\"Pre text\",\"posttext\":\"Post text\",\"login\":\"\",\"logout\":\"\",\"greeting\":1,\"name\":0,\"profilelink\":1,\"usesecure\":1,\"usetext\":0,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(112,111,'mod_jbusiness_user','','',0,'',NULL,NULL,'2021-09-15 10:42:32',NULL,-2,'mod_jbusiness_user',1,1,'',0,'*'),
(113,112,'User module','','',1,'user-menu',NULL,NULL,'2023-05-23 17:47:14',NULL,1,'mod_jbusiness_user',1,0,'{\"pretext\":\"\",\"posttext\":\"\",\"login\":\"211\",\"logout\":\"\",\"registration_redirect\":\"\",\"external_registration\":\"\",\"greeting\":1,\"usesecure\":1,\"business_usergroups\":[\"2\"],\"showbusinessownercheck\":1,\"showforgotuser\":1,\"showregistration\":1,\"socialloging\":1,\"showcart\":1,\"showcreatelisting\":1,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(115,115,'Listings Search with Map','','',1,'',NULL,NULL,'2021-09-15 10:42:32',NULL,1,'mod_jbusiness_listings_search',1,0,'{\"title\":\"\",\"description\":\"\",\"base-layout\":\"default\",\"layout-type\":\"horizontal\",\"mItemId\":\"\",\"bg-color\":\"\",\"customAttributes\":[\"\"],\"radius\":\"50\",\"max-radius\":\"300\",\"showMap\":\"1\",\"mapHeight\":\"550px\",\"mapWidth\":\"100%\",\"maxListings\":\"250\",\"minLetters\":\"3\",\"fieldLabel\":\"2\",\"showOnlyMap\":\"0\",\"enableAutosuggestion\":\"1\",\"showKeyword\":\"1\",\"mandatoryKeyword\":\"0\",\"enableKeywordSuggestion\":\"1\",\"showCategories\":\"1\",\"mandatoryCategories\":\"0\",\"showSubCategories\":\"1\",\"separateCategories\":\"0\",\"availableCategories\":[\"\"],\"showTypes\":\"0\",\"mandatoryTypes\":\"0\",\"availableTypes\":[\"\"],\"showCities\":\"0\",\"mandatoryCities\":\"0\",\"showRegions\":\"0\",\"mandatoryRegions\":\"0\",\"showCountries\":\"0\",\"mandatoryCountries\":\"0\",\"showZipcode\":\"1\",\"mandatoryZipCode\":\"0\",\"mandatoryLocationSuggestion\":\"0\",\"showProvince\":\"0\",\"mandatoryProvince\":\"0\",\"autocomplete\":\"0\",\"autolocation\":\"0\",\"linklocation\":\"0\",\"preserve\":\"1\",\"moduleclass_sfx\":\" search-style-3\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(116,116,'Business Listings Simple 2','','',1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_listings',1,0,'{\"viewtype\":\"simple_2\",\"layout-type\":\"horizontal\",\"link_target\":\"1\",\"categoryIds\":[\"\"],\"type\":\"\",\"city\":\"\",\"region\":\"\",\"country\":\"\",\"plan\":\"\",\"count\":\"3\",\"only_featured\":\"0\",\"only_campaign\":\"0\",\"only_with_logo\":\"0\",\"geo_location\":\"0\",\"nearby\":\"0\",\"radius\":\"100\",\"order\":\"0\",\"showviewall\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"nrVisibleItems\":\"3\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"max-numbers-row\":\"5\",\"image_size\":\"2\",\"show-header\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(117,117,'Business Listings Simple','','',1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_listings',1,0,'{\"viewtype\":\"simple\",\"layout-type\":\"horizontal\",\"link_target\":\"1\",\"categoryIds\":[\"\"],\"type\":\"\",\"city\":\"\",\"region\":\"\",\"country\":\"\",\"plan\":\"\",\"count\":\"6\",\"only_featured\":\"0\",\"only_campaign\":\"0\",\"only_with_logo\":\"0\",\"geo_location\":\"0\",\"nearby\":\"0\",\"radius\":\"100\",\"order\":\"0\",\"showviewall\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"nrVisibleItems\":\"3\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"max-numbers-row\":\"5\",\"image_size\":\"2\",\"show-header\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(118,118,'Discount offers','','',1,'',NULL,NULL,'2021-09-15 10:42:32',NULL,1,'mod_jbusiness_offers',1,1,'{\"viewtype\":\"discount\",\"layout-type\":\"horizontal\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-3\",\"categoryIds\":[\"\"],\"citySearch\":\"\",\"regionSearch\":\"\",\"count\":\"4\",\"only_featured\":\"0\",\"geo_location\":\"0\",\"radius\":\"100\",\"order\":\"0\",\"itemId\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"showviewall\":\"0\",\"showlistingName\":\"1\",\"showLocation\":\"1\",\"showOfferFree\":\"1\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(119,119,'Offers Slider','','',1,'',NULL,NULL,'2021-09-15 10:42:32',NULL,1,'mod_jbusiness_offers',1,1,'{\"viewtype\":\"slider\",\"layout-type\":\"horizontal\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-3\",\"categoryIds\":[\"\"],\"citySearch\":\"\",\"regionSearch\":\"\",\"count\":\"8\",\"only_featured\":\"0\",\"geo_location\":\"0\",\"radius\":\"100\",\"order\":\"0\",\"itemId\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"showviewall\":\"0\",\"showlistingName\":\"1\",\"showLocation\":\"1\",\"showOfferFree\":\"1\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(120,120,'Events default','','',1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_events',1,1,'{\"viewtype\":\"default\",\"layout-type\":\"horizontal\",\"categoryIds\":[\"\"],\"city\":\"\",\"region\":\"\",\"type\":\"\",\"count\":\"3\",\"only_featured\":\"0\",\"geo_location\":\"0\",\"radius\":\"100\",\"order\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"showviewall\":\"0\",\"showlistingName\":\"1\",\"showLocation\":\"1\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(121,121,'Events slider','','',1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_events',1,1,'{\"viewtype\":\"slider\",\"layout-type\":\"horizontal\",\"categoryIds\":[\"\"],\"city\":\"\",\"region\":\"\",\"type\":\"\",\"count\":\"8\",\"only_featured\":\"0\",\"geo_location\":\"0\",\"radius\":\"100\",\"order\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"showviewall\":\"0\",\"showlistingName\":\"1\",\"showLocation\":\"1\",\"nrVisibleItems\":\"3\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(122,122,'Events simple','','',1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_events',1,1,'{\"viewtype\":\"simple\",\"layout-type\":\"horizontal\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-4\",\"categoryIds\":[\"\"],\"city\":\"\",\"region\":\"\",\"type\":\"\",\"count\":\"3\",\"only_featured\":\"0\",\"geo_location\":\"0\",\"radius\":\"100\",\"order\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"showviewall\":\"0\",\"showlistingName\":\"1\",\"showLocation\":\"1\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(123,126,'Categories Slider','','',1,'',NULL,NULL,NULL,NULL,1,'mod_jbusinesscategories',1,0,'{\"viewtype\":\"slider\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-3\",\"desktopGridOption\":\"col-lg-4\",\"categoryIds\":[\"74\",\"12\",\"13\",\"7\",\"8\",\"29\",\"30\",\"75\",\"5\",\"9\"],\"showviewall\":\"0\",\"nrVisibleItems\":\"8\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(124,127,' JBusinessDirectory Listing Search - Vertical ','','',1,'dir-search-listing-top',NULL,NULL,NULL,NULL,1,'mod_jbusiness_listings_search',1,1,'{\"title\":\"\",\"description\":\"\",\"base-layout\":\"default\",\"layout-type\":\"vertical\",\"mItemId\":\"\",\"useDynamicFormAction\":\"0\",\"bg-color\":\"#302b3d\",\"customAttributes\":[\"\"],\"radius\":\"50\",\"max-radius\":\"300\",\"showMap\":\"0\",\"setAutoFocus\":\"0\",\"overlayEffect\":\"0\",\"mapHeight\":\"450px\",\"mapWidth\":\"100%\",\"maxListings\":\"250\",\"minLetters\":\"3\",\"fieldLabel\":\"1\",\"showOnlyMap\":\"0\",\"enableAutosuggestion\":\"1\",\"showKeyword\":\"1\",\"mandatoryKeyword\":\"0\",\"enableKeywordSuggestion\":\"1\",\"showCategories\":\"1\",\"mandatoryCategories\":\"0\",\"showSubCategories\":\"0\",\"separateCategories\":\"0\",\"availableCategories\":[\"\"],\"showCategoriesSuggestion\":\"0\",\"suggestedCategories\":[\"\"],\"showTypes\":\"0\",\"mandatoryTypes\":\"0\",\"availableTypes\":[\"\"],\"showCities\":\"0\",\"mandatoryCities\":\"0\",\"showRegions\":\"0\",\"mandatoryRegions\":\"0\",\"showCountries\":\"0\",\"mandatoryCountries\":\"0\",\"showZipcode\":\"1\",\"mandatoryZipCode\":\"0\",\"enableLocationSuggestion\":\"1\",\"showLocationPopup\":\"1\",\"mandatoryLocationSuggestion\":\"0\",\"defaultLocationName\":\"\",\"defaultLatitude\":\"\",\"defaultLongitude\":\"\",\"showProvince\":\"0\",\"mandatoryProvince\":\"0\",\"showBookmark\":\"0\",\"autocomplete\":\"0\",\"autolocation\":\"0\",\"linklocation\":\"0\",\"preserve\":\"1\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(125,128,'JBusinessDirectory Listing Search','','',1,'feature',NULL,NULL,NULL,NULL,1,'mod_jbusiness_listings_search',1,0,'{\"title\":\"\",\"description\":\"\",\"base-layout\":\"default\",\"layout-type\":\"horizontal\",\"mItemId\":\"\",\"bg-color\":\"\",\"customAttributes\":[\"\"],\"radius\":\"50\",\"max-radius\":\"300\",\"showMap\":\"0\",\"setAutoFocus\":\"0\",\"mapHeight\":\"450px\",\"mapWidth\":\"100%\",\"maxListings\":\"250\",\"minLetters\":\"3\",\"fieldLabel\":\"1\",\"showOnlyMap\":\"0\",\"enableAutosuggestion\":\"1\",\"showKeyword\":\"1\",\"mandatoryKeyword\":\"0\",\"enableKeywordSuggestion\":\"1\",\"showCategories\":\"1\",\"mandatoryCategories\":\"0\",\"showSubCategories\":\"1\",\"separateCategories\":\"0\",\"availableCategories\":[\"\"],\"showTypes\":\"0\",\"mandatoryTypes\":\"0\",\"availableTypes\":[\"\"],\"showCities\":\"0\",\"mandatoryCities\":\"0\",\"showRegions\":\"0\",\"mandatoryRegions\":\"0\",\"showCountries\":\"0\",\"mandatoryCountries\":\"0\",\"showZipcode\":\"1\",\"mandatoryZipCode\":\"0\",\"mandatoryLocationSuggestion\":\"0\",\"showProvince\":\"0\",\"mandatoryProvince\":\"0\",\"autocomplete\":\"0\",\"autolocation\":\"0\",\"linklocation\":\"0\",\"preserve\":\"1\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(126,0,'Login Support','','',1,'sidebar',NULL,NULL,NULL,NULL,1,'mod_loginsupport',1,1,'{\"forum_url\":\"https://forum.joomla.org/\",\"documentation_url\":\"https://docs.joomla.org/\",\"news_url\":\"https://www.joomla.org/announcements.html\",\"automatic_title\":1,\"prepare_content\":1,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',1,'*'),
(127,0,'System Dashboard','','',1,'cpanel-system',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"system\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),
(128,0,'Content Dashboard','','',1,'cpanel-content',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"content\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"3\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),
(129,0,'Menus Dashboard','','',1,'cpanel-menus',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"menus\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),
(130,0,'Components Dashboard','','',1,'cpanel-components',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"components\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),
(131,0,'Users Dashboard','','',1,'cpanel-users',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"users\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\",\"style\":\"System-none\"}',1,'*'),
(132,0,'Popular Articles','','',3,'cpanel-content',NULL,NULL,NULL,NULL,1,'mod_popular',3,1,'{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\":\"12\"}',1,'*'),
(133,0,'Recently Added Articles','','',4,'cpanel-content',NULL,NULL,NULL,NULL,1,'mod_latest',3,1,'{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\":\"12\"}',1,'*'),
(134,0,'Logged-in Users','','',2,'cpanel-users',NULL,NULL,NULL,NULL,1,'mod_logged',3,1,'{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\", \"bootstrap_size\":\"12\"}',1,'*'),
(135,0,'Frontend Link','','',5,'status',NULL,NULL,NULL,NULL,1,'mod_frontend',1,1,'',1,'*'),
(136,0,'Messages','','',4,'status',NULL,NULL,NULL,NULL,1,'mod_messages',3,1,'',1,'*'),
(137,0,'Post Install Messages','','',3,'status',NULL,NULL,NULL,NULL,1,'mod_post_installation_messages',3,1,'',1,'*'),
(138,0,'User Status','','',6,'status',NULL,NULL,NULL,NULL,1,'mod_user',3,1,'',1,'*'),
(139,0,'Site','','',1,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',1,1,'{\"context\":\"site_quickicon\",\"header_icon\":\"fas fa-desktop\",\"show_users\":\"1\",\"show_articles\":\"1\",\"show_categories\":\"1\",\"show_media\":\"1\",\"show_menuItems\":\"1\",\"show_modules\":\"1\",\"show_plugins\":\"1\",\"show_templates\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),
(140,0,'System','','',2,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',1,1,'{\"context\":\"system_quickicon\",\"header_icon\":\"fas fa-wrench\",\"show_global\":\"1\",\"show_checkin\":\"1\",\"show_cache\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),
(141,0,'3rd Party','','',4,'icon',NULL,NULL,NULL,NULL,1,'mod_quickicon',1,1,'{\"context\":\"mod_quickicon\",\"header_icon\":\"fas fa-boxes\",\"load_plugins\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"12\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),
(142,0,'Help Dashboard','','',1,'cpanel-help',NULL,NULL,NULL,NULL,1,'mod_submenu',1,0,'{\"menutype\":\"*\",\"preset\":\"help\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"style\":\"System-none\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),
(143,0,'Privacy Requests','','',1,'cpanel-privacy',NULL,NULL,NULL,NULL,1,'mod_privacy_dashboard',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),
(144,0,'Privacy Status','','',1,'cpanel-privacy',NULL,NULL,NULL,NULL,1,'mod_privacy_status',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"style\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h2\",\"header_class\":\"\"}',1,'*'),
(145,129,'Main Slider','','',1,'',NULL,NULL,NULL,NULL,1,'mod_showplus',1,0,'{\"folder\":\"slider\",\"width\":\"100%\",\"height_desktop\":\"800px\",\"height_tablet\":\"700px\",\"height_mobile\":\"700px\",\"alignment\":\"center\",\"orientation\":\"horizontal-bottom\",\"autohide\":\"0\",\"buttons\":\"1\",\"captions\":\"1\",\"defcaption\":\"\",\"deflink\":\"\",\"target\":\"_self\",\"delay\":\"3000\",\"duration\":\"800\",\"transition\":\"fade\",\"transition_easing\":\"linear\",\"transition_timing\":\"in:out\",\"margin\":\"\",\"border_style\":\"\",\"border_width\":\"\",\"border_color\":\"\",\"padding\":\"\",\"background_color\":\"\",\"thumb_width\":\"60\",\"thumb_height\":\"40\",\"links\":\"1\",\"thumb_cache\":\"1\",\"thumb_folder\":\"thumbs\",\"thumb_quality\":\"85\",\"labels\":\"labels\",\"labels_multilingual\":\"0\",\"labels_captions\":\"\",\"sort_criterion\":\"labels-filename\",\"sort_order\":\"0\",\"library\":\"default\",\"options\":\"\",\"debug\":\"0\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(146,132,'J-BusinessDirectory','','',2,'cpanel',NULL,NULL,NULL,NULL,1,'mod_jbusinessdirectory_icons',1,1,'',1,'*'),
(147,135,'JBusinessDirectory - Appointments','','',2,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jbusiness_appointments',1,1,'',0,'*'),
(148,136,'J-BusinessDirectory Quote Requests','','',3,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jbusiness_quote_requests',1,1,'',0,'*'),
(149,138,'SCLogin','','',1,'',NULL,NULL,'2023-06-22 17:33:23',NULL,1,'mod_sclogin',1,1,'{\"theme\":\"default.css\",\"displayType\":\"inline\",\"modalButtonStyle\":\"button\",\"modalCloseButton\":\"1\",\"socialButtonsLayout\":\"vertical\",\"showLoginForm\":\"1\",\"showForgotUsername\":\"none\",\"showForgotPassword\":\"none\",\"showShowPassword\":\"0\",\"showRegisterLink\":\"1\",\"showRememberMe\":\"0\",\"autoFocusUsername\":\"0\",\"register_type\":\"joomla\",\"registrationlink\":\"116\",\"jlogin\":\"\",\"usesecure\":\"0\",\"enableProfilePic\":\"0\",\"profileWidth\":\"50\",\"profileHeight\":\"50\",\"linkProfile\":\"1\",\"greetingName\":\"1\",\"showProfileLink\":\"1\",\"showUserMenu\":\"jomsocial\",\"userMenuStyle\":\"0\",\"userMenuTitle\":\"1\",\"showLogoutButton\":\"1\",\"showConnectButton\":\"1\",\"jlogout\":\"\",\"showSociaLoginButton\":\"1\",\"socialButtonsOrientation\":\"bottom\",\"socialButtonsAlignment\":\"left\",\"loginbuttonsorder\":\"\",\"loginbuttonstype\":\"default\",\"loginbuttons\":{\"facebook\":\"icon_label.png\"},\"loginbutton_class\":\"\",\"registerbutton_class\":\"\",\"userbutton_class\":\"\",\"forgotusername_button_class\":\"\",\"forgotpassword_button_class\":\"\",\"showpassword_button_class\":\"\",\"showUser_fa_class\":\"fa fa-user\",\"showForgotButton_fa_class\":\"fa fas fa-question-circle\",\"showPassword_fa_class\":\"fa fa-eye\",\"hidePassword_fa_class\":\"fa fa-eye-slash\",\"user_intro\":\"\",\"loadJQuery\":\"0\",\"useFontAwesome\":\"0\",\"loadFontAwesome\":\"1\",\"showPoweredByLink\":\"2\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(150,139,'SCSocial Find Us','','',5,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_scsocialfindus',1,1,'',0,'*'),
(151,140,'SCSocial Stream','','',6,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_scsocialstream',1,1,'',0,'*'),
(152,141,'SCSocial Widget','','',7,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_scsocialwidget',1,1,'',0,'*'),
(153,142,'JFBC Social Share','','',8,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_jfbcsocialshare',1,1,'',0,'*'),
(154,144,'OSB Search','','',9,'',NULL,NULL,NULL,NULL,0,'mod_osbsearch',1,1,'',0,'*'),
(155,145,'OSB Cart','','',10,'',NULL,NULL,NULL,NULL,0,'mod_osbcart',1,1,'',0,'*'),
(156,147,'RSEvents!Pro Tickets','','',11,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_tickets',1,1,'',0,'*'),
(157,148,'RSEvents!Pro Tag Cloud','','',12,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_tags',1,1,'',0,'*'),
(158,149,'RSEvents!Pro Attendees module','','',13,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_attendees',1,1,'',0,'*'),
(159,150,'RSEvents!Pro Locations','','',14,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_locations',1,1,'',0,'*'),
(160,151,'RSEvents!Pro Location module','','',15,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_location',1,1,'',0,'*'),
(161,152,'RSEvents!Pro Map','','',16,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_map',1,1,'',0,'*'),
(162,153,'RSEvents!Pro Archived events','','',17,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_archived',1,1,'',0,'*'),
(163,154,'RSEvents!Pro Popular Events','','',18,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_popular',1,1,'',0,'*'),
(164,155,'RSEvents!Pro Related Events','','',19,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_related',1,1,'',0,'*'),
(165,156,'RSEvents!Pro Featured events','','',20,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_featured',1,1,'',0,'*'),
(166,157,'RSEvents!Pro Events','','',21,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_events',1,1,'',0,'*'),
(167,158,'RSEvents!Pro Categories','','',22,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_categories',1,1,'',0,'*'),
(168,159,'RSEvents!Pro Upcoming Events','','',23,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_upcoming',1,1,'',0,'*'),
(169,160,'RSEvents!Pro Calendar','','',24,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_calendar',1,1,'',0,'*'),
(170,161,'RSEvents!Pro Search events','','',25,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_search',1,1,'',0,'*'),
(171,162,'RSEvents!Pro Slider','','',26,'',NULL,NULL,'2023-06-22 17:34:57',NULL,1,'mod_rseventspro_slider',1,1,'',0,'*'),
(172,169,'JHotelReservation Currency','','',27,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jhotel_currency',1,1,'',0,'*'),
(173,170,'JHotelReservationMap','','',28,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jhotelmap',1,1,'',0,'*'),
(174,171,'JHotelReservationPoi','','',29,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jhotelpoi',1,1,'',0,'*'),
(175,172,'J-HotelReservation Search','','',30,'reservation-module',NULL,NULL,NULL,NULL,1,'mod_jhotelreservation',1,1,'',0,'*'),
(176,173,'J-HotelReservation','','',31,'cpanel',NULL,NULL,NULL,NULL,1,'mod_jhotelreservation_adminlinks',1,1,'',1,'*'),
(177,174,'JHotelSearchFilter','','',32,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jhotelsearchfilter',1,1,'',0,'*'),
(178,175,'JHotelReservationSimilarInterestHotels','','',33,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jhotelsimilarinteresthotels',1,1,'',0,'*'),
(179,176,'JHotelReservationViewedProperties','','',34,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jhotelviewedproperties',1,1,'',0,'*'),
(180,177,'JHotelReservation User','','',35,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jhp_user',1,1,'',0,'*'),
(181,178,'JNearByHotels','','',36,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jnearbyhotels',1,1,'',0,'*'),
(182,179,'JQueryLogin','','',37,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jquerylogin',1,1,'',0,'*'),
(183,180,'JReservationInfo','','',38,'reservation-info',NULL,NULL,NULL,NULL,1,'mod_jreservationinfo',1,1,'',0,'*'),
(184,181,'JTopHotels','','',39,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jtophotels',1,1,'',0,'*'),
(185,182,'JTopOffers','','',40,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jtopoffers',1,1,'',0,'*'),
(186,183,'JWeekOffer','','',41,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_jweekoffer',1,1,'',0,'*'),
(187,185,'JS Activity Stream','','',1,'left',NULL,NULL,'2023-06-22 17:36:50',NULL,0,'mod_community_activitystream',1,1,'{\"stream_type\":\"2\",\"limit\":\"20\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(188,186,'JS Discussions','','',43,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_community_discussions',1,1,'',0,'*'),
(189,187,'JS Events','','',1,'js_side_frontpage_bottom',NULL,NULL,NULL,NULL,1,'mod_community_events',1,1,'{\"default\":\"\"}',0,'*'),
(190,188,'JS Events Calendar','','',45,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_community_eventscalendar',1,1,'',0,'*'),
(191,189,'JS Groups','','',1,'js_side_frontpage_bottom',NULL,NULL,NULL,NULL,1,'mod_community_groups',1,1,'{\"default\":\"\"}',0,'*'),
(192,190,'Hello Me','','',1,'left',NULL,NULL,'2023-06-22 17:34:57',NULL,0,'mod_community_hellome',1,1,'{\"show_avatar\":\"1\",\"show_name\":\"1\",\"show_badge\":\"1\",\"show_notifications\":\"1\",\"show_menu\":\"1\",\"show_logout\":\"1\",\"show_facebook\":\"1\",\"show_google\":\"1\",\"show_twitter\":\"1\",\"show_linkedin\":\"1\",\"show_forgotpwd\":\"1\",\"show_forgotusr\":\"1\",\"show_activation\":\"1\",\"remember_me\":\"1\",\"logout\":\"\",\"login\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(193,191,'Community Members','','',1,'js_side_frontpage_top',NULL,NULL,NULL,NULL,1,'mod_community_members',1,1,'{\"profile_filter\":\"0\",\"avatars_number\":\"4\",\"jsprofiletypes\":\"0\",\"sorting\":\"0\",\"respect_online\":\"1\",\"show_total_members\":\"1\",\"limit\":\"12\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(194,192,'JS Members Search','','',49,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_community_memberssearch',1,1,'',0,'*'),
(195,193,'JS Nearby Events Search','','',50,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_community_nearbyevents',1,1,'',0,'*'),
(196,194,'JS Notifications','','',51,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_community_notifications',1,1,'',0,'*'),
(197,195,'JS Pages','','',1,'js_side_frontpage_bottom',NULL,NULL,NULL,NULL,1,'mod_community_pages',1,1,'{\"default\":\"\"}',0,'*'),
(198,196,'JS Pages - Categories','','',53,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_community_pages_categories',1,1,'',0,'*'),
(199,197,'JS Photo Comments','','',54,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_community_photocomments',1,1,'',0,'*'),
(200,198,'JS Photos','','',1,'js_side_frontpage',NULL,NULL,NULL,NULL,1,'mod_community_photos',1,1,'{\"default\":\"\"}',0,'*'),
(201,199,'JS Polls','','',56,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_community_polls',1,1,'',0,'*'),
(202,200,'JS Statistics','','',57,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_community_statistics',1,1,'',0,'*'),
(203,201,'JS Top Members','','',58,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_community_topmembers',1,1,'',0,'*'),
(204,202,'JS Top Members - User Points Based','','',59,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_community_topmembers_points',1,1,'',0,'*'),
(205,203,'JS Video Comments','','',60,'',NULL,NULL,'2023-06-22 17:36:50',NULL,1,'mod_community_videocomments',1,1,'',0,'*'),
(206,204,'JS Videos','','',1,'js_side_frontpage',NULL,NULL,NULL,NULL,1,'mod_community_videos',1,1,'{\"default\":\"\"}',0,'*'),
(207,208,'Social Login ','',NULL,1,'bottom4',NULL,NULL,NULL,NULL,1,'mod_sclogin',1,1,'{\"theme\":\"sourcecoast.css\",\"displayType\":\"inline\",\"modalButtonStyle\":\"button\",\"modalCloseButton\":\"1\",\"socialButtonsLayout\":\"vertical\",\"showLoginForm\":\"1\",\"showForgotUsername\":\"none\",\"showForgotPassword\":\"none\",\"showShowPassword\":\"0\",\"showRegisterLink\":\"1\",\"showRememberMe\":\"1\",\"autoFocusUsername\":\"1\",\"register_type\":\"jomsocial\",\"registrationlink\":\"116\",\"jlogin\":\"\",\"usesecure\":\"0\",\"enableProfilePic\":\"0\",\"profileWidth\":\"50\",\"profileHeight\":\"50\",\"linkProfile\":\"0\",\"greetingName\":\"1\",\"showProfileLink\":\"0\",\"showUserMenu\":\"\",\"userMenuStyle\":\"0\",\"userMenuTitle\":\"1\",\"showLogoutButton\":\"1\",\"showConnectButton\":\"1\",\"jlogout\":\"\",\"showSociaLoginButton\":\"1\",\"socialButtonsOrientation\":\"bottom\",\"socialButtonsAlignment\":\"left\",\"loginbuttonsorder\":\"\",\"loginbuttonstype\":\"default\",\"loginbuttons\":{\"facebook\":\"icon_label.png\",\"google\":\"icon_label.png\",\"linkedin\":\"icon_label.png\",\"twitter\":\"icon_label.png\"},\"loginbutton_class\":\"\",\"registerbutton_class\":\"\",\"userbutton_class\":\"\",\"forgotusername_button_class\":\"\",\"forgotpassword_button_class\":\"\",\"showpassword_button_class\":\"\",\"showUser_fa_class\":\"fa fa-user\",\"showForgotButton_fa_class\":\"fa fas fa-question-circle\",\"showPassword_fa_class\":\"fa fa-eye\",\"hidePassword_fa_class\":\"fa fa-eye-slash\",\"user_intro\":\"\",\"loadJQuery\":\"0\",\"useFontAwesome\":\"0\",\"loadFontAwesome\":\"1\",\"showPoweredByLink\":\"2\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(208,211,'TJ-Fields - filters','','',61,'',NULL,NULL,NULL,NULL,0,'mod_tjfields_search',1,1,'',0,'*'),
(209,216,'mod_q2ccart','','',62,'',NULL,NULL,NULL,NULL,1,'mod_q2ccart',1,1,'',0,'*'),
(210,217,'mod_q2cfilters_name','','',63,'',NULL,NULL,'2025-07-02 16:38:59',NULL,1,'mod_q2cfilters',1,1,'',0,'*'),
(211,218,'mod_q2c_search','','',64,'',NULL,NULL,NULL,NULL,1,'mod_q2c_search',1,1,'',0,'*'),
(212,219,'mod_qtc_categorylist','','',65,'',NULL,NULL,NULL,NULL,1,'mod_qtc_categorylist',1,1,'',0,'*'),
(213,220,'mod_qtc_categorypin','','',66,'',NULL,NULL,NULL,NULL,1,'mod_qtc_categorypin',1,1,'',0,'*'),
(214,221,'mod_qtcproductdisplay','','',67,'',NULL,NULL,'2024-06-08 15:30:30',NULL,1,'mod_qtcproductdisplay',1,1,'',0,'*'),
(215,222,'mod_qtcstoredisplay','','',68,'',NULL,NULL,NULL,NULL,1,'mod_qtcstoredisplay',1,1,'',0,'*'),
(216,223,'mod_q2c_autosearch','','',69,'',NULL,NULL,NULL,NULL,1,'mod_q2c_autosearch',1,1,'',0,'*'),
(217,224,'mod_quick2cart','','',70,'',NULL,NULL,NULL,NULL,1,'mod_quick2cart',1,1,'',0,'*'),
(218,225,'mod_q2c_location','','',71,'',NULL,NULL,NULL,NULL,1,'mod_q2c_location',1,1,'',0,'*'),
(219,227,'Carousel - All Video Share','','',72,'',NULL,NULL,NULL,NULL,0,'mod_allvideosharecarousel',1,1,'',0,'*'),
(220,228,'Gallery - All Video Share','','',73,'',NULL,NULL,NULL,NULL,0,'mod_allvideosharegallery',1,1,'',0,'*'),
(221,229,'Player - All Video Share','','',74,'',NULL,NULL,'2025-07-27 04:17:07',NULL,1,'mod_allvideoshareplayer',1,1,'',0,'*'),
(222,230,'Playlist - All Video Share','','',75,'',NULL,NULL,NULL,NULL,0,'mod_allvideoshareplaylist',1,1,'',0,'*'),
(223,231,'Search - All Video Share','','',76,'',NULL,NULL,NULL,NULL,0,'mod_allvideosharesearch',1,1,'',0,'*'),
(224,232,'YouTube - All Video Share','','',77,'',NULL,NULL,NULL,NULL,0,'mod_allvideoshareyoutube',1,1,'',0,'*'),
(226,242,'Easy File Uploader','','',1,'',NULL,NULL,'2023-11-29 15:14:40',NULL,1,'mod_easyfileuploader',1,1,'{\"efu_parent\":\"images\",\"efu_folder\":\"promos\",\"efu_maxsize\":\"1000000\",\"efu_custom\":\"1\",\"efu_label\":\"Choose a file to upload:\",\"efu_button\":\"Upload File\",\"efu_question\":\"Replace existing files with uploaded files?\",\"efu_yes\":\"Yes\",\"efu_no\":\"No\",\"efu_filetypes\":\"image\\/gif;image\\/jpeg;image\\/pjpeg;image\\/png;application\\/pdf;application\\/msword;application\\/zip;application\\/x-compressed;application\\/x-zip-compressed;multipart\\/x-zip;application\\/excel;application\\/vnd.ms-excel;application\\/x-excel;application\\/x-msexcel\",\"efu_default_replace\":\"0\",\"efu_replace\":\"1\",\"efu_scriptsinarchives\":\"0\",\"efu_variable\":\"fileToUpload\",\"efu_multiple\":\"1\",\"efu_shownofile\":\"1\",\"efu_user\":\"0\",\"moduleclass_sfx\":\"\",\"layout\":\"_:default\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(227,244,'Convert Forms','','',79,'',NULL,NULL,NULL,NULL,0,'mod_convertforms',1,1,'',0,'*'),
(228,245,'Advertising form','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_convertforms',1,1,'{\"form\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(229,248,'Invite Anywhere','','',80,'',NULL,NULL,NULL,NULL,0,'mod_invite_anywhere',1,1,'',0,'*'),
(230,249,'mod_invite_friends','','',81,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_invite_friends',1,1,'',0,'*'),
(231,250,'Inviters','','',82,'',NULL,NULL,NULL,NULL,0,'mod_inviters',1,1,'',0,'*'),
(232,251,'CMP Magazine Partners Flipbook','','',1,'',NULL,NULL,NULL,NULL,1,'mod_flippingbook',1,1,'{\"loadjquery\":\"1\",\"stop_reload\":\"1\",\"theme\":\"basicview\",\"fbsource\":\"pdf_file\",\"pdf\":\"https:\\/\\/www.communitymarketplace.ca\\/images\\/CMP%20MAG%20Partners\\/cmp-biz-pull-together-newsletter-_compressed.pdf\",\"imagefolder\":\"images\\/sampledata\\/parks\\/animals\",\"excludedimages\":\"180px_koala_ag1.jpg,180px_wobbegong.jpg\",\"multiple_catalogue\":[],\"selectbg\":\"color\",\"backgroundColor\":\"#ffffff\",\"backgroundImage\":\"background.jpg\",\"direction\":\"LTR\",\"pageMode\":\"AUTO\",\"spbooklet\":\"BOOKLET\",\"height\":\"800px\",\"enableDownload\":\"true\",\"webgl\":\"true\",\"webglShadow\":\"true\",\"pduration\":\"800\",\"soundEnable\":\"true\",\"soundFile\":\"turn2.mp3\",\"enable_autoplay\":\"false\",\"autoPlayDuration\":\"2000\",\"scrollWheel\":\"true\",\"autoEnableThumbnail\":\"true\",\"controlsPosition\":\"BOTTOM\",\"enableOutlines\":\"1\",\"overwritePDFOutline\":\"true\",\"autoEnableOutline\":\"false\",\"outlines\":[],\"text_loading\":\"Flippingbook is Loading\",\"text_toggleSound\":\"Turn on\\/off Sound\",\"text_toggleThumbnails\":\"Toggle Thumbnails\",\"text_toggleOutline\":\"Toggle Outline\\/Bookmark\",\"text_previousPage\":\"Previous Page\",\"text_nextPage\":\"Next Page\",\"text_toggleFullscreen\":\"Toggle Fullscreen\",\"text_zoomIn\":\"Zoom in\",\"text_zoomOut\":\"Zoom out\",\"text_singlePageMode\":\"Single Page Mode\",\"text_doublePageMode\":\"Double Page Mode\",\"text_downloadPDFFile\":\"Download PDF File\",\"text_gotoFirstPage\":\"Goto Frist Page\",\"text_gotoLastPage\":\"Goto Last Page\",\"text_play\":\"Start Auto Play\",\"text_pause\":\"Pause AutoPlay\",\"text_share\":\"Share\",\"text_emailsubj\":\"You must see that page!\",\"text_emailbodylink\":\"Check out this site :\",\"customcss\":\"\\/* write your custom css *\\/\",\"customjs\":\"\\/\\/ Write your custom JS\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(233,252,'Flipbook Module','','',1,'left',NULL,NULL,NULL,NULL,0,'mod_flippingbook',1,1,'{\"loadjquery\":\"1\",\"stop_reload\":\"1\",\"theme\":\"basicview\",\"fbsource\":\"pdf_file\",\"pdf\":\"https:\\/\\/communitymarketplace.ca\\/\\/media\\/attachments\\/cmp-biz-pull-together-newsletter-_compressed.pdf\",\"imagefolder\":\"images\\/sampledata\\/parks\\/animals\",\"excludedimages\":\"180px_koala_ag1.jpg,180px_wobbegong.jpg\",\"multiple_catalogue\":[],\"selectbg\":\"color\",\"backgroundColor\":\"#ffffff\",\"backgroundImage\":\"background.jpg\",\"direction\":\"LTR\",\"pageMode\":\"AUTO\",\"spbooklet\":\"BOOKLET\",\"height\":\"100%\",\"enableDownload\":\"true\",\"webgl\":\"true\",\"webglShadow\":\"true\",\"pduration\":\"800\",\"soundEnable\":\"true\",\"soundFile\":\"turn2.mp3\",\"enable_autoplay\":\"false\",\"autoPlayDuration\":\"2000\",\"scrollWheel\":\"true\",\"autoEnableThumbnail\":\"true\",\"controlsPosition\":\"BOTTOM\",\"enableOutlines\":\"0\",\"overwritePDFOutline\":\"true\",\"autoEnableOutline\":\"false\",\"outlines\":[],\"text_loading\":\"Flippingbook is Loading\",\"text_toggleSound\":\"Turn on\\/off Sound\",\"text_toggleThumbnails\":\"Toggle Thumbnails\",\"text_toggleOutline\":\"Toggle Outline\\/Bookmark\",\"text_previousPage\":\"Previous Page\",\"text_nextPage\":\"Next Page\",\"text_toggleFullscreen\":\"Toggle Fullscreen\",\"text_zoomIn\":\"Zoom in\",\"text_zoomOut\":\"Zoom out\",\"text_singlePageMode\":\"Single Page Mode\",\"text_doublePageMode\":\"Double Page Mode\",\"text_downloadPDFFile\":\"Download PDF File\",\"text_gotoFirstPage\":\"Goto Frist Page\",\"text_gotoLastPage\":\"Goto Last Page\",\"text_play\":\"Start Auto Play\",\"text_pause\":\"Pause AutoPlay\",\"text_share\":\"Share\",\"text_emailsubj\":\"You must see that page!\",\"text_emailbodylink\":\"Check out this site :\",\"customcss\":\"\\/* write your custom css *\\/\",\"customjs\":\"\\/\\/ Write your custom JS\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(234,254,'JBusinessDirectory Conference Session','','',83,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_jbusiness_conference_sessions',1,1,'',0,'*'),
(235,255,'JBusinessDirectory - Conferences','','',84,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_jbusiness_conferences',1,1,'',0,'*'),
(236,256,'JBusinessDirectory - Session Locations','','',85,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_jbusiness_session_locations',1,1,'',0,'*'),
(237,257,'JBusinessDirectory Session Search','','',86,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_jbusiness_session_search',1,1,'',0,'*'),
(238,258,'JBusinessDirectory Speaker Search','','',87,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_jbusiness_speaker_search',1,1,'',0,'*'),
(239,259,'JBusinessDirectory - Available Speakers','','',88,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_jbusiness_speakers_available',1,1,'',0,'*'),
(240,260,'JBusinessDirectory - Featured speakers','','',89,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_jbusiness_speakers_featured',1,1,'',0,'*'),
(241,261,'Royal Oak Whitby, North- Local Community Hero Events','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_events',1,1,'{\"mItemId\":\"\",\"viewtype\":\"slider\",\"order\":\"4\",\"layout-type\":\"horizontal\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-4\",\"packages\":[\"2\",\"1\",\"3\",\"4\"],\"count\":\"50\",\"categoryIds\":[\"246\"],\"type\":\"\",\"city\":\"\",\"region\":\"\",\"showLocation\":\"1\",\"geo_location\":\"1\",\"radius\":\"100\",\"event_link\":\"1\",\"only_featured\":\"0\",\"showlistingName\":\"1\",\"showviewall\":\"1\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"nrVisibleItems\":\"3\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"1\",\"autoplaySpeed\":\"2500\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(242,262,'Royal Oak Whitby North Offers','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_offers',1,1,'{\"mItemId\":\"\",\"viewtype\":\"slider\",\"order\":\"0\",\"layout-type\":\"horizontal\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-4\",\"count\":\"5\",\"itemType\":\"1\",\"categoryIds\":[\"\",\"243\"],\"type\":\"\",\"citySearch\":\"\",\"regionSearch\":\"\",\"showLocation\":\"1\",\"geo_location\":\"1\",\"radius\":\"100\",\"category_link\":\"1\",\"only_featured\":\"0\",\"showlistingName\":\"0\",\"showOfferFree\":\"1\",\"showviewall\":\"1\",\"showcountryflag\":\"0\",\"restrictaccess\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(243,263,'Royal Oak Whitby, North - Business Sponsors','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_listings',1,1,'{\"mItemId\":\"\",\"viewtype\":\"slider_2\",\"order\":\"0\",\"layout-type\":\"horizontal\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-4\",\"truncate_title\":\"\",\"companiesIds\":[\"\",\"42\"],\"count\":\"100\",\"categoryIds\":[\"249\"],\"customAttributes\":[\"\"],\"type\":\"\",\"city\":\"\",\"region\":\"\",\"country\":\"\",\"membership\":\"\",\"link_target\":\"1\",\"listing_link\":\"1\",\"video_link\":\"1\",\"country_link\":\"1\",\"nearby\":\"1\",\"plan\":\"\",\"only_campaign\":\"0\",\"only_featured\":\"0\",\"only_with_logo\":\"0\",\"show_recently_viewed\":\"0\",\"geo_location\":\"0\",\"radius\":\"10\",\"showviewall\":\"0\",\"backgroundColor\":\"\",\"borderColor\":\"\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"1\",\"autoplaySpeed\":\"2500\",\"max-numbers-row\":\"5\",\"image_size\":\"2\",\"show-header\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(244,264,'invite ','',NULL,1,'content-top',NULL,NULL,'2024-06-08 15:32:43',NULL,0,'mod_invite_friends',1,1,'{\"mod_title\":\"MOD_INVITE_FRIENDS_TITLE\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(245,269,'Oshawa Business Listings','',NULL,1,'content-top',NULL,NULL,'2024-06-08 15:32:43',NULL,0,'mod_jbusiness_listings',1,1,'{\"mItemId\":\"\",\"viewtype\":\"slider\",\"order\":\"0\",\"layout-type\":\"horizontal\",\"phoneGridOption\":\"col-7\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-4\",\"truncate_title\":\"\",\"companiesIds\":[\"\"],\"count\":\"16\",\"categoryIds\":[\"\"],\"customAttributes\":[\"\"],\"type\":\"\",\"city\":\"3\",\"region\":\"3\",\"country\":\"36\",\"membership\":\"\",\"link_target\":\"1\",\"listing_link\":\"1\",\"video_link\":\"1\",\"country_link\":\"0\",\"nearby\":\"0\",\"plan\":\"\",\"only_campaign\":\"0\",\"only_featured\":\"0\",\"only_with_logo\":\"0\",\"show_recently_viewed\":\"0\",\"geo_location\":\"1\",\"radius\":\"100\",\"showviewall\":\"1\",\"backgroundColor\":\"\",\"borderColor\":\"\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"1\",\"autoplaySpeed\":\"2000\",\"max-numbers-row\":\"4\",\"image_size\":\"2\",\"show-header\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(246,270,'Oshawa Local Events','',NULL,1,'content-top',NULL,NULL,'2024-06-08 15:32:43',NULL,0,'mod_jbusiness_events',1,1,'{\"mItemId\":\"\",\"viewtype\":\"simple_2\",\"order\":\"0\",\"layout-type\":\"horizontal\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-4\",\"count\":\"16\",\"categoryIds\":[\"\"],\"type\":\"\",\"city\":\"3\",\"region\":\"3\",\"showLocation\":\"1\",\"geo_location\":\"1\",\"radius\":\"100\",\"event_link\":\"1\",\"only_featured\":\"0\",\"showlistingName\":\"1\",\"showviewall\":\"1\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(247,271,'Oshawa, Discounts & Deals','',NULL,1,'content-top',NULL,NULL,'2024-06-08 15:32:43',NULL,0,'mod_jbusiness_offers',1,1,'{\"mItemId\":\"\",\"viewtype\":\"slider\",\"order\":\"0\",\"layout-type\":\"horizontal\",\"phoneGridOption\":\"col-6\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-4\",\"count\":\"10\",\"itemType\":\"1\",\"categoryIds\":[\"\"],\"type\":\"\",\"citySearch\":\"\",\"regionSearch\":\"\",\"showLocation\":\"1\",\"geo_location\":\"1\",\"radius\":\"100\",\"category_link\":\"0\",\"only_featured\":\"0\",\"showlistingName\":\"1\",\"showOfferFree\":\"1\",\"showviewall\":\"1\",\"showcountryflag\":\"1\",\"restrictaccess\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"1\",\"autoplaySpeed\":\"5000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(248,273,'JBusinessDirectory - Videos','','',1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_videos',1,1,'{\"mItemId\":\"\",\"viewtype\":\"default\",\"order\":\"3\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-4\",\"categoryIds\":[\"\"],\"count\":\"8\",\"showviewall\":\"0\",\"showlistingName\":\"1\",\"showLocation\":\"1\",\"video_link\":\"1\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(249,274,'OS-Property Category Menu','','',90,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_oscategorymenu',1,1,'',0,'*'),
(250,275,'Featured agents','','',91,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_featuredagents',1,1,'',0,'*'),
(251,276,'OS Property Tag Cloud','','',92,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_osproperty_tagcloud',1,1,'',0,'*'),
(252,277,'Osproperty Loan Cal','','',93,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_ospropertyloancal',1,1,'',0,'*'),
(253,278,'OS Property Map','','',94,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_ospropertymap',1,1,'',0,'*'),
(254,279,'OS Property Mortgage Calculator','','',95,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_ospropertymortgage',1,1,'',0,'*'),
(255,280,'Search properties','','',96,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_ospropertysearch',1,1,'',0,'*'),
(256,281,'OS Property - States and Cities','','',97,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_ospropertystates',1,1,'',0,'*'),
(257,282,'OS Property Slideshow','','',98,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_ospslideshow',1,1,'',0,'*'),
(258,283,'Quick Search Real Homes','','',99,'',NULL,NULL,'2024-06-08 15:31:49',NULL,1,'mod_osquicksearchrealhomes',1,1,'',0,'*'),
(259,284,'OS Property Quick Icons (admin)','','',100,'',NULL,NULL,NULL,NULL,0,'mod_osquickicons',1,1,'',1,'*'),
(260,285,'Random Properties','','',101,'',NULL,NULL,'2024-06-08 15:31:59',NULL,1,'mod_ospropertyrandom',1,1,'',0,'*'),
(261,287,'Donavan Community Blog','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_articles_category',1,1,'{\"mode\":\"normal\",\"show_on_article_page\":1,\"count\":0,\"show_front\":\"show\",\"category_filtering_type\":1,\"show_child_category_articles\":0,\"levels\":1,\"author_filtering_type\":1,\"author_alias_filtering_type\":1,\"excluded_articles\":\"\",\"date_filtering\":\"off\",\"date_field\":\"a.created\",\"start_date_range\":\"\",\"end_date_range\":\"\",\"relative_date\":30,\"article_ordering\":\"a.title\",\"article_ordering_direction\":\"ASC\",\"article_grouping\":\"none\",\"date_grouping_field\":\"created\",\"month_year_format\":\"F Y\",\"article_grouping_direction\":\"ksort\",\"link_titles\":1,\"show_date\":0,\"show_date_field\":\"created\",\"show_date_format\":\"Y-m-d H:i:s\",\"show_category\":0,\"show_hits\":0,\"show_author\":0,\"show_tags\":0,\"show_introtext\":0,\"introtext_limit\":100,\"show_readmore\":0,\"show_readmore_title\":1,\"readmore_limit\":15,\"layout\":\"_:atomlib\",\"moduleclass_sfx\":\"\",\"owncache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(262,288,'News Flash Oshawa Donevan','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_articles_news',1,1,'{\"catid\":[8],\"image\":0,\"img_intro_full\":\"none\",\"item_title\":0,\"link_titles\":\"\",\"item_heading\":\"h4\",\"triggerevents\":1,\"showLastSeparator\":1,\"show_introtext\":1,\"readmore\":0,\"count\":5,\"show_featured\":\"\",\"exclude_current\":1,\"ordering\":\"a.publish_up\",\"direction\":1,\"layout\":\"_:horizontal\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(263,323,'JChatSocial Module','','',1,'',NULL,NULL,NULL,NULL,1,'mod_jchat',1,1,'{\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(264,324,'JChatSocial Private Messaging Module','','',103,'',NULL,NULL,'2024-05-22 18:32:56',NULL,1,'mod_jchat_messaging',1,1,'',0,'*'),
(265,344,'mod_socialads','','',104,'',NULL,NULL,'2024-04-12 00:25:41',NULL,0,'mod_socialads',1,1,'',0,'*'),
(266,349,'Popular Content','','',105,'',NULL,NULL,'2024-06-08 15:32:43',NULL,1,'mod_jlike_most_likes',1,1,'',0,'*'),
(267,350,'Recently liked Content','','',106,'',NULL,NULL,'2024-06-08 15:32:43',NULL,1,'mod_jlike_recent_likes',1,1,'',0,'*'),
(268,352,'JTicketing Buy Tickets','','',107,'',NULL,NULL,'2024-06-08 15:32:43',NULL,1,'mod_jticketing_buy',1,1,'',0,'*'),
(269,353,'JTicketing Event Module(Only for Native Integration)','','',108,'',NULL,NULL,'2024-06-08 15:32:43',NULL,1,'mod_jticketing_event',1,1,'',0,'*'),
(270,354,'Jticketing Menu','','',109,'',NULL,NULL,'2024-06-08 15:32:43',NULL,1,'mod_jticketing_menu',1,1,'',0,'*'),
(271,355,'Jticketing Event Calendar','','',110,'',NULL,NULL,'2024-06-08 15:32:43',NULL,1,'mod_jticketing_calendar',1,1,'',0,'*'),
(272,365,'Get Connected Contact Form','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_community_hellome',1,1,'{\"show_avatar\":\"1\",\"show_name\":\"1\",\"show_badge\":\"1\",\"show_notifications\":\"1\",\"show_menu\":\"1\",\"show_logout\":\"1\",\"show_facebook\":\"1\",\"show_google\":\"1\",\"show_twitter\":\"1\",\"show_linkedin\":\"1\",\"show_forgotpwd\":\"1\",\"show_forgotusr\":\"1\",\"show_activation\":\"1\",\"remember_me\":\"0\",\"logout\":\"\",\"login\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(273,366,'JS Jobs Login','','',111,'',NULL,NULL,NULL,NULL,0,'mod_jsjobslogin',1,1,'',0,'*'),
(274,385,'RSForm! Pro Module List','','',112,'',NULL,NULL,NULL,NULL,0,'mod_rsform_list',1,1,'',0,'*'),
(275,387,'My Community TV - LIVE Template','','',1,'feature',NULL,NULL,'2025-05-31 00:36:24',NULL,0,'mod_my_community_tv',1,1,'{\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(276,388,'MyCommunityTV LA Fitness Oshawa','',NULL,1,'cmp',NULL,NULL,NULL,NULL,1,'mod_my_community_tv',1,1,'{\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(277,389,'CMPTV ZONE LA FITNESS OFFERS OSHAWA','','<div id=\"cmp-offers\" style=\"font-family: Arial, sans-serif;\">&nbsp;</div>',1,'cmp',NULL,NULL,'2025-06-03 15:58:41',NULL,0,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(278,390,'mod_cmptv','','',1,'cmp',NULL,NULL,'2025-05-31 04:27:05',NULL,0,'mod_cmptv',1,1,'{\"example_param\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(279,391,'Main menu ','',NULL,1,'menu',NULL,NULL,NULL,NULL,0,'mod_menu',1,0,'{\"menutype\":\"mainmenu\",\"base\":\"\",\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(280,412,'CMPTV Headline Group Event RSS','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_feed',1,1,'{\"rssurl\":\"https:\\/\\/news.cmptv.ca\\/?feed=CANLAN%20GIVE-BACK%20EVENTS\",\"rssrtl\":0,\"rsstitle\":1,\"rssdesc\":1,\"rssdate\":\"0\",\"rssimage\":1,\"rssitems\":3,\"rssitemdesc\":1,\"rssitemdate\":0,\"word_count\":0,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(281,421,'QUICK LINKS FOR USERS','','',1,'bottom2',NULL,NULL,'2024-06-08 15:32:43',NULL,1,'mod_menu',1,1,'{\"menutype\":\"quick-links\",\"base\":\"\",\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(282,423,'WEBSITE COMMUNITY GROUPS','','',1,'bottom3',NULL,NULL,'2024-06-08 15:32:43',NULL,1,'mod_menu',1,1,'{\"menutype\":\"quick-links\",\"base\":\"\",\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(283,440,'Quick2Cart Personalized Products','','',113,'',NULL,NULL,NULL,NULL,0,'mod_quick2cart_personalized_products',1,1,'',0,'*'),
(284,444,'LA Fitness Oshawa Page  RSS ','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_feed',1,1,'{\"rssurl\":\"https:\\/\\/news.cmptv.ca\\/?feed=LA%20PAGE%20NEWS\",\"rssrtl\":0,\"rsstitle\":1,\"rssdesc\":1,\"rssdate\":\"0\",\"rssimage\":1,\"rssitems\":20,\"rssitemdesc\":1,\"rssitemdate\":0,\"word_count\":0,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(285,466,'GIVE BACK GIFT CARDS FOR FUNDRAISING','','<div style=\"padding: 20px; background-color: #f8f8f8; border-radius: 12px; box-shadow: 0 4px 8px rgba(0,0,0,0.05); font-family: Arial, sans-serif; color: #333; font-size: 16px; line-height: 1.6;\">\r\n<p style=\"text-align: left;\"><span style=\"font-size: 14pt; font-family: arial, helvetica, sans-serif;\"><strong>GIVE BACK GIFT CARDS FOR FUNDRAISING</strong></span></p>\r\n<p style=\"text-align: justify;\">Powered by the <strong> <a href=\"https://levelupforlocal.com/affiliate/local-fundraising\" target=\"_blank\" rel=\"noopener\" style=\"color: #1a73e8; text-decoration: none;\"> Level Up for Local &amp; Give Back - Local Fundraising Affiliate Network </a> </strong>, connecting local businesses to community causes that matter. Every purchase provides grassroots community support, turning local supporters into powerful promoters. <strong> <a href=\"https://levelupforlocal.com/sharing\" target=\"_blank\" rel=\"noopener\" style=\"color: #1a73e8; text-decoration: none;\"> Proof it Pays More to Give! </a> </strong></p>\r\n</div>',1,'content-top',NULL,NULL,NULL,NULL,1,'mod_custom',1,0,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(286,467,'SP Booking Accomodation','','',114,'',NULL,NULL,NULL,NULL,0,'mod_spbooking_accomodation',1,1,'',0,'*'),
(287,468,'SP Booking Destination','','',115,'',NULL,NULL,NULL,NULL,0,'mod_spbooking_destination',1,1,'',0,'*'),
(288,469,'SP Booking Packages','','',116,'',NULL,NULL,NULL,NULL,0,'mod_spbooking_packages',1,1,'',0,'*'),
(289,491,'Spbooking Search','','',117,'',NULL,NULL,NULL,NULL,0,'mod_spbooking_search',1,1,'',0,'*'),
(290,492,'SP Booking Transports','','',118,'',NULL,NULL,NULL,NULL,0,'mod_spbooking_transports',1,1,'',0,'*'),
(291,493,'SP Booking Cart','','',119,'',NULL,NULL,NULL,NULL,0,'mod_spbooking_cart',1,1,'',0,'*'),
(292,495,'SP Medical Search','','',120,'',NULL,NULL,NULL,NULL,0,'mod_spmedical_search',1,1,'',0,'*'),
(293,496,'SP Medical Service','','',121,'',NULL,NULL,NULL,NULL,0,'mod_spmedical_service',1,1,'',0,'*'),
(294,497,'SP Medical Services','','',122,'',NULL,NULL,NULL,NULL,0,'mod_spmedical_services',1,1,'',0,'*'),
(295,498,'SP Medical Specialists','','',123,'',NULL,NULL,NULL,NULL,0,'mod_spmedical_specialists',1,1,'',0,'*'),
(296,500,'SP Poll','','',124,'',NULL,NULL,NULL,NULL,0,'mod_sp_poll',1,1,'',0,'*'),
(297,502,'SP LMS Courses','','',125,'',NULL,NULL,NULL,NULL,0,'mod_splmscourses',1,1,'',0,'*'),
(298,503,'SP LMS Course Categories','','',126,'',NULL,NULL,NULL,NULL,0,'mod_splmscoursescategegory',1,1,'',0,'*'),
(299,504,'SP LMS Course Search','','',127,'',NULL,NULL,NULL,NULL,0,'mod_splmscoursesearch',1,1,'',0,'*'),
(300,505,'SP LMS Event Categories','','',128,'',NULL,NULL,NULL,NULL,0,'mod_splmseventcategories',1,1,'',0,'*'),
(301,506,'SP LMS Upcoming Events','','',129,'',NULL,NULL,NULL,NULL,0,'mod_splmsupcomingevents',1,1,'',0,'*'),
(302,507,'SP LMS Persons','','',130,'',NULL,NULL,NULL,NULL,0,'mod_splmspersons',1,1,'',0,'*'),
(303,508,'SP LMS Cart','','',131,'',NULL,NULL,NULL,NULL,0,'mod_splmscart',1,1,'',0,'*'),
(304,509,'SP LMS Event Calendar','','',132,'',NULL,NULL,NULL,NULL,0,'mod_splmseventcalendar',1,1,'',0,'*'),
(305,510,'SP Weather','','',133,'',NULL,NULL,NULL,NULL,0,'mod_sp_weather',1,1,'',0,'*'),
(306,512,'SP Property Properties','','',134,'',NULL,NULL,NULL,NULL,0,'mod_spproperty_properties',1,1,'',0,'*'),
(307,513,'SP Property Search','','',135,'',NULL,NULL,NULL,NULL,0,'mod_spproperty_search',1,1,'',0,'*'),
(308,514,'SP Property EMI Calculator','','',136,'',NULL,NULL,NULL,NULL,0,'mod_spproperty_emi_calculator',1,1,'',0,'*'),
(309,515,'SP Property Agents','','',137,'',NULL,NULL,NULL,NULL,0,'mod_spproperty_agents',1,1,'',0,'*'),
(310,516,'SP Property Categories','','',138,'',NULL,NULL,NULL,NULL,0,'mod_spproperty_categories',1,1,'',0,'*'),
(311,518,'CMPTV MAIN CONTENT DISPLAY LIVE TV ','','<!-- MAIN ZONE (1175x600px) - RSS Fade Display -->\r\n<div id=\"mainZoneContainer\" style=\"\r\n  width: 1175px;\r\n  height: 600px;\r\n  position: relative;\r\n  overflow: hidden;\r\n  font-family: Arial, sans-serif;\r\n  background-color: #000;\r\n\">\r\n  <div id=\"mainZoneBackground\" style=\"\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url(\'https://images.unsplash.com/photo-1603575448364-9a55f01d1c6b?fit=crop&w=1175&h=600&auto=format\');\r\n    background-size: cover;\r\n    background-position: center;\r\n    transition: opacity 1s ease-in-out;\r\n    opacity: 1;\r\n  \"></div>\r\n\r\n  <!-- Top Headline Bar -->\r\n  <div id=\"mainZoneHeadline\" style=\"\r\n    position: absolute;\r\n    bottom: 120px;\r\n    left: 2%;\r\n    width: 95%;\r\n    background-color: rgba(0,102,204,0.8);\r\n    color: #fff;\r\n    font-size: 32px;\r\n    font-weight: bold;\r\n    text-transform: uppercase;\r\n    padding: 1px 25px;\r\n    text-shadow: 1px 1px 4px #000;\r\n    white-space: nowrap;\r\n    overflow: hidden;\r\n    text-overflow: ellipsis;\r\n    opacity: 1;\r\n    transition: opacity 0.24s ease-in-out;\r\n  \">Main Zone Title Placeholder</div>\r\n\r\n  <!-- Description Panel -->\r\n  <div id=\"mainZoneDescription\" style=\"\r\n    position: absolute;\r\n    bottom: 30px;\r\n    left: 2%;\r\n    width: 95%;\r\n    background-color: rgba(255,255,255,0.8);\r\n    color: #000;\r\n    font-size: 34px;\r\n    padding: 2px 25px;\r\n    line-height: 1.2;\r\n    max-height: 160px;\r\n    overflow: hidden;\r\n    opacity: 1;\r\n    transition: opacity 0.24s ease-in-out;\r\n  \">This is a placeholder description for the main content zone. RSS descriptions will appear here when feed is connected.</div>\r\n</div>\r\n\r\n<script>\r\n(function () {\r\n  const items = [\r\n    {\r\n      title: \"GIVE BACK GIFT CARDS\",\r\n      desc: \"Turn everyday spending into support for your local school, team, or charity.\",\r\n      image: \"https://images.unsplash.com/photo-1581578017424-d3e93c6b7b9c?fit=crop&w=1175&h=600&auto=format\"\r\n    },\r\n    {\r\n      title: \"FUNDRAISING FOR COMMUNITIES\",\r\n      desc: \"Local businesses join forces to support community initiatives through sales.\",\r\n      image: \"https://images.unsplash.com/photo-1603575448364-9a55f01d1c6b?fit=crop&w=1175&h=600&auto=format\"\r\n    },\r\n    {\r\n      title: \"LEVEL UP FOR LOCAL\",\r\n      desc: \"Exclusive deals that help grow your local economy while saving you money.\",\r\n      image: \"https://images.unsplash.com/photo-1532635245-2798f5f2f8ae?fit=crop&w=1175&h=600&auto=format\"\r\n    },\r\n    {\r\n      title: \"GIVE BACK MOMS\",\r\n      desc: \"Empowering moms to promote local causes and support family-first giving.\",\r\n      image: \"https://images.unsplash.com/photo-1543363136-3ed42b4f91c7?fit=crop&w=1175&h=600&auto=format\"\r\n    },\r\n    {\r\n      title: \"COMMUNITY CONTRACTOR HEROES\",\r\n      desc: \"Local tradespeople donate time and skill to causes that build stronger towns.\",\r\n      image: \"https://images.unsplash.com/photo-1568605114967-8130f3a36994?fit=crop&w=1175&h=600&auto=format\"\r\n    }\r\n  ];\r\n\r\n  let index = 0;\r\n  const bg = document.getElementById(\"mainZoneBackground\");\r\n  const title = document.getElementById(\"mainZoneHeadline\");\r\n  const desc = document.getElementById(\"mainZoneDescription\");\r\n\r\n  function updateMainZone() {\r\n    title.style.opacity = 0;\r\n    desc.style.opacity = 0;\r\n\r\n    setTimeout(() => {\r\n      bg.style.opacity = 0;\r\n\r\n      setTimeout(() => {\r\n        bg.style.backgroundImage = `linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.7)), url(\'${items[index].image}\')`;\r\n        title.textContent = items[index].title;\r\n        desc.textContent = items[index].desc;\r\n\r\n        bg.style.opacity = 1;\r\n        title.style.opacity = 1;\r\n        desc.style.opacity = 1;\r\n\r\n        index = (index + 1) % items.length;\r\n      }, 250);\r\n    }, 240);\r\n  }\r\n\r\n  updateMainZone();\r\n  setInterval(updateMainZone, 15000);\r\n})();\r\n</script>\r\n\r\n\r\n\r\n',1,'',NULL,NULL,'2025-08-22 15:57:14',NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(312,519,'CMPTV HEADLINES LIVE TV','','<!-- HEADLINE ZONE: 1125x290px, Single-Line Title, Optimized Font Sizes -->\r\n<div id=\"rssHeadlineZone\" style=\"\r\n  width: 1125px;\r\n  height: 290px;\r\n  background-color: #000;\r\n  color: #fff;\r\n  font-family: Arial, sans-serif;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: flex-start;\r\n  padding-left: 30px;\r\n  overflow: hidden;\r\n  position: relative;\r\n  text-align: left;\r\n\">\r\n  <div id=\"rssHeadlineContent\" style=\"\r\n    opacity: 0;\r\n    transition: opacity 1s ease-in-out;\r\n    max-width: 100%;\r\n    width: 100%;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n  \">\r\n    Loading events...\r\n  </div>\r\n</div>\r\n\r\n<script>\r\n(function () {\r\n  const headlines = [\r\n    {\r\n      title: \"MEMBER APPRECIATION DAY MARKET\",\r\n      dateTime: \"Sat, Nov 25, 2025 — 12:30 PM to 3:00 PM\",\r\n      location: \"1189 Ritson Rd N #4a, Oshawa, Ontario\",\r\n      organizer: \"L.A. Fitness Oshawa\"\r\n    },\r\n    {\r\n      title: \"LOCAL BUSINESS NETWORKING NIGHT\",\r\n      dateTime: \"Tue, Dec 5, 2025 — 6:00 PM to 9:00 PM\",\r\n      location: \"Durham Event Centre, Whitby\",\r\n      organizer: \"Canada’s Marketplace\"\r\n    }\r\n  ];\r\n\r\n  const display = document.getElementById(\"rssHeadlineContent\");\r\n  let i = 0;\r\n\r\n  function showNext() {\r\n    const e = headlines[i];\r\n    display.style.opacity = 0;\r\n    setTimeout(() => {\r\n      display.innerHTML = `\r\n        <div style=\"\r\n          font-weight: bold;\r\n          font-size: 48px;\r\n          text-transform: uppercase;\r\n          white-space: nowrap;\r\n          overflow: hidden;\r\n          text-overflow: ellipsis;\r\n        \">${e.title}</div>\r\n\r\n        <div style=\"font-size: 50px;\">${e.dateTime}</div>\r\n        <div style=\"font-size: 46px;\">${e.location}</div>\r\n        <div style=\"font-size: 42px;\">Organized by: ${e.organizer}</div>\r\n      `;\r\n      display.style.opacity = 1;\r\n      i = (i + 1) % headlines.length;\r\n    }, 1000);\r\n  }\r\n\r\n  showNext();\r\n  setInterval(showNext, 12000);\r\n})();\r\n</script>\r\n',1,'',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(313,520,'CMPTV Date Time Clock Logo LIVE TV','','<div style=\"\r\n  position: relative;\r\n  width: 745px;\r\n  height: 120px;\r\n  background-color: #000;\r\n  background-image: url(\'https://mycommunitytv.org/images/give-back-gift-cards-745-x-120-px-1.png\');\r\n  background-repeat: no-repeat;\r\n  margin: 0 auto;\r\n\">\r\n  <div id=\"clock-banner-time\" style=\"\r\n    position: absolute; \r\n    font-family: Arial, sans-serif;\r\n    font-size: 25.5px;\r\n    font-weight: bold;\r\n    color: #fff;\r\n    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);\r\n    white-space: nowrap;\r\n  \">\r\n    Loading...\r\n  </div>\r\n</div>\r\n\r\n<script>\r\n  document.addEventListener(\"DOMContentLoaded\", function () {\r\n    const VERTICAL_POSITION_PX = 6;\r\n    const clockElement = document.getElementById(\'clock-banner-time\');\r\n    const bannerWidth = 699;\r\n\r\n    function updateDateTime() {\r\n      const now = new Date();\r\n      const weekday = now.toLocaleDateString(undefined, { weekday: \'short\' });\r\n      const month = now.toLocaleDateString(undefined, { month: \'short\' });\r\n      const day = now.getDate();\r\n      \r\n      let hours = now.getHours();\r\n      let minutes = now.getMinutes();\r\n      hours = hours % 12;\r\n      hours = hours ? hours : 12;\r\n      minutes = minutes < 10 ? \'0\' + minutes : minutes;\r\n      const time = hours + \':\' + minutes;\r\n      \r\n      const weekdayCap = weekday.charAt(0).toUpperCase() + weekday.slice(1);\r\n      const monthCap = month.charAt(0).toUpperCase() + month.slice(1);\r\n      \r\n      const formatted = `${weekdayCap}, ${monthCap} ${day}, ${time}`;\r\n      \r\n      clockElement.textContent = formatted;\r\n\r\n      const clockWidth = clockElement.offsetWidth;\r\n      const firstThirdCenter = (bannerWidth / 3) / 2;\r\n      const horizontalPositionPx = firstThirdCenter - (clockWidth / 2) + 180; /* Moved right by 1px */\r\n\r\n      clockElement.style.top = VERTICAL_POSITION_PX + \'px\';\r\n      clockElement.style.left = horizontalPositionPx + \'px\';\r\n    }\r\n\r\n    updateDateTime();\r\n    setInterval(updateDateTime, 1000);\r\n  });\r\n</script>',1,'cmp',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(314,521,'CMPTV WEATHER LIVE TV','','<!-- WEATHER MODULE (745px wide, color-matched background) -->\r\n<div style=\"\r\n  width: 745px;\r\n  height: 240px;\r\n  background-color: #08488D; /* ✅ Matched to weather image */\r\n  overflow: hidden;\r\n  display: flex;\r\n  justify-content: center;\r\n  align-items: flex-start;\r\n  position: relative;\r\n\">\r\n\r\n  <!-- Embedded Weather Image (adjust vertical position with margin-top) -->\r\n  <img\r\n    src=\"https://w.bookcdn.com/weather/picture/3_2015_1_1_0a4d94_750_ffffff_333333_08488D_1_ffffff_333333_0_6.png?scode=2&domid=w209&anc_id=55640\"\r\n    alt=\"Live Weather\"\r\n    style=\"\r\n      width: 100%;\r\n      height: auto;\r\n      display: block;\r\n      margin-top: -10px; /* 👈 adjust this value as needed */\r\n    \"\r\n  />\r\n\r\n</div>\r\n\r\n\r\n',1,'',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(315,522,'CMPTV BANNER LIVE TV','','<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Fading Slideshow (795x140)</title>\r\n    <style>\r\n        body {\r\n            font-family: sans-serif;\r\n            background-color: #f0f0f0;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            height: 100vh;\r\n            margin: 0;\r\n        }\r\n\r\n        /* --- MODIFIED --- */\r\n        /* Set the container to the exact size of your images */\r\n        .slideshow-container {\r\n            width: 795px;\r\n            height: 140px;\r\n            position: relative;\r\n            overflow: hidden;\r\n            background-color: #000;\r\n            box-shadow: 0 4px 15px rgba(0,0,0,0.2);\r\n            border-radius: 8px;\r\n        }\r\n\r\n        .slideshow-container img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover; /* Ensures the image covers the area */\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            opacity: 0;\r\n            transition: opacity 1.5s ease-in-out; /* This creates the fade effect */\r\n        }\r\n\r\n        .slideshow-container img.visible {\r\n            opacity: 1; /* This class makes the current image visible */\r\n        }\r\n    </style>\r\n</head>\r\n<body>\r\n\r\n    <div id=\"slideshow\" class=\"slideshow-container\">\r\n        </div>\r\n\r\n    <script>\r\n        (function() {\r\n            // --- SETTINGS ---\r\n            const FADE_INTERVAL_SECONDS = 5; // Time each slide is visible\r\n\r\n            // --- MODIFIED ---\r\n            // Replaced with 3 images of the correct size (795x140)\r\n            // You can replace these URLs with your own image paths.\r\n            const images = [\r\n                \'https://picsum.photos/795/140?random=1\', // Placeholder Image 1\r\n                \'https://picsum.photos/795/140?random=2\', // Placeholder Image 2\r\n                \'https://picsum.photos/795/140?random=3\'  // Placeholder Image 3\r\n            ];\r\n\r\n            // --- SLIDESHOW LOGIC (No changes needed here) ---\r\n            const container = document.getElementById(\'slideshow\');\r\n            let currentIndex = 0;\r\n\r\n            // Create and add image elements to the page\r\n            images.forEach((src, index) => {\r\n                const img = document.createElement(\'img\');\r\n                img.src = src;\r\n                if (index === 0) {\r\n                    img.classList.add(\'visible\'); // Make the first image visible initially\r\n                }\r\n                container.appendChild(img);\r\n            });\r\n\r\n            const imageElements = container.querySelectorAll(\'img\');\r\n\r\n            function rotateImages() {\r\n                // This function handles the fading logic\r\n                if (imageElements.length < 2) return;\r\n\r\n                const nextIndex = (currentIndex + 1) % imageElements.length;\r\n                \r\n                // Hide current image\r\n                imageElements[currentIndex].classList.remove(\'visible\');\r\n                \r\n                // Show next image\r\n                imageElements[nextIndex].classList.add(\'visible\');\r\n                \r\n                currentIndex = nextIndex;\r\n            }\r\n\r\n            // Start the rotation\r\n            setInterval(rotateImages, FADE_INTERVAL_SECONDS * 1000);\r\n        })();\r\n    </script>\r\n\r\n</body>\r\n</html>',1,'',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(316,523,'CMPTV Announcement Ticker LIVE TV','','<div id=\"ticker-container-wrapper\" style=\"width:100%; height:60px; background-color:#000 !important; overflow:hidden; position:relative; font-family:Arial, sans-serif; border-top:2px solid #333; border-bottom:4px solid #333;\">\r\n\r\n  <style>\r\n    @keyframes final-scroll-left {\r\n      0%   { transform: translateX(100%); }\r\n      100% { transform: translateX(-100%); }\r\n    }\r\n  </style>\r\n\r\n  <div id=\"ticker-content-scroller\" style=\"\r\n    /* --- INLINE STYLES TO OVERRIDE TEMPLATE --- */\r\n    position: absolute;\r\n    white-space: nowrap;\r\n    font-weight: bold;\r\n    font-size: 48px;\r\n    color: #fff !important;\r\n    padding: 2px 0;\r\n    /* --- ANIMATION PROPERTIES --- */\r\n    animation-name: final-scroll-left;\r\n    animation-duration: 520s;\r\n    animation-timing-function: linear;\r\n    animation-iteration-count: infinite;\r\n  \">\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">YOUR OWN COMMUNITY TV:</span> Ask us how to start a channel for your town.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">BROADCAST YOUR CAUSE:</span> We provide the tools to share your community\'s story.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">GIVE BACK GIFT CARDS:</span> Support local schools & charities with every purchase.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">LEVEL UP FOR LOCAL:</span> Get exclusive deals while supporting your local economy.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">COMMUNITY HEROES:</span> Thank you to our local contractors for giving back.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">YOUR OWN COMMUNITY TV:</span> Ask us how to start a channel for your town.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">BROADCAST YOUR CAUSE:</span> We provide the tools to share your community\'s story.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">GIVE BACK GIFT CARDS:</span> Support local schools & charities with every purchase.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">LEVEL UP FOR LOCAL:</span> Get exclusive deals while supporting your local economy.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">COMMUNITY HEROES:</span> Thank you to our local contractors for giving back.\r\n    </span>\r\n  </div>\r\n</div>',1,'',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(317,524,'CMPTV BANNER TICKER LIVE TV','','<div id=\"ticker-container-wrapper\" style=\"width:100%; height:60px; background-color:#000 !important; overflow:hidden; position:relative; font-family:Arial, sans-serif; border-top:2px solid #333; border-bottom:4px solid #333;\">\r\n\r\n  <style>\r\n    @keyframes final-scroll-left {\r\n      0%   { transform: translateX(100%); }\r\n      100% { transform: translateX(-100%); }\r\n    }\r\n  </style>\r\n\r\n  <div id=\"ticker-content-scroller\" style=\"\r\n    /* --- INLINE STYLES TO OVERRIDE TEMPLATE --- */\r\n    position: absolute;\r\n    white-space: nowrap;\r\n    font-weight: bold;\r\n    font-size: 48px;\r\n    color: #fff !important;\r\n    padding: 2px 0;\r\n    /* --- ANIMATION PROPERTIES --- */\r\n    animation-name: final-scroll-left;\r\n    animation-duration: 520s;\r\n    animation-timing-function: linear;\r\n    animation-iteration-count: infinite;\r\n  \">\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">YOUR OWN COMMUNITY TV:</span> Ask us how to start a channel for your town.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">BROADCAST YOUR CAUSE:</span> We provide the tools to share your community\'s story.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">GIVE BACK GIFT CARDS:</span> Support local schools & charities with every purchase.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">LEVEL UP FOR LOCAL:</span> Get exclusive deals while supporting your local economy.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">COMMUNITY HEROES:</span> Thank you to our local contractors for giving back.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">YOUR OWN COMMUNITY TV:</span> Ask us how to start a channel for your town.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">BROADCAST YOUR CAUSE:</span> We provide the tools to share your community\'s story.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">GIVE BACK GIFT CARDS:</span> Support local schools & charities with every purchase.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">LEVEL UP FOR LOCAL:</span> Get exclusive deals while supporting your local economy.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">COMMUNITY HEROES:</span> Thank you to our local contractors for giving back.\r\n    </span>\r\n  </div>\r\n</div>',1,'',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(318,525,'CMPTV OFFERS LIVE TV','','<!-- OFFER ZONE MODULE (745x419px with fade image rotation) -->\r\n<div id=\"offerZone\" style=\"\r\n  width: 745px;\r\n  height: 419px;\r\n  background-color: #000;\r\n  position: relative;\r\n  overflow: hidden;\r\n\">\r\n</div>\r\n\r\n<script>\r\n  const offerFeedURL = \"https://lafitnessoshawa.givebackpromotions.org/la-fitness-oshawa-sponsors/sponsor-offers?task=directoryrss.getOffersRss\";\r\n  const zone = document.getElementById(\"offerZone\");\r\n  let images = [];\r\n  let current = 0;\r\n\r\n  function createImageElement(src, index) {\r\n    const img = document.createElement(\"img\");\r\n    img.src = src;\r\n    img.style = `\r\n      position: absolute;\r\n      top: 0; left: 0;\r\n      width: 100%; height: 100%;\r\n      object-fit: cover;\r\n      opacity: ${index === 0 ? 1 : 0};\r\n      transition: opacity 1s ease-in-out;\r\n    `;\r\n    return img;\r\n  }\r\n\r\n  function rotateImages() {\r\n    const total = images.length;\r\n    if (total < 2) return;\r\n\r\n    images[current].style.opacity = 0;\r\n    current = (current + 1) % total;\r\n    images[current].style.opacity = 1;\r\n  }\r\n\r\n  async function loadRSSImages() {\r\n    try {\r\n      const res = await fetch(offerFeedURL);\r\n      const text = await res.text();\r\n      const parser = new DOMParser();\r\n      const xml = parser.parseFromString(text, \"text/xml\");\r\n      const items = xml.querySelectorAll(\"item\");\r\n\r\n      items.forEach((item, index) => {\r\n        const imgTag = item.querySelector(\"description\")?.textContent.match(/<img[^>]+src=\"([^\"]+)\"/);\r\n        if (imgTag && imgTag[1]) {\r\n          const img = createImageElement(imgTag[1], index);\r\n          zone.appendChild(img);\r\n          images.push(img);\r\n        }\r\n      });\r\n\r\n      if (images.length > 1) {\r\n        setInterval(rotateImages, 15000); // 15 seconds per image\r\n      }\r\n    } catch (e) {\r\n      console.error(\"RSS feed error:\", e);\r\n    }\r\n  }\r\n\r\n  document.addEventListener(\"DOMContentLoaded\", loadRSSImages);\r\n</script>\r\n\r\n',1,'',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(319,526,'CMPTV OFFERS TICKER LIVE TV','','<div id=\"ticker-container-wrapper\" style=\"width:100%; height:60px; background-color:#000 !important; overflow:hidden; position:relative; font-family:Arial, sans-serif; border-top:2px solid #333; border-bottom:4px solid #333;\">\r\n\r\n  <style>\r\n    @keyframes final-scroll-left {\r\n      0%   { transform: translateX(100%); }\r\n      100% { transform: translateX(-100%); }\r\n    }\r\n  </style>\r\n\r\n  <div id=\"ticker-content-scroller\" style=\"\r\n    /* --- INLINE STYLES TO OVERRIDE TEMPLATE --- */\r\n    position: absolute;\r\n    white-space: nowrap;\r\n    font-weight: bold;\r\n    font-size: 48px;\r\n    color: #fff !important;\r\n    padding: 2px 0;\r\n    /* --- ANIMATION PROPERTIES --- */\r\n    animation-name: final-scroll-left;\r\n    animation-duration: 550s;\r\n    animation-timing-function: linear;\r\n    animation-iteration-count: infinite;\r\n  \">\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">YOUR OWN COMMUNITY TV:</span> Ask us how to start a channel for your town.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">BROADCAST YOUR CAUSE:</span> We provide the tools to share your community\'s story.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">GIVE BACK GIFT CARDS:</span> Support local schools & charities with every purchase.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">LEVEL UP FOR LOCAL:</span> Get exclusive deals while supporting your local economy.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">COMMUNITY HEROES:</span> Thank you to our local contractors for giving back.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">YOUR OWN COMMUNITY TV:</span> Ask us how to start a channel for your town.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">BROADCAST YOUR CAUSE:</span> We provide the tools to share your community\'s story.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">GIVE BACK GIFT CARDS:</span> Support local schools & charities with every purchase.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">LEVEL UP FOR LOCAL:</span> Get exclusive deals while supporting your local economy.\r\n    </span>\r\n    <span class=\"ticker-item\" style=\"display: inline-block; padding: 0 30px; color: #fff !important;\">\r\n      • <span class=\"light-grey-text\" style=\"color: #ccc !important;\">COMMUNITY HEROES:</span> Thank you to our local contractors for giving back.\r\n    </span>\r\n  </div>\r\n</div>',1,'',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(320,529,'CMPTV Wireframe LIVE TV Template','','',1,'pagebuilder',49,'2025-10-08 16:16:31',NULL,NULL,1,'mod_sppagebuilder',1,1,'{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(321,532,'mod_cmptv_weather','','',139,'',NULL,NULL,'2025-08-25 16:02:03',NULL,1,'mod_cmptv_weather',1,1,'',0,'*'),
(322,533,'mod_cmptv_clock','','',140,'',NULL,NULL,'2025-08-25 16:29:31',NULL,-2,'mod_cmptv_clock',1,1,'',0,'*'),
(323,534,'Community TV - Main Zone','','',1,'',NULL,NULL,'2025-08-26 21:34:46',NULL,0,'mod_cmptv_mainzone',1,1,'{\"rss_url\":\"https:\\/\\/lafitnessoshawa.givebackpromotions.org\\/la-fitness-oshawa-sponsors\\/sponsor-offers?task=directoryrss.getOffersRss\",\"limit\":\"10\",\"width\":\"1175\",\"height\":\"600\",\"fade_seconds\":\"8\",\"font_scale\":\"1\",\"cache_seconds\":\"300\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(324,535,'CMPTV JBusinessDirectory Offers','','',1,'feature',NULL,NULL,'2025-08-26 22:41:23',NULL,0,'mod_jboffers',1,1,'{\"rss_url\":\"https:\\/\\/lafitnessoshawa.givebackpromotions.org\\/la-fitness-oshawa-sponsors\\/sponsor-offers?task=directoryrss.getOffersRss\",\"rss_limit\":\"5\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(325,536,'CMPTV JBusinessDirectory Offers','',NULL,1,'',NULL,NULL,'2025-08-27 00:20:29',NULL,-2,'mod_jboffers',1,1,'{\"rss_url\":\"https:\\/\\/lafitnessoshawa.givebackpromotions.org\\/la-fitness-oshawa-sponsors\\/sponsor-offers?task=directoryrss.getOffersRss\",\"rss_limit\":\"5\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(326,537,'JBusinessDirectory Offers','',NULL,1,'',NULL,NULL,'2025-08-27 00:22:12',NULL,-2,'mod_jboffers',1,1,'{\"rss_url\":\"https:\\/\\/lafitnessoshawa.givebackpromotions.org\\/la-fitness-oshawa-sponsors\\/sponsor-offers?task=directoryrss.getOffersRss\",\"rss_limit\":\"5\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(327,538,'CMPTV JBusinessDirectory Offers','',NULL,1,'',NULL,NULL,NULL,NULL,0,'mod_jboffers',1,1,'{\"rss_url\":\"https:\\/\\/lafitnessoshawa.givebackpromotions.org\\/la-fitness-oshawa-sponsors\\/sponsor-offers?task=directoryrss.getOffersRss\",\"rss_limit\":\"5\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(328,540,'The Durham Hawks','','The Durham Hawks are a proud Senior A hockey team in the Northern Premier Hockey League, calling the Orono Arena and Delpark Homes Centre our home ice. Dedicated to growing the game and strengthening community spirit, we offer exciting sponsorship opportunities that showcase your business through game-day programs, social media, arena banners, and more. Partnering with the Hawks means supporting competitive hockey while connecting your brand with fans and families across Durham Region.\r\n',1,'',NULL,NULL,NULL,NULL,1,'mod_custom',1,1,'{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(329,541,'WEB POLICY, TERMS & DATA','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_menu',1,1,'{\"menutype\":\"quick-links\",\"base\":\"\",\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(330,542,'COMMUNITY GROUPS','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_menu',1,1,'{\"menutype\":\"affiliate-menu\",\"base\":\"\",\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(331,544,'Durham Hawks Offers','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_offers',1,1,'{\"mItemId\":\"\",\"viewtype\":\"default\",\"order\":\"0\",\"layout-type\":\"horizontal\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-4\",\"count\":\"5\",\"itemType\":\"1\",\"categoryIds\":[\"\"],\"type\":\"\",\"citySearch\":\"\",\"regionSearch\":\"\",\"showLocation\":\"0\",\"geo_location\":\"0\",\"radius\":\"100\",\"category_link\":\"0\",\"only_featured\":\"0\",\"showlistingName\":\"0\",\"showOfferFree\":\"1\",\"showviewall\":\"0\",\"showcountryflag\":\"0\",\"restrictaccess\":\"0\",\"backgroundColor\":\"#EAEAEA\",\"borderColor\":\"#AAAAAA\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*'),
(332,545,'Durham Hawks Sponsor Listings','',NULL,1,'',NULL,NULL,NULL,NULL,1,'mod_jbusiness_listings',1,1,'{\"mItemId\":\"\",\"viewtype\":\"simple\",\"order\":\"0\",\"layout-type\":\"horizontal\",\"phoneGridOption\":\"col-12\",\"tabletGridOption\":\"col-md-6\",\"desktopGridOption\":\"col-lg-4\",\"truncate_title\":\"\",\"companiesIds\":[\"\"],\"count\":\"8\",\"categoryIds\":[\"\"],\"customAttributes\":[\"\"],\"type\":\"\",\"city\":\"\",\"region\":\"\",\"country\":\"\",\"membership\":\"\",\"link_target\":\"1\",\"listing_link\":\"0\",\"video_link\":\"0\",\"country_link\":\"0\",\"nearby\":\"0\",\"plan\":\"\",\"only_campaign\":\"0\",\"only_featured\":\"0\",\"only_with_logo\":\"0\",\"show_recently_viewed\":\"0\",\"geo_location\":\"0\",\"radius\":\"100\",\"showviewall\":\"0\",\"backgroundColor\":\"\",\"borderColor\":\"\",\"nrVisibleItems\":\"4\",\"nrItemsToScrool\":\"1\",\"autoplay\":\"0\",\"autoplaySpeed\":\"2000\",\"max-numbers-row\":\"5\",\"image_size\":\"2\",\"show-header\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}',0,'*');
/*!40000 ALTER TABLE `n36ic_modules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `n36ic_modules_menu`
--

DROP TABLE IF EXISTS `n36ic_modules_menu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `n36ic_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT 0,
  `menuid` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`moduleid`,`menuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `n36ic_modules_menu`
--

LOCK TABLES `n36ic_modules_menu` WRITE;
/*!40000 ALTER TABLE `n36ic_modules_menu` DISABLE KEYS */;
INSERT INTO `n36ic_modules_menu` VALUES
(0,0),
(2,0),
(3,0),
(4,0),
(6,0),
(7,0),
(8,0),
(9,0),
(10,0),
(12,0),
(13,0),
(14,0),
(15,0),
(17,0),
(79,0),
(86,0),
(87,0),
(89,0),
(90,0),
(91,0),
(93,0),
(94,0),
(95,0),
(96,0),
(97,0),
(98,0),
(99,0),
(104,223),
(109,0),
(111,0),
(113,0),
(124,0),
(125,208),
(126,0),
(127,0),
(128,0),
(129,0),
(130,0),
(131,0),
(132,0),
(133,0),
(134,0),
(135,0),
(136,0),
(137,0),
(138,0),
(139,0),
(140,0),
(141,0),
(142,0),
(143,0),
(144,0),
(146,0),
(149,0),
(176,0),
(187,1136),
(189,0),
(191,0),
(192,0),
(193,0),
(197,0),
(200,0),
(206,0),
(207,0),
(209,0),
(211,0),
(212,0),
(213,0),
(217,0),
(226,0),
(228,0),
(229,0),
(230,0),
(231,0),
(232,0),
(233,0),
(241,0),
(242,0),
(243,0),
(244,0),
(245,0),
(246,0),
(247,0),
(248,0),
(262,0),
(272,0),
(275,0),
(276,0),
(277,0),
(279,0),
(280,0),
(281,0),
(282,0),
(284,0),
(285,1406),
(285,1411),
(285,1418),
(311,0),
(312,0),
(313,0),
(314,0),
(315,0),
(316,0),
(317,0),
(318,0),
(319,0),
(320,0),
(323,0),
(324,0),
(325,0),
(326,0),
(327,0),
(328,0),
(329,0),
(330,0),
(331,0),
(332,0);
/*!40000 ALTER TABLE `n36ic_modules_menu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `n36ic_template_styles`
--

DROP TABLE IF EXISTS `n36ic_template_styles`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `n36ic_template_styles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `template` varchar(50) NOT NULL DEFAULT '',
  `client_id` tinyint(1) unsigned NOT NULL DEFAULT 0,
  `home` char(7) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `params` text NOT NULL,
  `inheritable` tinyint(4) NOT NULL DEFAULT 0,
  `parent` varchar(50) DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `idx_template` (`template`),
  KEY `idx_client_id` (`client_id`),
  KEY `idx_client_id_home` (`client_id`,`home`)
) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `n36ic_template_styles`
--

LOCK TABLES `n36ic_template_styles` WRITE;
/*!40000 ALTER TABLE `n36ic_template_styles` DISABLE KEYS */;
INSERT INTO `n36ic_template_styles` VALUES
(12,'atum',1,'1','Atum - Default','{\"hue\":\"hsl(214, 63%, 20%)\",\"bg-light\":\"#f0f4fb\",\"text-dark\":\"#495057\",\"text-light\":\"#ffffff\",\"link-color\":\"#2a69b8\",\"special-color\":\"#001b4c\",\"monochrome\":\"0\",\"loginLogo\":\"\",\"loginLogoAlt\":\"\",\"logoBrandLarge\":\"\",\"logoBrandLargeAlt\":\"\",\"logoBrandSmall\":\"\",\"logoBrandSmallAlt\":\"\"}',1,''),
(13,'cassiopeia',0,'0','Cassiopeia - Default','{\"brand\":true,\"logoFile\":\"images\\/Camp_x_9_1.png#joomlaImage:\\/\\/local-images\\/Camp_x_9_1.png?width=296&height=78\",\"siteTitle\":\"\",\"siteDescription\":\"\",\"useFontScheme\":\"https:\\/\\/fonts.googleapis.com\\/css2?family=Noto+Sans:wght@100;300;400;700&family=Roboto:wght@100;300;400;700&display=swap\",\"colorName\":\"colors_alternative\",\"fluidContainer\":\"0\",\"stickyHeader\":0,\"backTop\":0}',1,''),
(16,'shaper_oneclip',0,'0','shaper_oneclip - Default','{\"tm_variation\":\"agency\",\"sticky_header\":\"1\",\"favicon\":\"\",\"boxed_layout\":\"0\",\"logo_type\":\"image\",\"logo_position\":\"logo\",\"logo_image\":\"\",\"scroll_logo\":\"\",\"logo_image_2x\":\"\",\"scroll_logo_2x\":\"\",\"mobile_logo\":\"\",\"logo_image_slogan\":\"\",\"logo_text\":\"\",\"logo_slogan\":\"\",\"body_bg_image\":\"\",\"body_bg_repeat\":\"inherit\",\"body_bg_size\":\"inherit\",\"body_bg_attachment\":\"inherit\",\"body_bg_position\":\"0 0\",\"enabled_copyright\":\"1\",\"copyright_position\":\"footer1\",\"copyright\":\"\\u00a9 2015 Your Company. All Rights Reserved. Designed By JoomShaper\",\"show_social_icons\":\"0\",\"social_position\":\"top1\",\"facebook\":\"\",\"twitter\":\"\",\"pinterest\":\"\",\"linkedin\":\"\",\"dribbble\":\"\",\"behance\":\"\",\"youtube\":\"\",\"flickr\":\"\",\"skype\":\"\",\"vk\":\"\",\"enable_contactinfo\":\"1\",\"contact_position\":\"top2\",\"contact_phone\":\"+228 872 4444\",\"contact_email\":\"contact@email.com\",\"comingsoon_mode\":\"0\",\"comingsoon_title\":\"Coming Soon Title\",\"comingsoon_date\":\"29-09-2018\",\"comingsoon_content\":\"Coming soon content\",\"preset\":\"preset1\",\"preset1_bg\":\"#ffffff\",\"preset1_text\":\"#525252\",\"preset1_major\":\"#007c83\",\"preset2_bg\":\"#ffffff\",\"preset2_text\":\"#525252\",\"preset2_major\":\"#98c926\",\"preset3_bg\":\"#ffffff\",\"preset3_text\":\"#525252\",\"preset3_major\":\"#ff6d00\",\"preset4_bg\":\"#ffffff\",\"preset4_text\":\"#525252\",\"preset4_major\":\"#df2a3c\",\"layoutlist\":\"default.json\",\"layout\":\"[{\\\"type\\\":\\\"row\\\",\\\"layout\\\":\\\"66\\\",\\\"settings\\\":{\\\"name\\\":\\\"Top Bar\\\",\\\"background_color\\\":\\\"#f5f5f5\\\",\\\"color\\\":\\\"#999999\\\",\\\"background_image\\\":\\\"\\\",\\\"background_repeat\\\":\\\"no-repeat\\\",\\\"background_size\\\":\\\"cover\\\",\\\"background_attachment\\\":\\\"fixed\\\",\\\"background_position\\\":\\\"0 0\\\",\\\"link_color\\\":\\\"\\\",\\\"link_hover_color\\\":\\\"\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"padding\\\":\\\"\\\",\\\"margin\\\":\\\"\\\",\\\"fluidrow\\\":0,\\\"custom_class\\\":\\\"\\\",\\\"bg_position\\\":\\\"contain\\\",\\\"bg_img_size\\\":\\\"cover\\\",\\\"bg_repeat\\\":\\\"no-repeat\\\",\\\"md_hidden\\\":0,\\\"ms_hidden\\\":0,\\\"xs_hidden\\\":0,\\\"text_color\\\":\\\"#ffffff\\\",\\\"bg_image\\\":\\\"images\\/powered_by.png\\\",\\\"bg_color\\\":\\\"#f02222\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-6 ui-sortable-handle\\\",\\\"settings\\\":{\\\"sortableitem\\\":\\\"[object Object]\\\",\\\"xs_hidden\\\":0,\\\"ms_hidden\\\":0,\\\"md_hidden\\\":0,\\\"custom_class\\\":\\\"\\\",\\\"name\\\":\\\"top1\\\",\\\"column_type\\\":0}},{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-6 ui-sortable-handle\\\",\\\"settings\\\":{\\\"column_type\\\":0,\\\"sortableitem\\\":\\\"[object Object]\\\",\\\"name\\\":\\\"top2\\\",\\\"xs_hidden\\\":0,\\\"ms_hidden\\\":0,\\\"md_hidden\\\":0,\\\"custom_class\\\":\\\"\\\"}}]},{\\\"type\\\":\\\"row\\\",\\\"layout\\\":12,\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"fluidrow\\\":1,\\\"margin\\\":\\\"\\\",\\\"padding\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"link_hover_color\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"background_image\\\":\\\"\\\",\\\"color\\\":\\\"\\\",\\\"background_color\\\":\\\"\\\",\\\"name\\\":\\\"Page Title\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-12 ui-sortable-handle\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"title\\\",\\\"column_type\\\":0}}]},{\\\"type\\\":\\\"row\\\",\\\"layout\\\":\\\"363\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"md_hidden\\\":0,\\\"ms_hidden\\\":0,\\\"xs_hidden\\\":0,\\\"link_hover_color\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"text_color\\\":\\\"\\\",\\\"bg_image\\\":\\\"\\\",\\\"bg_color\\\":\\\"\\\",\\\"name\\\":\\\"Main Body\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-3 ui-sortable-handle\\\",\\\"settings\\\":{\\\"column_type\\\":0,\\\"name\\\":\\\"left\\\",\\\"xs_hidden\\\":0,\\\"ms_hidden\\\":0,\\\"md_hidden\\\":0,\\\"custom_class\\\":\\\"custom-class\\\",\\\"sortableitem\\\":\\\"[object Object]\\\"}},{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-6 ui-sortable-handle\\\",\\\"settings\\\":{\\\"column_type\\\":1,\\\"name\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"md_hidden\\\":0,\\\"ms_hidden\\\":0,\\\"xs_hidden\\\":0,\\\"sortableitem\\\":\\\"[object Object]\\\"}},{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-3 ui-sortable-handle\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"class2\\\",\\\"md_hidden\\\":0,\\\"ms_hidden\\\":0,\\\"xs_hidden\\\":0,\\\"name\\\":\\\"right\\\",\\\"column_type\\\":0,\\\"sortableitem\\\":\\\"[object Object]\\\"}}]},{\\\"type\\\":\\\"row\\\",\\\"layout\\\":\\\"3333\\\",\\\"settings\\\":{\\\"name\\\":\\\"Bottom\\\",\\\"background_color\\\":\\\"#f5f5f5\\\",\\\"color\\\":\\\"\\\",\\\"background_image\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"link_hover_color\\\":\\\"\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"padding\\\":\\\"100px 0px\\\",\\\"margin\\\":\\\"\\\",\\\"fluidrow\\\":0,\\\"custom_class\\\":\\\"\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-3 column-active ui-sortable-handle\\\",\\\"settings\\\":{\\\"column_type\\\":0,\\\"name\\\":\\\"bottom1\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"sm_col\\\":\\\"col-sm-6\\\",\\\"xs_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"sortableitem\\\":\\\"[object Object]\\\"}},{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-3 ui-sortable-handle\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"col-sm-6\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"bottom2\\\",\\\"column_type\\\":0}},{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-3 ui-sortable-handle\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"col-sm-6\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"bottom3\\\",\\\"column_type\\\":0}},{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-3 ui-sortable-handle\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"col-sm-6\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"bottom4\\\",\\\"column_type\\\":0}}]},{\\\"type\\\":\\\"row\\\",\\\"layout\\\":12,\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"md_hidden\\\":0,\\\"ms_hidden\\\":0,\\\"xs_hidden\\\":0,\\\"link_hover_color\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"text_color\\\":\\\"\\\",\\\"bg_image\\\":\\\"\\\",\\\"bg_color\\\":\\\"\\\",\\\"name\\\":\\\"Footer\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-12 ui-sortable-handle\\\",\\\"settings\\\":{\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"column_type\\\":0,\\\"name\\\":\\\"footer1\\\",\\\"xs_hidden\\\":0,\\\"ms_hidden\\\":0,\\\"md_hidden\\\":0,\\\"custom_class\\\":\\\"\\\",\\\"sortableitem\\\":\\\"[object Object]\\\"}}]}]\",\"menu\":\"hidden\",\"menu_type\":\"offcanvas\",\"dropdown_width\":\"\",\"menu_animation\":\"menu-fade\",\"enable_body_font\":\"1\",\"body_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"300\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_h1_font\":\"1\",\"h1_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"800\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_h2_font\":\"1\",\"h2_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"600\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_h3_font\":\"1\",\"h3_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"regular\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_h4_font\":\"1\",\"h4_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"regular\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_h5_font\":\"1\",\"h5_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"600\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_h6_font\":\"1\",\"h6_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"600\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_navigation_font\":\"0\",\"navigation_font\":\"{\\\"fontFamily\\\":\\\"ABeeZee\\\",\\\"fontWeight\\\":\\\"regular\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_custom_font\":\"0\",\"custom_font\":\"{\\\"fontFamily\\\":\\\"ABeeZee\\\",\\\"fontWeight\\\":\\\"regular\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"custom_font_selectors\":\"\",\"before_head\":\"\",\"before_body\":\"\",\"custom_css\":\"\",\"custom_js\":\"\",\"compress_css\":\"0\",\"compress_js\":\"0\",\"exclude_js\":\"\",\"lessoption\":\"0\",\"show_post_format\":\"1\",\"commenting_engine\":\"disabled\",\"disqus_subdomain\":\"\",\"disqus_devmode\":\"0\",\"intensedebate_acc\":\"\",\"fb_appID\":\"\",\"fb_width\":\"500\",\"fb_cpp\":\"10\",\"comments_count\":\"0\",\"social_share\":\"1\",\"image_small\":\"0\",\"image_small_size\":\"100X100\",\"image_thumbnail\":\"1\",\"image_thumbnail_size\":\"200X200\",\"image_medium\":\"0\",\"image_medium_size\":\"300X300\",\"image_large\":\"0\",\"image_large_size\":\"600X600\",\"blog_list_image\":\"default\",\"joomshaper_email\":\"\",\"joomshaper_license_key\":\"\"}',0,''),
(17,'politicas',0,'0','Politicas - Default','{\"logo_type\":\"image\",\"logo_image\":\"\",\"logo_height\":\"36\",\"mobile_logo\":\"\",\"logo_text\":\"\",\"logo_slogan\":\"\",\"header_height\":\"60px\",\"sticky_header\":\"1\",\"favicon\":\"\",\"body_bg_image\":\"\",\"body_bg_repeat\":\"inherit\",\"body_bg_size\":\"inherit\",\"body_bg_attachment\":\"inherit\",\"body_bg_position\":\"0 0\",\"enabled_copyright\":\"1\",\"copyright_position\":\"footer1\",\"copyright_load_pos\":\"default\",\"copyright\":\"\\u00a9 2018 Your Company. Designed by JoomShaper\",\"goto_top\":\"1\",\"show_social_icons\":\"1\",\"social_position\":\"top1\",\"social_load_pos\":\"default\",\"facebook\":\"#\",\"twitter\":\"#\",\"pinterest\":\"#\",\"linkedin\":\"#\",\"dribbble\":\"#\",\"instagram\":\"#\",\"behance\":\"#\",\"youtube\":\"#\",\"flickr\":\"#\",\"skype\":\"pq.softs\",\"whatsapp\":\"#\",\"vk\":\"#\",\"custom\":\"\",\"contactinfo\":\"1\",\"contact_position\":\"top2\",\"contact_phone\":\"+228 872 4444\",\"contact_mobile\":\"+775 872 4444\",\"contact_email\":\"contact@email.com\",\"contact_time\":\"\",\"comingsoon_title\":\"Coming Soon Title\",\"comingsoon_content\":\"Coming soon content\",\"comingsoon_date\":\"25-10-2020\",\"comingsoon_logo\":\"\",\"comingsoon_bg_image\":\"\",\"comingsoon_social_icons\":\"1\",\"error_logo\":\"\",\"error_bg\":\"\",\"preset\":\"{\\\"footer_link_hover_color\\\":\\\"#FFFFFF\\\",\\\"footer_link_color\\\":\\\"#A2A2A2\\\",\\\"footer_text_color\\\":\\\"#FFFFFF\\\",\\\"footer_bg_color\\\":\\\"#171717\\\",\\\"menu_dropdown_text_active_color\\\":\\\"#0345BF\\\",\\\"menu_dropdown_text_hover_color\\\":\\\"#0345BF\\\",\\\"menu_dropdown_text_color\\\":\\\"#252525\\\",\\\"menu_dropdown_bg_color\\\":\\\"#FFFFFF\\\",\\\"menu_text_active_color\\\":\\\"#0345BF\\\",\\\"menu_text_hover_color\\\":\\\"#0345BF\\\",\\\"menu_text_color\\\":\\\"#252525\\\",\\\"logo_text_color\\\":\\\"#0345BF\\\",\\\"topbar_text_color\\\":\\\"#AAAAAA\\\",\\\"topbar_bg_color\\\":\\\"#333333\\\",\\\"header_bg_color\\\":\\\"#FFFFFF\\\",\\\"link_hover_color\\\":\\\"#044CD0\\\",\\\"link_color\\\":\\\"#0345BF\\\",\\\"bg_color\\\":\\\"#FFFFFF\\\",\\\"text_color\\\":\\\"#252525\\\",\\\"preset\\\":\\\"preset1\\\"}\",\"custom_style\":\"1\",\"text_color\":\"#252525\",\"bg_color\":\"#ffffff\",\"link_color\":\"#0345bf\",\"link_hover_color\":\"#044cd0\",\"header_bg_color\":\"#ffffff\",\"logo_text_color\":\"#0345bf\",\"topbar_bg_color\":\"#333333\",\"topbar_text_color\":\"#aaaaaa\",\"menu_text_color\":\"#252525\",\"menu_text_hover_color\":\"#0345bf\",\"menu_text_active_color\":\"#0345bf\",\"menu_dropdown_bg_color\":\"#ffffff\",\"menu_dropdown_text_color\":\"#252525\",\"menu_dropdown_text_hover_color\":\"#0345bf\",\"menu_dropdown_text_active_color\":\"#0345bf\",\"footer_bg_color\":\"#171717\",\"footer_text_color\":\"#ffffff\",\"footer_link_color\":\"#a2a2a2\",\"footer_link_hover_color\":\"#ffffff\",\"predefined_header\":\"1\",\"header_style\":\"style-1\",\"layout\":\"[{\\\"type\\\":\\\"row\\\",\\\"layout\\\":12,\\\"settings\\\":{\\\"hide_on_desktop\\\":0,\\\"hide_on_small_desktop\\\":0,\\\"hide_on_tablet\\\":0,\\\"hide_on_large_phone\\\":0,\\\"hide_on_phone\\\":0,\\\"background_image\\\":\\\"\\\",\\\"background_color\\\":\\\"\\\",\\\"link_hover_color\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"color\\\":\\\"\\\",\\\"margin\\\":\\\"\\\",\\\"padding\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"fluidrow\\\":1,\\\"name\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"hide_mobile\\\":1,\\\"hide_large_mobile\\\":1,\\\"hide_tablet\\\":0,\\\"hide_small_desktop\\\":0,\\\"hide_desktop\\\":0},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"column_type\\\":0,\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"title\\\",\\\"grid_size\\\":12}}]},{\\\"type\\\":\\\"row\\\",\\\"layout\\\":\\\"4+4+4\\\",\\\"settings\\\":{\\\"name\\\":\\\"Main Body\\\",\\\"background_color\\\":\\\"\\\",\\\"color\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"link_hover_color\\\":\\\"\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"padding\\\":\\\"\\\",\\\"margin\\\":\\\"\\\",\\\"fluidrow\\\":0,\\\"custom_class\\\":\\\"\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"column_type\\\":0,\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"left\\\",\\\"grid_size\\\":4}},{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"column_type\\\":1,\\\"grid_size\\\":4,\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"sortableitem\\\":\\\"[object Object]\\\"}},{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"right\\\",\\\"column_type\\\":0,\\\"grid_size\\\":4}}]},{\\\"type\\\":\\\"row\\\",\\\"layout\\\":\\\"3+3+3+3\\\",\\\"settings\\\":{\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"hide_on_desktop\\\":0,\\\"hide_on_small_desktop\\\":0,\\\"hide_on_tablet\\\":0,\\\"hide_on_large_phone\\\":0,\\\"hide_on_phone\\\":0,\\\"background_position\\\":\\\"\\\",\\\"background_attachment\\\":\\\"\\\",\\\"background_size\\\":\\\"\\\",\\\"background_repeat\\\":\\\"\\\",\\\"background_image\\\":\\\"\\\",\\\"background_color\\\":\\\"\\\",\\\"link_hover_color\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"color\\\":\\\"\\\",\\\"margin\\\":\\\"\\\",\\\"padding\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"fluidrow\\\":0,\\\"name\\\":\\\"Bottom\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"grid_size\\\":3,\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"col-sm-6\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"bottom1\\\",\\\"column_type\\\":0,\\\"sortableitem\\\":\\\"[object Object]\\\"}},{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"grid_size\\\":3,\\\"column_type\\\":0,\\\"name\\\":\\\"bottom2\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"sm_col\\\":\\\"col-sm-6\\\",\\\"xs_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"sortableitem\\\":\\\"[object Object]\\\"}},{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"column_type\\\":0,\\\"name\\\":\\\"bottom3\\\",\\\"custom_class\\\":\\\"\\\",\\\"xl_col\\\":\\\"\\\",\\\"md_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"hide_on_phone\\\":0,\\\"hide_on_large_phone\\\":0,\\\"hide_on_tablet\\\":0,\\\"hide_on_small_desktop\\\":0,\\\"hide_on_desktop\\\":0,\\\"grid_size\\\":3}},{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"column_type\\\":0,\\\"name\\\":\\\"bottom4\\\",\\\"custom_class\\\":\\\"\\\",\\\"xl_col\\\":\\\"\\\",\\\"md_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"hide_on_phone\\\":0,\\\"hide_on_large_phone\\\":0,\\\"hide_on_tablet\\\":0,\\\"hide_on_small_desktop\\\":0,\\\"hide_on_desktop\\\":0,\\\"grid_size\\\":3}}]},{\\\"type\\\":\\\"row\\\",\\\"layout\\\":\\\"6+6\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"fluidrow\\\":0,\\\"margin\\\":\\\"\\\",\\\"padding\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"link_hover_color\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"color\\\":\\\"\\\",\\\"background_color\\\":\\\"\\\",\\\"name\\\":\\\"Footer\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"footer1\\\",\\\"column_type\\\":0,\\\"grid_size\\\":6,\\\"sortableitem\\\":\\\"[object Object]\\\"}},{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"footer2\\\",\\\"column_type\\\":0,\\\"grid_size\\\":6}}]}]\",\"menu\":\"mainmenu\",\"menu_type\":\"mega\",\"dropdown_width\":\"\",\"menu_animation\":\"menu-animation-fade-up\",\"offcanvas_position\":\"right\",\"body_font\":\"{\\\"fontFamily\\\":\\\"Helvetica\\\",\\\"fontSize\\\":\\\"36\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontStyle\\\":\\\"italic\\\",\\\"fontSubset\\\":\\\"\\\"}\",\"enable_h1_font\":\"1\",\"h1_font\":\"{\\\"fontFamily\\\":\\\"Arial\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontStyle\\\":\\\"\\\",\\\"fontSubset\\\":\\\"\\\"}\",\"h2_font\":\"{\\\"fontFamily\\\":\\\"Arial\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontStyle\\\":\\\"\\\",\\\"fontSubset\\\":\\\"\\\"}\",\"h3_font\":\"{\\\"fontFamily\\\":\\\"Arial\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontStyle\\\":\\\"\\\",\\\"fontSubset\\\":\\\"\\\"}\",\"h4_font\":\"{\\\"fontFamily\\\":\\\"Arial\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontStyle\\\":\\\"\\\",\\\"fontSubset\\\":\\\"\\\"}\",\"h5_font\":\"{\\\"fontFamily\\\":\\\"Arial\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontStyle\\\":\\\"\\\",\\\"fontSubset\\\":\\\"\\\"}\",\"h6_font\":\"{\\\"fontFamily\\\":\\\"Arial\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontStyle\\\":\\\"\\\",\\\"fontSubset\\\":\\\"\\\"}\",\"navigation_font\":\"{\\\"fontFamily\\\":\\\"Arial\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontStyle\\\":\\\"\\\",\\\"fontSubset\\\":\\\"\\\"}\",\"custom_font\":\"{\\\"fontFamily\\\":\\\"Arial\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontStyle\\\":\\\"\\\",\\\"fontSubset\\\":\\\"\\\"}\",\"custom_font_selectors\":\"\",\"image_small\":\"1\",\"image_small_size\":\"100X100\",\"image_thumbnail\":\"1\",\"image_thumbnail_size\":\"600X340\",\"image_medium\":\"1\",\"image_medium_size\":\"300X300\",\"image_large_size\":\"600X600\",\"image_crop_quality\":\"100\",\"blog_list_image\":\"thumbnail\",\"leading_blog_list_image\":\"large\",\"blog_details_image\":\"default\",\"social_share\":\"1\",\"comment\":\"disabled\",\"comment_disqus_subdomain\":\"\",\"comment_disqus_devmode\":\"1\",\"comment_intensedebate_acc\":\"\",\"comment_facebook_app_id\":\"\",\"comment_facebook_width\":\"100\",\"comment_facebook_number\":\"10\",\"comments_count\":\"1\",\"before_head\":\"\",\"before_body\":\"\",\"custom_css\":\"\",\"custom_js\":\"\",\"exclude_js\":\"\",\"scssoption\":\"1\"}',0,''),
(26,'j-network',0,'1','J-Network - Default','{\"logo_type\":\"image\",\"logo_image\":\"images\\/community_marketplace_web_logo_canada.png\",\"retina_logo\":\"images\\/community_marketplace_web_logo_canada.png\",\"mobile_logo\":\"\",\"logo_alt\":\"\",\"logo_custom_link\":\"\",\"logo_height\":\"65px\",\"logo_height_sm\":\"\",\"logo_height_xs\":\"\",\"logo_text\":\"\",\"logo_slogan\":\"\",\"favicon\":\"images\\/c-1.png\",\"predefined_header\":\"1\",\"header_style\":\"style-2\",\"header_height\":\"70px\",\"header_height_sm\":\"\",\"header_height_xs\":\"50px\",\"enable_search\":\"1\",\"enable_login\":\"1\",\"sticky_header\":\"1\",\"sticky_offset\":\"\",\"loader_type\":\"circle\",\"body_bg_image\":\"\",\"body_bg_repeat\":\"inherit\",\"body_bg_position\":\"0 0\",\"body_bg_size\":\"inherit\",\"body_bg_attachment\":\"inherit\",\"enabled_copyright\":\"1\",\"copyright_position\":\"footer1\",\"copyright_load_pos\":\"default\",\"copyright\":\"\\u00a9 Community Marketplace Company\\r\\nCommunity Marketplace\\r\\ncontact@communitymarketplace.ca\",\"goto_top\":\"1\",\"show_social_icons\":\"1\",\"social_position\":\"top1\",\"social_load_pos\":\"default\",\"facebook\":\"https:\\/\\/www.facebook.com\\/groups\\/3877852988935686\",\"twitter\":\"\",\"pinterest\":\"\",\"linkedin\":\"\",\"dribbble\":\"#\",\"instagram\":\"\",\"behance\":\"#\",\"youtube\":\"\",\"flickr\":\"#\",\"skype\":\"pq.softs\",\"whatsapp\":\"#\",\"vk\":\"#\",\"custom\":\"\",\"contactinfo\":\"1\",\"contact_position\":\"top2\",\"contact_load_pos\":\"default\",\"contact_phone\":\"289-928-8741\",\"contact_mobile\":\"\",\"contact_email\":\"contact@communitymarketplace.ca\",\"contact_time\":\"\",\"comingsoon_title\":\"Coming Soon Title\",\"comingsoon_content\":\"Coming soon content\",\"comingsoon_date\":\"2018-10-03 00:00:00\",\"comingsoon_social_icons\":\"1\",\"comingsoon_logo\":\"\",\"comingsoon_bg_image\":\"\",\"error_logo\":\"\",\"error_bg\":\"\",\"presets-data\":\"{\\\"preset1\\\":{\\\"label\\\":\\\"Preset 1\\\",\\\"default\\\":\\\"#0345BF\\\",\\\"description\\\":\\\"\\\",\\\"data\\\":{\\\"text_color\\\":\\\"#252525\\\",\\\"preset\\\":\\\"preset1\\\",\\\"bg_color\\\":\\\"#FFFFFF\\\",\\\"link_color\\\":\\\"#0345BF\\\",\\\"link_hover_color\\\":\\\"#044CD0\\\",\\\"header_bg_color\\\":\\\"#FFFFFF\\\",\\\"topbar_bg_color\\\":\\\"#333333\\\",\\\"topbar_text_color\\\":\\\"#AAAAAA\\\",\\\"logo_text_color\\\":\\\"#0345BF\\\",\\\"menu_text_color\\\":\\\"#252525\\\",\\\"menu_text_hover_color\\\":\\\"#0345BF\\\",\\\"menu_text_active_color\\\":\\\"#0345BF\\\",\\\"menu_dropdown_bg_color\\\":\\\"#FFFFFF\\\",\\\"menu_dropdown_text_color\\\":\\\"#252525\\\",\\\"menu_dropdown_text_hover_color\\\":\\\"#0345BF\\\",\\\"menu_dropdown_text_active_color\\\":\\\"#0345BF\\\",\\\"footer_bg_color\\\":\\\"#171717\\\",\\\"footer_text_color\\\":\\\"#FFFFFF\\\",\\\"footer_link_color\\\":\\\"#A2A2A2\\\",\\\"footer_link_hover_color\\\":\\\"#FFFFFF\\\"}},\\\"preset2\\\":{\\\"label\\\":\\\"Preset 2\\\",\\\"default\\\":\\\"#ec430f\\\",\\\"description\\\":\\\"\\\",\\\"data\\\":{\\\"text_color\\\":\\\"#252525\\\",\\\"bg_color\\\":\\\"#FFFFFF\\\",\\\"link_color\\\":\\\"#ec430f\\\",\\\"link_hover_color\\\":\\\"#044CD0\\\",\\\"header_bg_color\\\":\\\"#FFFFFF\\\",\\\"topbar_bg_color\\\":\\\"#333333\\\",\\\"topbar_text_color\\\":\\\"#AAAAAA\\\",\\\"logo_text_color\\\":\\\"#8c080a\\\",\\\"menu_text_color\\\":\\\"#252525\\\",\\\"menu_text_hover_color\\\":\\\"#85080e\\\",\\\"menu_text_active_color\\\":\\\"#820717\\\",\\\"menu_dropdown_bg_color\\\":\\\"#FFFFFF\\\",\\\"menu_dropdown_text_color\\\":\\\"#252525\\\",\\\"menu_dropdown_text_hover_color\\\":\\\"#ec430f\\\",\\\"menu_dropdown_text_active_color\\\":\\\"#ec430f\\\",\\\"footer_bg_color\\\":\\\"#171717\\\",\\\"footer_text_color\\\":\\\"#FFFFFF\\\",\\\"footer_link_color\\\":\\\"#A2A2A2\\\",\\\"footer_link_hover_color\\\":\\\"#FFFFFF\\\"}},\\\"preset3\\\":{\\\"label\\\":\\\"Preset 3\\\",\\\"default\\\":\\\"#0fa89d\\\",\\\"description\\\":\\\"\\\",\\\"data\\\":{\\\"text_color\\\":\\\"#252525\\\",\\\"preset\\\":\\\"preset3\\\",\\\"bg_color\\\":\\\"#FFFFFF\\\",\\\"link_color\\\":\\\"#0fa89d\\\",\\\"link_hover_color\\\":\\\"#044CD0\\\",\\\"header_bg_color\\\":\\\"#FFFFFF\\\",\\\"topbar_bg_color\\\":\\\"#333333\\\",\\\"topbar_text_color\\\":\\\"#AAAAAA\\\",\\\"logo_text_color\\\":\\\"#0fa89d\\\",\\\"menu_text_color\\\":\\\"#252525\\\",\\\"menu_text_hover_color\\\":\\\"#0fa89d\\\",\\\"menu_text_active_color\\\":\\\"#0fa89d\\\",\\\"menu_dropdown_bg_color\\\":\\\"#FFFFFF\\\",\\\"menu_dropdown_text_color\\\":\\\"#252525\\\",\\\"menu_dropdown_text_hover_color\\\":\\\"#0fa89d\\\",\\\"menu_dropdown_text_active_color\\\":\\\"#0fa89d\\\",\\\"footer_bg_color\\\":\\\"#171717\\\",\\\"footer_text_color\\\":\\\"#FFFFFF\\\",\\\"footer_link_color\\\":\\\"#A2A2A2\\\",\\\"footer_link_hover_color\\\":\\\"#FFFFFF\\\"}},\\\"preset4\\\":{\\\"label\\\":\\\"Preset 4\\\",\\\"default\\\":\\\"#4943ac\\\",\\\"description\\\":\\\"\\\",\\\"data\\\":{\\\"text_color\\\":\\\"#252525\\\",\\\"preset\\\":\\\"preset4\\\",\\\"bg_color\\\":\\\"#FFFFFF\\\",\\\"link_color\\\":\\\"#4943ac\\\",\\\"link_hover_color\\\":\\\"#044CD0\\\",\\\"header_bg_color\\\":\\\"#FFFFFF\\\",\\\"topbar_bg_color\\\":\\\"#333333\\\",\\\"topbar_text_color\\\":\\\"#AAAAAA\\\",\\\"logo_text_color\\\":\\\"#4943ac\\\",\\\"menu_text_color\\\":\\\"#252525\\\",\\\"menu_text_hover_color\\\":\\\"#4943ac\\\",\\\"menu_text_active_color\\\":\\\"#4943ac\\\",\\\"menu_dropdown_bg_color\\\":\\\"#FFFFFF\\\",\\\"menu_dropdown_text_color\\\":\\\"#252525\\\",\\\"menu_dropdown_text_hover_color\\\":\\\"#4943ac\\\",\\\"menu_dropdown_text_active_color\\\":\\\"#4943ac\\\",\\\"footer_bg_color\\\":\\\"#171717\\\",\\\"footer_text_color\\\":\\\"#FFFFFF\\\",\\\"footer_link_color\\\":\\\"#A2A2A2\\\",\\\"footer_link_hover_color\\\":\\\"#FFFFFF\\\"}},\\\"preset5\\\":{\\\"label\\\":\\\"Preset 5\\\",\\\"default\\\":\\\"#00aeef\\\",\\\"description\\\":\\\"\\\",\\\"data\\\":{\\\"text_color\\\":\\\"#252525\\\",\\\"preset\\\":\\\"preset5\\\",\\\"bg_color\\\":\\\"#FFFFFF\\\",\\\"link_color\\\":\\\"#00aeef\\\",\\\"link_hover_color\\\":\\\"#044CD0\\\",\\\"header_bg_color\\\":\\\"#FFFFFF\\\",\\\"topbar_bg_color\\\":\\\"#333333\\\",\\\"topbar_text_color\\\":\\\"#AAAAAA\\\",\\\"logo_text_color\\\":\\\"#00aeef\\\",\\\"menu_text_color\\\":\\\"#252525\\\",\\\"menu_text_hover_color\\\":\\\"#00aeef\\\",\\\"menu_text_active_color\\\":\\\"#00aeef\\\",\\\"menu_dropdown_bg_color\\\":\\\"#FFFFFF\\\",\\\"menu_dropdown_text_color\\\":\\\"#252525\\\",\\\"menu_dropdown_text_hover_color\\\":\\\"#00aeef\\\",\\\"menu_dropdown_text_active_color\\\":\\\"#00aeef\\\",\\\"footer_bg_color\\\":\\\"#171717\\\",\\\"footer_text_color\\\":\\\"#FFFFFF\\\",\\\"footer_link_color\\\":\\\"#A2A2A2\\\",\\\"footer_link_hover_color\\\":\\\"#FFFFFF\\\"}},\\\"preset6\\\":{\\\"label\\\":\\\"Preset 6\\\",\\\"default\\\":\\\"#f68e13\\\",\\\"description\\\":\\\"\\\",\\\"data\\\":{\\\"text_color\\\":\\\"#252525\\\",\\\"preset\\\":\\\"preset6\\\",\\\"bg_color\\\":\\\"#FFFFFF\\\",\\\"link_color\\\":\\\"#f68e13\\\",\\\"link_hover_color\\\":\\\"#044CD0\\\",\\\"header_bg_color\\\":\\\"#FFFFFF\\\",\\\"topbar_bg_color\\\":\\\"#333333\\\",\\\"topbar_text_color\\\":\\\"#AAAAAA\\\",\\\"logo_text_color\\\":\\\"#f68e13\\\",\\\"menu_text_color\\\":\\\"#252525\\\",\\\"menu_text_hover_color\\\":\\\"#f68e13\\\",\\\"menu_text_active_color\\\":\\\"#f68e13\\\",\\\"menu_dropdown_bg_color\\\":\\\"#FFFFFF\\\",\\\"menu_dropdown_text_color\\\":\\\"#252525\\\",\\\"menu_dropdown_text_hover_color\\\":\\\"#f68e13\\\",\\\"menu_dropdown_text_active_color\\\":\\\"#f68e13\\\",\\\"footer_bg_color\\\":\\\"#171717\\\",\\\"footer_text_color\\\":\\\"#FFFFFF\\\",\\\"footer_link_color\\\":\\\"#A2A2A2\\\",\\\"footer_link_hover_color\\\":\\\"#FFFFFF\\\"}},\\\"preset7\\\":{\\\"label\\\":\\\"Preset 7\\\",\\\"default\\\":\\\"#2ba84a\\\",\\\"description\\\":\\\"\\\",\\\"data\\\":{\\\"text_color\\\":\\\"#252525\\\",\\\"preset\\\":\\\"preset7\\\",\\\"bg_color\\\":\\\"#FFFFFF\\\",\\\"link_color\\\":\\\"#2ba84a\\\",\\\"link_hover_color\\\":\\\"#044CD0\\\",\\\"header_bg_color\\\":\\\"#FFFFFF\\\",\\\"topbar_bg_color\\\":\\\"#333333\\\",\\\"topbar_text_color\\\":\\\"#AAAAAA\\\",\\\"logo_text_color\\\":\\\"#2ba84a\\\",\\\"menu_text_color\\\":\\\"#252525\\\",\\\"menu_text_hover_color\\\":\\\"#2ba84a\\\",\\\"menu_text_active_color\\\":\\\"#2ba84a\\\",\\\"menu_dropdown_bg_color\\\":\\\"#FFFFFF\\\",\\\"menu_dropdown_text_color\\\":\\\"#252525\\\",\\\"menu_dropdown_text_hover_color\\\":\\\"#2ba84a\\\",\\\"menu_dropdown_text_active_color\\\":\\\"#2ba84a\\\",\\\"footer_bg_color\\\":\\\"#171717\\\",\\\"footer_text_color\\\":\\\"#FFFFFF\\\",\\\"footer_link_color\\\":\\\"#A2A2A2\\\",\\\"footer_link_hover_color\\\":\\\"#FFFFFF\\\"}},\\\"preset8\\\":{\\\"label\\\":\\\"Preset 8\\\",\\\"default\\\":\\\"#ed145b\\\",\\\"description\\\":\\\"\\\",\\\"data\\\":{\\\"text_color\\\":\\\"#252525\\\",\\\"preset\\\":\\\"preset8\\\",\\\"bg_color\\\":\\\"#FFFFFF\\\",\\\"link_color\\\":\\\"#ed145b\\\",\\\"link_hover_color\\\":\\\"#044CD0\\\",\\\"header_bg_color\\\":\\\"#FFFFFF\\\",\\\"topbar_bg_color\\\":\\\"#333333\\\",\\\"topbar_text_color\\\":\\\"#AAAAAA\\\",\\\"logo_text_color\\\":\\\"#ed145b\\\",\\\"menu_text_color\\\":\\\"#252525\\\",\\\"menu_text_hover_color\\\":\\\"#ed145b\\\",\\\"menu_text_active_color\\\":\\\"#ed145b\\\",\\\"menu_dropdown_bg_color\\\":\\\"#FFFFFF\\\",\\\"menu_dropdown_text_color\\\":\\\"#252525\\\",\\\"menu_dropdown_text_hover_color\\\":\\\"#ed145b\\\",\\\"menu_dropdown_text_active_color\\\":\\\"#ed145b\\\",\\\"footer_bg_color\\\":\\\"#171717\\\",\\\"footer_text_color\\\":\\\"#FFFFFF\\\",\\\"footer_link_color\\\":\\\"#A2A2A2\\\",\\\"footer_link_hover_color\\\":\\\"#FFFFFF\\\"}}}\",\"preset\":\"{\\\"footer_link_hover_color\\\":\\\"#FFFFFF\\\",\\\"footer_link_color\\\":\\\"#A2A2A2\\\",\\\"footer_text_color\\\":\\\"#FFFFFF\\\",\\\"footer_bg_color\\\":\\\"#171717\\\",\\\"menu_dropdown_text_active_color\\\":\\\"#ed145b\\\",\\\"menu_dropdown_text_hover_color\\\":\\\"#ed145b\\\",\\\"menu_dropdown_text_color\\\":\\\"#252525\\\",\\\"menu_dropdown_bg_color\\\":\\\"#FFFFFF\\\",\\\"menu_text_active_color\\\":\\\"#ed145b\\\",\\\"menu_text_hover_color\\\":\\\"#ed145b\\\",\\\"menu_text_color\\\":\\\"#252525\\\",\\\"logo_text_color\\\":\\\"#ed145b\\\",\\\"topbar_text_color\\\":\\\"#AAAAAA\\\",\\\"topbar_bg_color\\\":\\\"#333333\\\",\\\"header_bg_color\\\":\\\"#FFFFFF\\\",\\\"link_hover_color\\\":\\\"#044CD0\\\",\\\"link_color\\\":\\\"#ed145b\\\",\\\"bg_color\\\":\\\"#FFFFFF\\\",\\\"text_color\\\":\\\"#252525\\\",\\\"preset\\\":\\\"preset8\\\"}\",\"custom_style\":\"1\",\"topbar_bg_color\":\"#333333\",\"topbar_text_color\":\"#aaaaaa\",\"header_bg_color\":\"#4f4f4f\",\"logo_text_color\":\"#0345bf\",\"menu_text_color\":\"#c2c2c2\",\"menu_text_hover_color\":\"#0345bf\",\"menu_text_active_color\":\"#ed0000\",\"menu_dropdown_bg_color\":\"#ffffff\",\"menu_dropdown_text_color\":\"#252525\",\"menu_dropdown_text_hover_color\":\"#0345bf\",\"menu_dropdown_text_active_color\":\"#0345bf\",\"offcanvas_menu_icon_color\":\"#000000\",\"offcanvas_menu_bg_color\":\"#ffffff\",\"offcanvas_menu_items_and_items_color\":\"#252525\",\"offcanvas_menu_active_menu_item_color\":\"#0345bf\",\"text_color\":\"#252525\",\"bg_color\":\"#ffffff\",\"link_color\":\"#0345bf\",\"link_hover_color\":\"#044cd0\",\"footer_bg_color\":\"#171717\",\"footer_text_color\":\"#ffffff\",\"footer_link_color\":\"#a2a2a2\",\"footer_link_hover_color\":\"#ffffff\",\"name\":\"\",\"custom_class\":\"\",\"padding\":\"\",\"margin\":\"\",\"layout\":\"[{\\\"type\\\":\\\"row\\\",\\\"layout\\\":12,\\\"settings\\\":{\\\"hide_desktop\\\":0,\\\"hide_small_desktop\\\":0,\\\"hide_tablet\\\":0,\\\"hide_large_mobile\\\":1,\\\"hide_mobile\\\":1,\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"hide_on_desktop\\\":0,\\\"hide_on_small_desktop\\\":0,\\\"hide_on_tablet\\\":0,\\\"hide_on_large_phone\\\":0,\\\"hide_on_phone\\\":0,\\\"background_position\\\":\\\"\\\",\\\"background_attachment\\\":\\\"\\\",\\\"background_size\\\":\\\"\\\",\\\"background_repeat\\\":\\\"\\\",\\\"background_image\\\":\\\"\\\",\\\"background_color\\\":\\\"\\\",\\\"link_hover_color\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"color\\\":\\\"\\\",\\\"margin\\\":\\\"\\\",\\\"padding\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"fluidrow\\\":1,\\\"name\\\":\\\"Feature\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"sortableitem\\\":\\\"[object Object]\\\",\\\"grid_size\\\":12,\\\"name\\\":\\\"title\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"sm_col\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"column_type\\\":0}}]},{\\\"type\\\":\\\"row\\\",\\\"layout\\\":12,\\\"settings\\\":{},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"grid_size\\\":12,\\\"hide_on_desktop\\\":0,\\\"hide_on_small_desktop\\\":0,\\\"hide_on_tablet\\\":0,\\\"hide_on_large_phone\\\":0,\\\"hide_on_phone\\\":0,\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"md_col\\\":\\\"\\\",\\\"xl_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"name\\\":\\\"feature\\\",\\\"column_type\\\":0}}]},{\\\"type\\\":\\\"row\\\",\\\"layout\\\":\\\"4+4+4\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"fluidrow\\\":0,\\\"margin\\\":\\\"\\\",\\\"padding\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"link_hover_color\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"color\\\":\\\"\\\",\\\"background_color\\\":\\\"\\\",\\\"name\\\":\\\"Main Body\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"grid_size\\\":4,\\\"name\\\":\\\"left\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"sm_col\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"column_type\\\":0}},{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"sortableitem\\\":\\\"[object Object]\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"sm_col\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"grid_size\\\":4,\\\"column_type\\\":1}},{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"grid_size\\\":4,\\\"column_type\\\":0,\\\"name\\\":\\\"right\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"sm_col\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\"}}]},{\\\"type\\\":\\\"row\\\",\\\"layout\\\":\\\"3+3+3+3\\\",\\\"settings\\\":{\\\"name\\\":\\\"Bottom\\\",\\\"fluidrow\\\":0,\\\"custom_class\\\":\\\"\\\",\\\"padding\\\":\\\"\\\",\\\"margin\\\":\\\"\\\",\\\"color\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"link_hover_color\\\":\\\"\\\",\\\"background_color\\\":\\\"\\\",\\\"background_image\\\":\\\"\\\",\\\"background_repeat\\\":\\\"\\\",\\\"background_size\\\":\\\"\\\",\\\"background_attachment\\\":\\\"\\\",\\\"background_position\\\":\\\"\\\",\\\"hide_on_phone\\\":0,\\\"hide_on_large_phone\\\":0,\\\"hide_on_tablet\\\":0,\\\"hide_on_small_desktop\\\":0,\\\"hide_on_desktop\\\":0,\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"sortableitem\\\":\\\"[object Object]\\\",\\\"column_type\\\":0,\\\"name\\\":\\\"bottom1\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"sm_col\\\":\\\"col-sm-6\\\",\\\"xs_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"grid_size\\\":3}},{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"sortableitem\\\":\\\"[object Object]\\\",\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"col-sm-6\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"bottom2\\\",\\\"column_type\\\":0,\\\"grid_size\\\":3}},{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"grid_size\\\":3,\\\"hide_on_desktop\\\":0,\\\"hide_on_small_desktop\\\":0,\\\"hide_on_tablet\\\":0,\\\"hide_on_large_phone\\\":0,\\\"hide_on_phone\\\":0,\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"md_col\\\":\\\"\\\",\\\"xl_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"name\\\":\\\"bottom3\\\",\\\"column_type\\\":0}},{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"grid_size\\\":3,\\\"hide_on_desktop\\\":0,\\\"hide_on_small_desktop\\\":0,\\\"hide_on_tablet\\\":0,\\\"hide_on_large_phone\\\":0,\\\"hide_on_phone\\\":0,\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"md_col\\\":\\\"\\\",\\\"xl_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"name\\\":\\\"bottom4\\\",\\\"column_type\\\":0}}]},{\\\"type\\\":\\\"row\\\",\\\"layout\\\":\\\"6+6\\\",\\\"settings\\\":{\\\"name\\\":\\\"Footer\\\",\\\"background_color\\\":\\\"\\\",\\\"color\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"link_hover_color\\\":\\\"\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"padding\\\":\\\"\\\",\\\"margin\\\":\\\"\\\",\\\"fluidrow\\\":0,\\\"custom_class\\\":\\\"\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"sortableitem\\\":\\\"[object Object]\\\",\\\"grid_size\\\":6,\\\"column_type\\\":0,\\\"name\\\":\\\"footer1\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"sm_col\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\"}},{\\\"type\\\":\\\"sp_col\\\",\\\"settings\\\":{\\\"grid_size\\\":6,\\\"column_type\\\":0,\\\"name\\\":\\\"footer2\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"sm_col\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\"}}]}]\",\"menu\":\"mainmenu\",\"menu_type\":\"mega_offcanvas\",\"dropdown_width\":\"\",\"menu_animation\":\"menu-animation-none\",\"offcanvas_position\":\"right\",\"offcanvas_style\":\"1-LeftAlign\",\"offcanvas_menu\":\"mainmenu\",\"offcanvas_max_level\":\"0\",\"enable_body_font\":\"1\",\"hu-webfont-size-field\":\"\",\"hu-webfont-size-field-sm\":\"\",\"hu-webfont-size-field-xs\":\"\",\"hu-font-letter-spacing-input\":\"\",\"body_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontSize\\\":\\\"14px\\\",\\\"fontSize_sm\\\":\\\"\\\",\\\"fontSize_xs\\\":\\\"\\\",\\\"fontWeight\\\":\\\"300\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontColor\\\":\\\"\\\",\\\"fontLineHeight\\\":\\\"\\\",\\\"fontLetterSpacing\\\":\\\"\\\",\\\"textDecoration\\\":\\\"none\\\",\\\"textAlign\\\":\\\"\\\"}\",\"enable_h1_font\":\"1\",\"h1_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontSize_sm\\\":\\\"\\\",\\\"fontSize_xs\\\":\\\"\\\",\\\"fontWeight\\\":\\\"800\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontColor\\\":\\\"\\\",\\\"fontLineHeight\\\":\\\"\\\",\\\"fontLetterSpacing\\\":\\\"\\\",\\\"textDecoration\\\":\\\"none\\\",\\\"textAlign\\\":\\\"\\\"}\",\"enable_h2_font\":\"1\",\"h2_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontSize_sm\\\":\\\"\\\",\\\"fontSize_xs\\\":\\\"\\\",\\\"fontWeight\\\":\\\"600\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontColor\\\":\\\"\\\",\\\"fontLineHeight\\\":\\\"\\\",\\\"fontLetterSpacing\\\":\\\"\\\",\\\"textDecoration\\\":\\\"none\\\",\\\"textAlign\\\":\\\"\\\"}\",\"enable_h3_font\":\"1\",\"h3_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontSize_sm\\\":\\\"\\\",\\\"fontSize_xs\\\":\\\"\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontColor\\\":\\\"\\\",\\\"fontLineHeight\\\":\\\"\\\",\\\"fontLetterSpacing\\\":\\\"\\\",\\\"textDecoration\\\":\\\"none\\\",\\\"textAlign\\\":\\\"\\\"}\",\"enable_h4_font\":\"1\",\"h4_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontSize_sm\\\":\\\"\\\",\\\"fontSize_xs\\\":\\\"\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontColor\\\":\\\"\\\",\\\"fontLineHeight\\\":\\\"\\\",\\\"fontLetterSpacing\\\":\\\"\\\",\\\"textDecoration\\\":\\\"none\\\",\\\"textAlign\\\":\\\"\\\"}\",\"h5_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontSize_sm\\\":\\\"\\\",\\\"fontSize_xs\\\":\\\"\\\",\\\"fontWeight\\\":\\\"600\\\",\\\"fontSubset\\\":\\\"\\\",\\\"fontColor\\\":\\\"\\\",\\\"fontLineHeight\\\":\\\"\\\",\\\"fontLetterSpacing\\\":\\\"\\\",\\\"textDecoration\\\":\\\"none\\\",\\\"textAlign\\\":\\\"\\\"}\",\"h6_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontSize_sm\\\":\\\"\\\",\\\"fontSize_xs\\\":\\\"\\\",\\\"fontWeight\\\":\\\"600\\\",\\\"fontSubset\\\":\\\"\\\",\\\"fontColor\\\":\\\"\\\",\\\"fontLineHeight\\\":\\\"\\\",\\\"fontLetterSpacing\\\":\\\"\\\",\\\"textDecoration\\\":\\\"none\\\",\\\"textAlign\\\":\\\"\\\"}\",\"navigation_font\":\"{\\\"fontFamily\\\":\\\"Arial\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontSize_sm\\\":\\\"\\\",\\\"fontSize_xs\\\":\\\"\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontSubset\\\":\\\"\\\",\\\"fontColor\\\":\\\"\\\",\\\"fontLineHeight\\\":\\\"\\\",\\\"fontLetterSpacing\\\":\\\"\\\",\\\"textDecoration\\\":\\\"none\\\",\\\"textAlign\\\":\\\"\\\"}\",\"custom_font\":\"{\\\"fontFamily\\\":\\\"Arial\\\",\\\"fontSize\\\":\\\"\\\",\\\"fontSize_sm\\\":\\\"\\\",\\\"fontSize_xs\\\":\\\"\\\",\\\"fontWeight\\\":\\\"\\\",\\\"fontSubset\\\":\\\"\\\",\\\"fontColor\\\":\\\"\\\",\\\"fontLineHeight\\\":\\\"\\\",\\\"fontLetterSpacing\\\":\\\"\\\",\\\"textDecoration\\\":\\\"none\\\",\\\"textAlign\\\":\\\"\\\"}\",\"custom_font_selectors\":\"\",\"image_thumbnail\":\"1\",\"image_thumbnail_size\":\"600X340\",\"image_small\":\"1\",\"image_small_size\":\"100X100\",\"image_medium\":\"1\",\"image_medium_size\":\"300X300\",\"image_large_size\":\"600X600\",\"image_crop_quality\":\"100\",\"blog_list_image\":\"thumbnail\",\"leading_blog_list_image\":\"large\",\"blog_details_image\":\"default\",\"social_share\":\"1\",\"social_share_lists\":[\"facebook\",\"twitter\",\"linkedin\"],\"og\":\"1\",\"og_fb_id\":\"\",\"og_twitter_site\":\"\",\"reading_timeline_bg\":\"#0345bf\",\"reading_timeline_height\":\"5px\",\"reading_timeline_position\":\"top\",\"related_article\":\"1\",\"related_article_title\":\"Related Articles\",\"related_article_column\":\"3\",\"related_article_limit\":\"3\",\"related_article_view_type\":\"thumb\",\"comment\":\"disabled\",\"comment_disqus_subdomain\":\"\",\"comment_disqus_devmode\":\"1\",\"comment_intensedebate_acc\":\"\",\"comment_facebook_app_id\":\"\",\"comment_facebook_width\":\"100\",\"comment_facebook_number\":\"10\",\"comments_count\":\"1\",\"before_head\":\"\",\"after_body\":\"\",\"before_body\":\"\",\"custom_css\":\".sppb-row-overlay {\\r\\n    z-index: 0 !important;\\r\\n}\\r\\n.home-page #sp-header:not(.header-sticky){\\r\\n    background: #2b2a2a;\\r\\n} \\r\\n\\r\\n\\/* For better text visibility against the gradient *\\/\\r\\n#sp-header .sp-megamenu-parent > li > a {\\r\\n  color: #FFF; \\/* White text for contrast *\\/\\r\\n}\\r\\n.sp-megamenu-parent{\\r\\n margin: 0 -53px !important;\\r\\n}\",\"custom_js\":\"\",\"exclude_js\":\"\",\"scssoption\":\"1\",\"enable_fontawesome\":\"1\",\"gfont_api\":\"\",\"ga_code\":\"\",\"ga_tracking_method\":\"\",\"id\":\"26\",\"template\":\"j-network\",\"client_id\":\"0\",\"home\":\"1\",\"title\":\"J-Network - Default\"}',0,''),
(27,'shaper_oneclip',0,'0','CMPTV Display Style','{\"tm_variation\":\"creative\",\"sticky_header\":\"1\",\"favicon\":\"\",\"boxed_layout\":\"0\",\"logo_type\":\"image\",\"logo_position\":\"logo\",\"logo_image\":\"\",\"scroll_logo\":\"\",\"logo_image_2x\":\"\",\"scroll_logo_2x\":\"\",\"mobile_logo\":\"\",\"logo_image_slogan\":\"\",\"logo_text\":\"\",\"logo_slogan\":\"\",\"body_bg_image\":\"\",\"body_bg_repeat\":\"inherit\",\"body_bg_size\":\"inherit\",\"body_bg_attachment\":\"inherit\",\"body_bg_position\":\"0 0\",\"enabled_copyright\":\"1\",\"copyright_position\":\"footer1\",\"copyright\":\"\\u00a9 2015 Your Company. All Rights Reserved. Designed By JoomShaper\",\"show_social_icons\":\"1\",\"social_position\":\"top1\",\"facebook\":\"\",\"twitter\":\"\",\"pinterest\":\"\",\"linkedin\":\"\",\"dribbble\":\"\",\"behance\":\"\",\"youtube\":\"\",\"flickr\":\"\",\"skype\":\"\",\"vk\":\"\",\"enable_contactinfo\":\"1\",\"contact_position\":\"top2\",\"contact_phone\":\"+228 872 4444\",\"contact_email\":\"contact@email.com\",\"comingsoon_mode\":\"0\",\"comingsoon_title\":\"Coming Soon Title\",\"comingsoon_date\":\"22-09-2018\",\"comingsoon_content\":\"Coming soon content\",\"preset\":\"preset1\",\"preset1_bg\":\"#000000\",\"preset1_text\":\"#ffffff\",\"preset1_major\":\"#007c83\",\"preset2_bg\":\"#ffffff\",\"preset2_text\":\"#525252\",\"preset2_major\":\"#98c926\",\"preset3_bg\":\"#ffffff\",\"preset3_text\":\"#525252\",\"preset3_major\":\"#ff6d00\",\"preset4_bg\":\"#ffffff\",\"preset4_text\":\"#525252\",\"preset4_major\":\"#df2a3c\",\"layoutlist\":\"default.json\",\"layout\":\"[{\\\"type\\\":\\\"row\\\",\\\"layout\\\":12,\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"fluidrow\\\":1,\\\"margin\\\":\\\"\\\",\\\"padding\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"link_hover_color\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"background_image\\\":\\\"\\\",\\\"color\\\":\\\"\\\",\\\"background_color\\\":\\\"\\\",\\\"name\\\":\\\"Page Title\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-12 ui-sortable-handle\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"title\\\",\\\"column_type\\\":0}}]},{\\\"type\\\":\\\"row\\\",\\\"layout\\\":\\\"3333\\\",\\\"settings\\\":{\\\"name\\\":\\\"Bottom\\\",\\\"background_color\\\":\\\"#f5f5f5\\\",\\\"color\\\":\\\"\\\",\\\"background_image\\\":\\\"\\\",\\\"link_color\\\":\\\"\\\",\\\"link_hover_color\\\":\\\"\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"padding\\\":\\\"100px 0px\\\",\\\"margin\\\":\\\"\\\",\\\"fluidrow\\\":0,\\\"custom_class\\\":\\\"\\\"},\\\"attr\\\":[{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-3 column-active ui-sortable-handle\\\",\\\"settings\\\":{\\\"column_type\\\":0,\\\"name\\\":\\\"bottom1\\\",\\\"hidden_xs\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_md\\\":0,\\\"sm_col\\\":\\\"col-sm-6\\\",\\\"xs_col\\\":\\\"\\\",\\\"custom_class\\\":\\\"\\\",\\\"sortableitem\\\":\\\"[object Object]\\\"}},{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-3 ui-sortable-handle\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"col-sm-6\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"bottom2\\\",\\\"column_type\\\":0}},{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-3 ui-sortable-handle\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"col-sm-6\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"bottom3\\\",\\\"column_type\\\":0}},{\\\"type\\\":\\\"sp_col\\\",\\\"className\\\":\\\"layout-column col-sm-3 ui-sortable-handle\\\",\\\"settings\\\":{\\\"custom_class\\\":\\\"\\\",\\\"xs_col\\\":\\\"\\\",\\\"sm_col\\\":\\\"col-sm-6\\\",\\\"hidden_md\\\":0,\\\"hidden_sm\\\":0,\\\"hidden_xs\\\":0,\\\"name\\\":\\\"bottom4\\\",\\\"column_type\\\":0}}]}]\",\"menu\":\"mainmenu\",\"menu_type\":\"mega_offcanvas\",\"dropdown_width\":\"\",\"menu_animation\":\"menu-fade\",\"enable_body_font\":\"1\",\"body_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"300\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_h1_font\":\"1\",\"h1_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"800\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_h2_font\":\"1\",\"h2_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"600\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_h3_font\":\"1\",\"h3_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"regular\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_h4_font\":\"1\",\"h4_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"regular\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_h5_font\":\"1\",\"h5_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"600\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_h6_font\":\"1\",\"h6_font\":\"{\\\"fontFamily\\\":\\\"Open Sans\\\",\\\"fontWeight\\\":\\\"600\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_navigation_font\":\"0\",\"navigation_font\":\"{\\\"fontFamily\\\":\\\"ABeeZee\\\",\\\"fontWeight\\\":\\\"regular\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"enable_custom_font\":\"0\",\"custom_font\":\"{\\\"fontFamily\\\":\\\"ABeeZee\\\",\\\"fontWeight\\\":\\\"regular\\\",\\\"fontSubset\\\":\\\"latin\\\",\\\"fontSize\\\":\\\"\\\"}\",\"custom_font_selectors\":\"\",\"before_head\":\"\",\"before_body\":\"\",\"custom_css\":\"<div class=\\\"tv-root\\\" style=\\\"width: 100vw; height: 100vh; display: grid; grid-template-columns: 1125px 795px; grid-template-rows: 632px 385px auto; gap: 0; grid-template-areas: \'main-zone sidebar\' \'headlines sidebar\' \'announcements-ticker announcements-ticker\'; background-color: #000; overflow: hidden; font-family: Arial, sans-serif;\\\">\\r\\n\\r\\n<!-- MAIN ZONE: 1125x632, 16:9 aspect -->\\r\\n<div id=\\\"main-zone\\\" style=\\\"grid-area: main-zone; width: 1125px; height: 632px; background-color: #111; color: #fff; display: flex; align-items: center; justify-content: center; font-size: clamp(16px, 2vw, 36px); object-fit: cover;\\\">\\r\\n<span>Main Zone Placeholder (1125x632, 16:9)<\\/span>\\r\\n<\\/div>\\r\\n\\r\\n<!-- HEADLINES: 1125x385 fixed size for placeholder -->\\r\\n<div id=\\\"headlines\\\" style=\\\"grid-area: headlines; width: 1125px; height: 385px; background-color: #222; color: #fff; display: flex; align-items: center; justify-content: flex-start; padding-left: 2%; font-size: clamp(14px, 1.5vw, 36px); object-fit: cover;\\\">\\r\\n<span>Headlines Placeholder (1125x385)<\\/span>\\r\\n<\\/div>\\r\\n\\r\\n<!-- SIDEBAR: 795px width, precise heights -->\\r\\n<div id=\\\"sidebar\\\" style=\\\"grid-area: sidebar; width: 795px; display: grid; grid-template-rows: 145px 238px 140px 50px 447px; gap: 0; padding: 0; position: relative;\\\">\\r\\n<!-- LOGO & CLOCK: 795x145 -->\\r\\n<div id=\\\"sidebar-clock-logo\\\" class=\\\"sidebar-section\\\" style=\\\"height:145px; background-color: #000; display: flex; align-items: center; justify-content: flex-start; position: relative; padding-left: 15px;\\\">\\r\\n<img src=\\\"https:\\/\\/mycommunitytv.org\\/images\\/give-back-gift-cards-745-x-120-px-1.png\\\" alt=\\\"Give Back Gift Cards Logo\\\" style=\\\"height:110%; width:auto; display:block; margin-right: 20px;\\\" \\/>\\r\\n<div id=\\\"localDateTime\\\" style=\\\"font-size:32px; font-weight:500; white-space:nowrap; text-align:center;\\\">\\r\\nLoading...\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<!-- CLOCK SCRIPT -->\\r\\n<script>\\r\\ndocument.addEventListener(\\\"DOMContentLoaded\\\", function () {\\r\\nfunction updateDateTime() {\\r\\nconst now = new Date();\\r\\nconst weekday = now.toLocaleDateString(undefined, { weekday: \'short\' });\\r\\nconst month = now.toLocaleDateString(undefined, { month: \'short\' });\\r\\nconst day = now.getDate();\\r\\n\\r\\nlet time = now.toLocaleTimeString(undefined, {\\r\\nhour: \'numeric\',\\r\\nminute: \'2-digit\',\\r\\nhour12: true\\r\\n});\\r\\n\\r\\ntime = time.replace(\'AM\', \'am\').replace(\'PM\', \'pm\');\\r\\n\\r\\nconst weekdayCap = weekday.charAt(0).toUpperCase() + weekday.slice(1);\\r\\nconst monthCap = month.charAt(0).toUpperCase() + month.slice(1);\\r\\n\\r\\nconst formatted = `${weekdayCap}, ${monthCap}. ${day} ${time}`;\\r\\ndocument.getElementById(\'localDateTime\').textContent = formatted;\\r\\n}\\r\\n\\r\\nupdateDateTime();\\r\\nsetInterval(updateDateTime, 1000);\\r\\n});\\r\\n<\\/script>\\r\\n\\r\\n<!-- WEATHER: 795x238 -->\\r\\n<div id=\\\"sidebar-weather\\\" class=\\\"sidebar-section\\\" style=\\\"height:238px; background-color: #08488D; display: flex; align-items: center; justify-content: center; color: #fff; font-size: clamp(14px, 1.5vw, 32px); object-fit: cover;\\\">\\r\\nWeather Placeholder (795x238)\\r\\n<\\/div>\\r\\n\\r\\n<!-- SIDEBAR BANNER: 795x140 -->\\r\\n<div id=\\\"sidebar-banner\\\" class=\\\"sidebar-section\\\" style=\\\"height:140px; background-color: #555; display: flex; align-items: center; justify-content: center; color: #fff; font-size: clamp(12px, 1.2vw, 28px); object-fit: contain;\\\">\\r\\nSidebar Banner Placeholder (795x140)\\r\\n<\\/div>\\r\\n\\r\\n<!-- BANNER TICKER: 795x50 -->\\r\\n<div id=\\\"sidebar-banner-ticker\\\" class=\\\"sidebar-section\\\" style=\\\"height:50px; background-color: #444; display: flex; align-items: center; justify-content: center; color: #fff; font-size: clamp(12px, 1vw, 28px); object-fit: contain;\\\">\\r\\nSidebar Banner Ticker Placeholder (795x50)\\r\\n<\\/div>\\r\\n\\r\\n<!-- OFFERS: 795x447 -->\\r\\n<div id=\\\"sidebar-offer\\\" class=\\\"sidebar-section\\\" style=\\\"height:447px; background-color: #222; display: flex; align-items: center; justify-content: center; color: #fff; font-size: clamp(14px, 1.5vw, 36px); object-fit: cover;\\\">\\r\\nOffers Placeholder (795x447, 16:9)\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n\\r\\n<!-- ANNOUNCEMENTS TICKER: Full-width 1920x60 at bottom -->\\r\\n<div id=\\\"announcements-ticker\\\" style=\\\"grid-area: announcements-ticker; width: 1920px; height: 60px; background-color: #333; color: #fff; display: flex; align-items: center; justify-content: flex-start; padding-left: 2%; font-size: clamp(14px, 1.5vw, 36px); white-space: nowrap; object-fit: contain;\\\">\\r\\nAnnouncements Ticker Placeholder (1920x60)\\r\\n<\\/div>\\r\\n\\r\\n<\\/div>\\r\\n\\r\\n<!-- NOTES FOR PWA & CACHING -->\\r\\n<!--\\r\\n1. Cache default images in each zone for offline display.\\r\\n2. Maintain object-fit: cover for all media.\\r\\n3. Font sizes scale dynamically using clamp() for responsive signage.\\r\\n4. Placeholders ready to be swapped with modules when RSS\\/API feeds are live.\\r\\n5. Template repeatable for different locations; only feeds and images updated per instance.\\r\\n6. All sections respect precise pixel dimensions for layout alignment.\\r\\n-->\\r\\n\",\"custom_js\":\"\\/* === Custom Javascript (Helix Custom Javascript field) === *\\/\\r\\n(function() {\\r\\n  function updateOrientation() {\\r\\n    var orientation = window.innerWidth > window.innerHeight ? \'landscape\' : \'portrait\';\\r\\n    var label = document.getElementById(\'orientation-label\');\\r\\n    if(label) label.textContent = \'Orientation: \' + orientation;\\r\\n  }\\r\\n  window.addEventListener(\'resize\', updateOrientation);\\r\\n  window.addEventListener(\'load\', updateOrientation);\\r\\n})();\\r\\n\",\"compress_css\":\"0\",\"compress_js\":\"0\",\"exclude_js\":\"\",\"lessoption\":\"0\",\"show_post_format\":\"1\",\"commenting_engine\":\"disabled\",\"disqus_subdomain\":\"\",\"disqus_devmode\":\"0\",\"intensedebate_acc\":\"\",\"fb_appID\":\"\",\"fb_width\":\"500\",\"fb_cpp\":\"10\",\"comments_count\":\"0\",\"social_share\":\"1\",\"image_small\":\"0\",\"image_small_size\":\"100X100\",\"image_thumbnail\":\"1\",\"image_thumbnail_size\":\"200X200\",\"image_medium\":\"0\",\"image_medium_size\":\"300X300\",\"image_large\":\"0\",\"image_large_size\":\"600X600\",\"blog_list_image\":\"default\",\"joomshaper_email\":\"\",\"joomshaper_license_key\":\"\"}',0,'');
/*!40000 ALTER TABLE `n36ic_template_styles` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2025-10-12  0:56:51
