<?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
     (1, 0, 0, 0, '', 'a:2:{i:1;s:13:\"Single Spices\";i:" . $language_id . ";s:13:\"Single Spices\";}', 'index.php?route=product/category&amp;path=20', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:3:\"NEW\";i:" . $language_id . ";s:3:\"NEW\";}', '#ffffff', '#486f38', 0, 0, 0, 0, '100%', 0, 'catalog/spices/bg-megamenu-01.png', 'top right', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&gt;\";i:" . $language_id . ";s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&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:\"\";}}'),
     (2, 0, 0, 2, '', 'a:2:{i:1;s:12:\"Mixed Spices\";i:" . $language_id . ";s:12:\"Mixed Spices\";}', '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, 'catalog/spices/bg-megamenu-02.png', 'top right', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&gt;\";i:" . $language_id . ";s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&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:\"\";}}'),
     (3, 0, 0, 4, '', 'a:2:{i:1;s:17:\"Spices by country\";i:" . $language_id . ";s:17:\"Spices by country\";}', 'index.php?route=product/category&amp;path=20', 'a:2:{i:1;s:0:\"\";i:" . $language_id . ";s:0:\"\";}', 'a:2:{i:1;s:3:\"HOT\";i:" . $language_id . ";s:3:\"HOT\";}', '#333333', '#fff', 0, 0, 0, 0, '100%', 0, 'catalog/spices/bg-megamenu-03.png', 'bottom center', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&gt;\";i:" . $language_id . ";s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&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:\"\";}}'),
     (4, 0, 0, 6, '', 'a:2:{i:1;s:11:\"Kitchenware\";i:" . $language_id . ";s:11:\"Kitchenware\";}', '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, '400px', 1, '', 'top left', 'no-repeat', 4, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&gt;\";i:" . $language_id . ";s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&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:\"\";}}'),
     (5, 0, 0, 7, '', 'a:2:{i:1;s:7:\"Recipes\";i:" . $language_id . ";s:7:\"Recipes\";}', 'index.php?route=account/wishlist', '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:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&gt;\";i:" . $language_id . ";s:29:\"&lt;p&gt;&lt;br&gt;&lt;/p&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:\"\";}}'),
     (8, 0, 1, 1, '', 'a:2:{i:1;s:5:\"Links\";i:" . $language_id . ";s:5:\"Links\";}', '', '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', 12, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:4348:\"&lt;div class=&quot;row&quot;&gt;\r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Anise Seeds&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Bay Leaf&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Caraway&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Cardamom&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Celery&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Chili Powder&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Chinese Star Anise&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Chives&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Coriander&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Cumin&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Fennel&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Fenugreek&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Flax Seed&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Garlic&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Ginger&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Mace&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Marjoram&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Mustard&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Nutmeg&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Onion&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Oregano&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Paprika&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Parsley&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Peppermint Leaf&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Poppy&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Rosemary&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Saffron&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Sage Leaf&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Savory&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Sesame&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Sumac&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Turmeric&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Vanilla Beans&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-6 mobile-disabled&quot;&gt;\r\n          &lt;a href=&quot;#&quot; style=&quot;display: block;margin-left: 97px;margin-top: 10px&quot;&gt;&lt;img src=&quot;image/catalog/spices/megamenu-banner-01.png&quot; alt=&quot;Banner&quot;&gt;&lt;/a&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:4348:\"&lt;div class=&quot;row&quot;&gt;\r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Anise Seeds&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Bay Leaf&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Caraway&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Cardamom&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Celery&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Chili Powder&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Chinese Star Anise&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Chives&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Coriander&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Cumin&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Fennel&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Fenugreek&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Flax Seed&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Garlic&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Ginger&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Mace&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Marjoram&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Mustard&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Nutmeg&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Onion&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Oregano&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Paprika&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Parsley&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Peppermint Leaf&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Poppy&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Rosemary&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Saffron&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Sage Leaf&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Savory&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Sesame&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Sumac&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Turmeric&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Vanilla Beans&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-6 mobile-disabled&quot;&gt;\r\n          &lt;a href=&quot;#&quot; style=&quot;display: block;margin-left: 97px;margin-top: 10px&quot;&gt;&lt;img src=&quot;image/catalog/spices/megamenu-banner-01.png&quot; alt=&quot;Banner&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, 2, 3, '', 'a:2:{i:1;s:5:\"Links\";i:" . $language_id . ";s:5:\"Links\";}', '', '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', 12, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:3796:\"&lt;div class=&quot;row&quot;&gt;\r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Anise Seeds&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Bay Leaf&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Caraway&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Cardamom&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Celery&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Chili Powder&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Chinese Star Anise&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Chives&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Coriander&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Cumin&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Fennel&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Fenugreek&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Flax Seed&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Garlic&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Ginger&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Mace&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Marjoram&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Mustard&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Nutmeg&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Onion&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Oregano&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Paprika&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Parsley&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Peppermint Leaf&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Poppy&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Rosemary&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Saffron&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Sage Leaf&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-6 mobile-disabled&quot;&gt;\r\n          &lt;a href=&quot;#&quot; style=&quot;display: block;margin-left: 97px;margin-top: 119px&quot;&gt;&lt;img src=&quot;image/catalog/spices/megamenu-banner-02.png&quot; alt=&quot;Banner&quot;&gt;&lt;/a&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:3796:\"&lt;div class=&quot;row&quot;&gt;\r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Anise Seeds&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Bay Leaf&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Caraway&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Cardamom&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Celery&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Chili Powder&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Chinese Star Anise&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Chives&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Coriander&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Cumin&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Fennel&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Fenugreek&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Flax Seed&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Garlic&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Ginger&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Mace&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Marjoram&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Mustard&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Nutmeg&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Onion&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Oregano&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Paprika&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Parsley&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Peppermint Leaf&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Poppy&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Rosemary&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Saffron&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Sage Leaf&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-6 mobile-disabled&quot;&gt;\r\n          &lt;a href=&quot;#&quot; style=&quot;display: block;margin-left: 97px;margin-top: 119px&quot;&gt;&lt;img src=&quot;image/catalog/spices/megamenu-banner-02.png&quot; alt=&quot;Banner&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:6:{i:0;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:5:\"Shirt\";s:2:\"id\";i:1;}i:1;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:5:\"Pants\";s:2:\"id\";i:2;}i:2;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:5:\"Jeans\";s:2:\"id\";i:3;}i:3;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:5:\"Socks\";s:2:\"id\";i:4;}i:4;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:4:\"Hats\";s:2:\"id\";i:5;}i:5;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:11:\"Accessories\";s:2:\"id\";i:6;}}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, 3, 5, '', 'a:2:{i:1;s:5:\"Links\";i:" . $language_id . ";s:5:\"Links\";}', '', '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', 12, 0, 'a:4:{s:4:\"html\";a:1:{s:4:\"text\";a:2:{i:1;s:2877:\"&lt;div class=&quot;row&quot; style=&quot;min-height: 263px&quot;&gt;\r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;African&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Asian&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;American&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;BBQ&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Caribbean &amp; Latin&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;European&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Greek&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Indian&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Italian&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Mediterranean&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Mexican&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Middle Eastern&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Moroccan&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Southern&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Southwest&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Spanish&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Spicy&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Sweet&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Thai&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-4 mobile-disabled text-center&quot;&gt;\r\n          &lt;a href=&quot;#&quot; class=&quot;button&quot; style=&quot;margin-top: 10px&quot;&gt;Show all products&lt;/a&gt;\r\n     &lt;/div&gt;\r\n&lt;/div&gt;\";i:" . $language_id . ";s:2877:\"&lt;div class=&quot;row&quot; style=&quot;min-height: 263px&quot;&gt;\r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;African&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Asian&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;American&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;BBQ&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Caribbean &amp; Latin&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;European&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Greek&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Indian&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Italian&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Mediterranean&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Mexican&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Middle Eastern&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Moroccan&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Southern&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Southwest&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-2&quot; style=&quot;line-height: 28px;margin-bottom: -5px&quot;&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Spanish&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Spicy&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Sweet&lt;/a&gt;&lt;br&gt;\r\n          &lt;a href=&quot;index.php?route=product/category&amp;path=20&quot;&gt;Thai&lt;/a&gt;\r\n     &lt;/div&gt;\r\n     \r\n     &lt;div class=&quot;col-sm-4 mobile-disabled text-center&quot;&gt;\r\n          &lt;a href=&quot;#&quot; class=&quot;button&quot; style=&quot;margin-top: 10px&quot;&gt;Show all products&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:3:{i:0;a:4:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:5:\"Shirt\";s:2:\"id\";i:1;s:8:\"children\";a:3:{i:0;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:5:\"Pants\";s:2:\"id\";i:2;}i:1;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:4:\"Hats\";s:2:\"id\";i:5;}i:2;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:11:\"Accessories\";s:2:\"id\";i:6;}}}i:1;a:4:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:5:\"Jeans\";s:2:\"id\";i:3;s:8:\"children\";a:3:{i:0;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:4:\"Long\";s:2:\"id\";i:7;}i:1;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:5:\"Short\";s:2:\"id\";i:8;}i:2;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:6:\"Medium\";s:2:\"id\";i:9;}}}i:2;a:4:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:11:\"Accessories\";s:2:\"id\";i:6;s:8:\"children\";a:3:{i:0;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:4:\"Hats\";s:2:\"id\";i:5;}i:1;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:5:\"Shirt\";s:2:\"id\";i:1;}i:2;a:3:{s:4:\"type\";s:4:\"link\";s:4:\"name\";s:3:\"New\";s:2:\"id\";i:10;}}}}s:7:\"columns\";s:1:\"3\";s:7:\"submenu\";s:1:\"2\";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:\"\";}}')
");

?>