<?php 

$language_id = 2;
foreach($data['languages'] as $language) {
	if($language['language_id'] != 1) {
		$language_id = $language['language_id'];
	}
}

$output = array();
$output["megamenu_module"] = array (
  0 => 
  array (
    'module_id' => 0,
    'layout_id' => '99999',
    'position' => 'menu',
    'status' => '1',
    'display_on_mobile' => '0',
    'sort_order' => 1,
    'orientation' => '0',
    'search_bar' => 0,
    'navigation_text' => 
    array (
      1 => '',
      2 => '',
    ),
    'home_text' => 
    array (
      1 => '',
      2 => '',
    ),
    'full_width' => '1',
    'home_item' => 'disabled',
    'animation' => 'shift-up',
    'animation_time' => 200,
    'status_cache' => 0,
    'cache_time' => 1,
  ),
);
 
$this->model_setting_setting->editSetting( "megamenu", $output );

$query = $this->db->query("
	DROP TABLE IF EXISTS `".DB_PREFIX ."mega_menu`
");

$query = $this->db->query("
	DROP TABLE IF EXISTS `".DB_PREFIX ."mega_menu_modules`
");

$query = $this->db->query("
	DROP TABLE IF EXISTS `".DB_PREFIX ."mega_menu_links`
");

$query = $this->db->query("
	CREATE TABLE IF NOT EXISTS `".DB_PREFIX."mega_menu` (
		`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
		`module_id` int(11) NOT NULL DEFAULT '0',
		`parent_id` int(11) NOT NULL,
		`rang` int(11) NOT NULL,
		`icon` varchar(255) NOT NULL DEFAULT '',
		`name` text,
		`link` text,
		`description` text,
		`label` text,
		`label_text_color` text,
		`label_background_color` text,
		`custom_class` text,
		`new_window` int(11) NOT NULL DEFAULT '0',
		`status` int(11) NOT NULL DEFAULT '0',
		`display_on_mobile` int(11) NOT NULL DEFAULT '0',
		`position` int(11) NOT NULL DEFAULT '0',
		`submenu_width` text,
		`submenu_type` int(11) NOT NULL DEFAULT '0',
		`submenu_background` text,
		`submenu_background_position` text,
		`submenu_background_repeat` text,
		`content_width` int(11) NOT NULL DEFAULT '12',
		`content_type` int(11) NOT NULL DEFAULT '0',
		`content` text,
		PRIMARY KEY (`id`)
	) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1
");

$query = $this->db->query("
	CREATE TABLE IF NOT EXISTS `".DB_PREFIX."mega_menu_modules` (
		`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
		`name` text,
		PRIMARY KEY (`id`)
	) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1
");

$query = $this->db->query("
	CREATE TABLE IF NOT EXISTS `".DB_PREFIX."mega_menu_links` (
		`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
		`name` text,
		`name_for_autocomplete` text,
		`url` text,
		`label` text,
		`label_text` text,
		`label_background` text,
		`image` text,
		PRIMARY KEY (`id`)
	) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1
");

$query = $this->db->query("
     INSERT INTO `".DB_PREFIX."mega_menu` (`id`, `module_id`, `parent_id`, `rang`, `icon`, `name`, `link`, `description`, `label`, `label_text_color`, `label_background_color`, `new_window`, `status`, `display_on_mobile`, `position`, `submenu_width`, `submenu_type`, `submenu_background`, `submenu_background_position`, `submenu_background_repeat`, `content_width`, `content_type`, `content`) VALUES
     (16, 0, 10, 4, '', 'a:2:{i:1;s:10:\"Categories\";i:" . $language_id . ";s:10:\"Categories\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 6, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:3936:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Jewelry&lt;p style=&quot;margin: 0px;padding: 0px 0px 6px 0px;color: #c18107;font-size: 12px&quot;&gt;Discover our brands or search by price&lt;/p&gt;&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-4&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;New Jewelry&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,1500]&quot;&gt;Jewelry $1,500 &amp; Under&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,500]&quot;&gt;Jewelry $500 &amp; Under&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,250]&quot;&gt;Jewelry $250 &amp; Under&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                         \r\n                         &lt;div class=&quot;col-sm-4&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Necklaces &amp; Pendants&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Bracelets&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Rings&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Earrings&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Wedding Bands&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Charms&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Brooches&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                         \r\n                         &lt;div class=&quot;col-sm-4&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Dior&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Armani&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Tiffany&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Atlas&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Other brands&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:3936:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Jewelry&lt;p style=&quot;margin: 0px;padding: 0px 0px 6px 0px;color: #c18107;font-size: 12px&quot;&gt;Discover our brands or search by price&lt;/p&gt;&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-4&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;New Jewelry&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,1500]&quot;&gt;Jewelry $1,500 &amp; Under&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,500]&quot;&gt;Jewelry $500 &amp; Under&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,250]&quot;&gt;Jewelry $250 &amp; Under&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                         \r\n                         &lt;div class=&quot;col-sm-4&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Necklaces &amp; Pendants&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Bracelets&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Rings&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Earrings&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Wedding Bands&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Charms&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Brooches&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                         \r\n                         &lt;div class=&quot;col-sm-4&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Dior&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Armani&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Tiffany&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Atlas&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Other brands&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (15, 0, 10, 5, '', 'a:2:{i:1;s:6:\"Banner\";i:" . $language_id . ";s:6:\"Banner\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 1, 0, '100%', 0, '', 'top left', 'no-repeat', 6, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:327:\"&lt;div class=&quot;clearfix hidden-md hidden-sm hidden-xs&quot; style=&quot;width: 600px;position: relative;margin: -30px -45px -40px 0px&quot;&gt;\r\n     &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image/catalog/jewelry/banner-12.png&quot; alt=&quot;Banner&quot; style=&quot;display: block;&quot;&gt;&lt;/a&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:327:\"&lt;div class=&quot;clearfix hidden-md hidden-sm hidden-xs&quot; style=&quot;width: 600px;position: relative;margin: -30px -45px -40px 0px&quot;&gt;\r\n     &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image/catalog/jewelry/banner-12.png&quot; alt=&quot;Banner&quot; style=&quot;display: block;&quot;&gt;&lt;/a&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (14, 0, 9, 2, '', 'a:2:{i:1;s:7:\"Banners\";i:" . $language_id . ";s:7:\"Banners\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 1, 0, '100%', 0, '', 'top left', 'no-repeat', 6, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:915:\"&lt;div class=&quot;clearfix hidden-md hidden-sm hidden-xs&quot; style=&quot;width: 600px;position: relative;margin: -30px -45px 0px 0px&quot;&gt;\r\n     &lt;div style=&quot;float:right;width: 240px;position:relative;margin-bottom: -40px&quot;&gt;\r\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image/catalog/jewelry/banner-10.png&quot; alt=&quot;Banner&quot; style=&quot;display: block;&quot;&gt;&lt;/a&gt;\r\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image/catalog/jewelry/banner-11.png&quot; alt=&quot;Banner&quot; style=&quot;display: block;&quot;&gt;&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div style=&quot;float:right;width: 360px;position:relative;margin-bottom: -40px&quot;&gt;\r\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image/catalog/jewelry/banner-09.png&quot; alt=&quot;Banner&quot; style=&quot;display: block;&quot;&gt;&lt;/a&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:915:\"&lt;div class=&quot;clearfix hidden-md hidden-sm hidden-xs&quot; style=&quot;width: 600px;position: relative;margin: -30px -45px 0px 0px&quot;&gt;\r\n     &lt;div style=&quot;float:right;width: 240px;position:relative;margin-bottom: -40px&quot;&gt;\r\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image/catalog/jewelry/banner-10.png&quot; alt=&quot;Banner&quot; style=&quot;display: block;&quot;&gt;&lt;/a&gt;\r\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image/catalog/jewelry/banner-11.png&quot; alt=&quot;Banner&quot; style=&quot;display: block;&quot;&gt;&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div style=&quot;float:right;width: 360px;position:relative;margin-bottom: -40px&quot;&gt;\r\n          &lt;a href=&quot;#&quot;&gt;&lt;img src=&quot;image/catalog/jewelry/banner-09.png&quot; alt=&quot;Banner&quot; style=&quot;display: block;&quot;&gt;&lt;/a&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (9, 0, 0, 0, '', 'a:2:{i:1;s:7:\"Watches\";i:" . $language_id . ";s:7:\"Watches\";}', 'index.php?route=product/category&amp;path=20', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (10, 0, 0, 3, '', 'a:2:{i:1;s:7:\"Jewelry\";i:" . $language_id . ";s:7:\"Jewelry\";}', 'index.php?route=product/category&amp;path=20', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (11, 0, 0, 6, '', 'a:2:{i:1;s:11:\"Information\";i:" . $language_id . ";s:11:\"Information\";}', 'index.php?route=product/category&amp;path=20', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (12, 0, 0, 7, '', 'a:2:{i:1;s:7:\"Contact\";i:" . $language_id . ";s:7:\"Contact\";}', 'index.php?route=information/contact', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}'),
     (13, 0, 9, 1, '', 'a:2:{i:1;s:10:\"Categories\";i:" . $language_id . ";s:10:\"Categories\";}', '', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', '', '', 0, 0, 0, 0, '100%', 0, '', 'top left', 'no-repeat', 6, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:4300:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Watches&lt;p style=&quot;margin: 0px;padding: 0px 0px 6px 0px;color: #c18107;font-size: 12px&quot;&gt;Discover our brands or search by price&lt;/p&gt;&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-4&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;New Watches&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,750]&quot;&gt;Watches $750 &amp; Under&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,500]&quot;&gt;Watches $500 &amp; Under&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,250]&quot;&gt;Watches $250 &amp; Under&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                         \r\n                         &lt;div class=&quot;col-sm-4&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Automatic&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Luxury&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Dress&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Sports&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Casual&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Diving&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Chronographic&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                         \r\n                         &lt;div class=&quot;col-sm-4&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Baume &amp; Mercier&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Breitling&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Cartier&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Casio&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Citizen&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Gucci&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot; style=&quot;font-size: 12px;text-decoration: underline;font-weight:700&quot;&gt;All brands&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:4300:\"&lt;div class=&quot;static-menu&quot;&gt;\r\n     &lt;div class=&quot;menu&quot;&gt;\r\n          &lt;ul&gt;\r\n               &lt;li&gt;\r\n                    &lt;a href=&quot;index.php?route=product/category&amp;path=25&quot; class=&quot;main-menu with-submenu&quot;&gt;Watches&lt;p style=&quot;margin: 0px;padding: 0px 0px 6px 0px;color: #c18107;font-size: 12px&quot;&gt;Discover our brands or search by price&lt;/p&gt;&lt;/a&gt;\r\n                    &lt;div class=&quot;open-categories&quot;&gt;&lt;/div&gt;\r\n                    &lt;div class=&quot;close-categories&quot;&gt;&lt;/div&gt;\r\n                    \r\n                    &lt;div class=&quot;row visible&quot;&gt;\r\n                         &lt;div class=&quot;col-sm-4&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;New Watches&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,750]&quot;&gt;Watches $750 &amp; Under&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,500]&quot;&gt;Watches $500 &amp; Under&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&amp;mfp=price[0,250]&quot;&gt;Watches $250 &amp; Under&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                         \r\n                         &lt;div class=&quot;col-sm-4&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Automatic&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Luxury&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Dress&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Sports&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Casual&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Diving&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Chronographic&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                         \r\n                         &lt;div class=&quot;col-sm-4&quot;&gt;\r\n                              &lt;ul&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Baume &amp; Mercier&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Breitling&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Cartier&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Casio&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Citizen&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot;&gt;Gucci&lt;/a&gt;&lt;/li&gt;\r\n                                   &lt;li&gt;&lt;a href=&quot;index.php?route=product/category&amp;path=25_29&quot; style=&quot;font-size: 12px;text-decoration: underline;font-weight:700&quot;&gt;All brands&lt;/a&gt;&lt;/li&gt;\r\n                              &lt;/ul&gt;\r\n                         &lt;/div&gt;\r\n                    &lt;/div&gt;\r\n               &lt;/li&gt;\r\n          &lt;/ul&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";}}s:7:\"product\";a:4:{s:2:\"id\";s:0:\"\";s:4:\"name\";s:0:\"\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";}s:10:\"categories\";a:7:{s:10:\"categories\";a:0:{}s:7:\"columns\";s:1:\"1\";s:7:\"submenu\";s:1:\"1\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";s:15:\"submenu_columns\";s:1:\"1\";}s:8:\"products\";a:5:{s:7:\"heading\";a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}s:8:\"products\";a:0:{}s:7:\"columns\";s:1:\"1\";s:11:\"image_width\";s:0:\"\";s:12:\"image_height\";s:0:\"\";}}')
");

?>