CREATE TABLE `#__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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `content` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', `position` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `checked_out` int(10) unsigned NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL DEFAULT '0', `module` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `access` int(10) unsigned NOT NULL DEFAULT '0', `showtitle` tinyint(3) unsigned NOT NULL DEFAULT '1', `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `client_id` tinyint(4) NOT NULL DEFAULT '0', `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`), KEY `idx_language` (`language`) ) ENGINE=InnoDB AUTO_INCREMENT=242 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `#__modules` VALUES ('1', '0', 'Main Menu', '', '', '1', 'position-7', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_menu', '1', '1', '{\"menutype\":\"mainmenu\",\"startLevel\":\"0\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}', '0', '*'), ('2', '0', 'Login', '', '', '1', 'login', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_login', '1', '1', '', '1', '*'), ('3', '0', 'Popular Articles', '', '', '3', 'cpanel', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_popular', '3', '1', '{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}', '1', '*'), ('4', '0', 'Recently Added Articles', '', '', '4', 'cpanel', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_latest', '3', '1', '{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}', '1', '*'), ('8', '0', 'Toolbar', '', '', '1', 'toolbar', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_toolbar', '3', '1', '', '1', '*'), ('9', '0', 'Quick Icons', '', '', '1', 'icon', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_quickicon', '3', '1', '', '1', '*'), ('10', '0', 'Logged-in Users', '', '', '2', 'cpanel', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_logged', '3', '1', '{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}', '1', '*'), ('12', '0', 'Admin Menu', '', '', '1', 'menu', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_menu', '3', '1', '{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}', '1', '*'), ('13', '0', 'Admin Submenu', '', '', '1', 'submenu', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_submenu', '3', '1', '', '1', '*'), ('14', '0', 'User Status', '', '', '2', 'status', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_status', '3', '1', '', '1', '*'), ('15', '0', 'Title', '', '', '1', 'title', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_title', '3', '1', '', '1', '*'), ('16', '0', 'Login Form', '', '', '7', 'position-7', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_login', '1', '1', '{\"greeting\":\"1\",\"name\":\"0\"}', '0', '*'), ('17', '0', 'Breadcrumbs', '', '', '1', 'position-2', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_breadcrumbs', '1', '1', '{\"moduleclass_sfx\":\"\",\"showHome\":\"1\",\"homeText\":\"Home\",\"showComponent\":\"1\",\"separator\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}', '0', '*'), ('79', '0', 'Multilanguage status', '', '', '1', 'status', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', 'mod_multilangstatus', '3', '1', '{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}', '1', '*'), ('86', '0', 'Joomla Version', '', '', '1', 'footer', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_version', '3', '1', '{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}', '1', '*'), ('90', '0', 'Navigatie', '', '', '1', 'position-3', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', 'mod_breadcrumbs', '1', '0', '{\"showHere\":\"1\",\"showHome\":\"1\",\"homeText\":\"Home\",\"showLast\":\"1\",\"separator\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('91', '0', 'Login', '', '', '11', 'position-6', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_login', '1', '1', '{\"cache\":0,\"moduleclass_sfx\":\"\",\"pretext\":\"\",\"posttext\":\"\",\"login\":\"\",\"logout\":\"\",\"greeting\":1,\"name\":0,\"usesecure\":0}', '0', '*'), ('92', '0', 'Adres', '', '', '2', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_articles_news', '1', '0', '{\"catid\":42,\"layout\":\"_:horizontal\",\"image\":0,\"link_titles\":0,\"showLastSeparator\":1,\"readmore\":0,\"item_title\":0,\"items\":1,\"moduleclass_sfx\":\"\",\"cache\":0,\"cache_time\":900}', '0', '*'), ('93', '0', 'Banners', '', '', '15', 'position-6', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '0', '{\"target\":\"1\",\"count\":\"3\",\"cid\":\"0\",\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}', '0', '*'), ('96', '0', 'Caravan header', '', '', '3', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":1,\"count\":1,\"cid\":0,\"catid\":56,\"tag_search\":0,\"ordering\":0,\"header_text\":\"\",\"footer_text\":\"\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900}', '0', '*'), ('97', '0', 'Familietenten header', '', '', '6', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":1,\"count\":1,\"cid\":0,\"catid\":60,\"tag_search\":0,\"ordering\":0,\"header_text\":\"\",\"footer_text\":\"\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900}', '0', '*'), ('98', '0', 'Informatie header', '', '', '8', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '0', '{\"target\":1,\"count\":1,\"cid\":0,\"catid\":61,\"tag_search\":0,\"ordering\":0,\"header_text\":\"\",\"footer_text\":\"\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900}', '0', '*'), ('99', '0', 'Kampeer header', '', '', '9', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '0', '{\"target\":1,\"count\":1,\"cid\":0,\"catid\":52,\"tag_search\":0,\"ordering\":0,\"header_text\":\"\",\"footer_text\":\"\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900}', '0', '*'), ('100', '0', 'Kleding header', '', '', '10', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '0', '{\"target\":1,\"count\":1,\"cid\":0,\"catid\":54,\"tag_search\":0,\"ordering\":0,\"header_text\":\"\",\"footer_text\":\"\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900}', '0', '*'), ('101', '0', 'Outdoor header', '', '', '11', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '0', '{\"target\":1,\"count\":1,\"cid\":0,\"catid\":53,\"tag_search\":0,\"ordering\":0,\"header_text\":\"\",\"footer_text\":\"\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900}', '0', '*'), ('102', '0', 'Schoenen header', '', '', '12', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '0', '{\"target\":1,\"count\":1,\"cid\":0,\"catid\":55,\"tag_search\":0,\"ordering\":0,\"header_text\":\"\",\"footer_text\":\"\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900}', '0', '*'), ('103', '0', 'Technisch header', '', '', '17', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '0', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"0\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}', '0', '*'), ('104', '0', 'Tenten header', '', '', '13', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '0', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"0\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}', '0', '*'), ('105', '0', 'Voortenten header', '', '', '14', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '0', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"0\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}', '0', '*'), ('106', '0', 'Werkplaats header', '', '', '15', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '0', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"0\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}', '0', '*'), ('107', '0', 'Main header', '', '', '7', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '0', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"0\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}', '0', '*'), ('109', '0', 'Taalkeuze', '', '', '1', 'position-15', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', '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', '*'), ('117', '1078', 'FooterNL', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
AdresOpeningstijden NovemberVeel bekeken 
Kampeer & Outdoor Reiling B.V.
Loswal 2
7772 TT Hardenberg
Tel: 0523-260398
Fax: 0523-264721
E-mail: info@kampeerenoutdoorreiling.nl
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Maandag9.00-17.00
Dinsdag9.00-17.00
Woensdag9.00-17.00
Donderdag9.00-17.00
Vrijdag9.00-17.00
Zaterdag9.00-17.00
\r\n
\r\n

  Webshop

\r\n

  Openingstijden

\r\n

  Contact

\r\n

  Caravanaanbod

\r\n

  Opruiming voortenten

\r\n
\r\n

 

\r\n

\"facebook-button\"

\r\n

sitemap

\r\n

© 2016

\r\n
', '1', 'position-10', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_custom', '1', '0', '{\"prepare_content\":\"1\",\"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', '*'), ('118', '0', 'Facebook like button', '', '
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n', '17', 'position-6', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_custom', '1', '0', '{\"moduleclass_sfx\":\"_rafcloud\"}', '0', '*'), ('119', '0', 'FooterDE', '', '

Copyright © 2013 Kampeer & Outdoor Reiling - Hardenberg. Die größten Campingshop von Overijssel! Alle rechte vorbehalten.

', '6', 'position-9', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_custom', '1', '0', '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '0', '*'), ('120', '0', 'FooterEN', '', '

Copyright © 2013 Kampeer & Outdoor Reiling - Hardenberg. The largest campingshop in the region! All rights reserved.

', '9', 'position-9', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_custom', '1', '0', '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '0', '*'), ('121', '0', 'Caravan Days header', '', '', '16', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"0\",\"catid\":[\"112\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}', '0', '*'), ('122', '1084', 'Nieuwsbrief', '', '', '1', 'position-9', '83', '2016-11-22 15:23:19', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_acymailing', '1', '1', '{\"effect\":\"normal\",\"lists\":\"None\",\"hiddenlists\":\"1\",\"displaymode\":\"vertical\",\"listschecked\":\"All\",\"checkmode\":\"0\",\"dropdown\":\"0\",\"overlay\":\"0\",\"link\":\"1\",\"customfields\":\"email\",\"nametext\":\"\",\"emailtext\":\"e-mailadres\",\"fieldsize\":\"97.5%\",\"displayfields\":\"0\",\"introtext\":\"Nieuwsbrief ontvangen over de nieuwste aanbiedingen en het laatste nieuws?
Schrijf je in!<\\/b>\",\"finaltext\":\"\",\"showsubscribe\":\"1\",\"subscribetext\":\"Aanmelden!\",\"subscribetextreg\":\"\",\"showunsubscribe\":\"0\",\"unsubscribetext\":\"\",\"redirectmode\":\"0\",\"redirectlink\":\"\",\"redirectlinkunsub\":\"\",\"showterms\":\"0\",\"showtermspopup\":\"1\",\"termscontent\":\"0\",\"mootoolsintro\":\"\",\"mootoolsbutton\":\"\",\"boxwidth\":\"250\",\"boxheight\":\"200\",\"moduleclass_sfx\":\"\",\"textalign\":\"none\",\"loggedin\":\"1\",\"cache\":\"0\",\"includejs\":\"header\",\"itemid\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('123', '0', 'Nieuwsbrief', '', '', '1', 'position-6', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_acymailing', '1', '1', '{\"effect\":\"mootools-slide\",\"lists\":\"None\",\"hiddenlists\":\"1\",\"displaymode\":\"vertical\",\"listschecked\":\"All\",\"checkmode\":\"0\",\"dropdown\":\"0\",\"overlay\":\"0\",\"link\":\"0\",\"customfields\":\"name,email\",\"nametext\":\"Naam\",\"emailtext\":\"Email\",\"fieldsize\":\"80%\",\"displayfields\":\"0\",\"introtext\":\"\",\"finaltext\":\"\",\"showsubscribe\":\"1\",\"subscribetext\":\"\",\"subscribetextreg\":\"\",\"showunsubscribe\":\"0\",\"unsubscribetext\":\"\",\"redirectmode\":\"0\",\"redirectlink\":\"\",\"redirectlinkunsub\":\"\",\"showterms\":\"0\",\"showtermspopup\":\"0\",\"termscontent\":\"0\",\"mootoolsintro\":\"\",\"mootoolsbutton\":\"\",\"boxwidth\":\"250\",\"boxheight\":\"200\",\"moduleclass_sfx\":\"\",\"textalign\":\"none\",\"loggedin\":\"1\",\"cache\":\"0\",\"includejs\":\"header\",\"itemid\":\"\"}', '0', '*'), ('129', '0', 'FooterNL DisclaimerCaravans', '', '

Zetfouten en wijzingen op deze pagina voorbehouden.

\r\n

Copyright © 2013 Kampeer & Outdoor Reiling - Hardenberg. De grootste kampeerwinkel van Overijssel! Alle rechten voorbehouden. 

', '2', 'position-9', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_custom', '1', '0', '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '0', '*'), ('130', '0', 'Bovag TEST', '', '', '1', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"4\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}', '0', '*'), ('131', '0', 'Main Header', '', '', '1', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_banners', '1', '1', '{\"target\":\"0\",\"count\":\"1\",\"cid\":\"6\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"random\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('132', '0', 'Kampeer Header', '', '', '5', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"7\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('133', '0', 'Technisch Header', '', '', '1', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"8\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('134', '0', 'Outdoor Header', '', '', '1', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"9\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('135', '0', 'Kleding Header', '', '', '1', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"10\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('136', '0', 'Bijzettenten Header', '', '', '1', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"15\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('137', '0', 'Familietenten Header', '', '', '1', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"16\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('138', '0', 'Informatie Banner', '', '', '1', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"17\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}', '0', '*'), ('139', '0', 'Schoenen Header', '', '', '1', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"11\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('140', '0', 'Voortenten Header', '', '', '1', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"14\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('141', '0', 'Werkplaats Header', '', '', '1', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"13\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('142', '0', 'Caravan Header', '', '', '1', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"1\",\"count\":\"1\",\"cid\":\"12\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('144', '0', 'Webshop Under Construction', '', '', '0', 'position-1', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '1', '{\"target\":\"0\",\"count\":\"1\",\"cid\":\"0\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}', '0', '*'), ('148', '0', 'bewegendebanner', '', '', '1', 'position-25', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_wrapper', '1', '0', '{\"url\":\"http:\\/\\/www.photoroom.be\\/images\\/740x200_maat-koffie-briefje.jpg\",\"add\":\"1\",\"scrolling\":\"auto\",\"width\":\"100%\",\"height\":\"200\",\"height_auto\":\"1\",\"frameborder\":\"1\",\"target\":\"\",\"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', '*'), ('149', '0', 'Rotating Banner', '', '', '1', 'position-25', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_banners', '1', '0', '{\"target\":\"1\",\"count\":\"5\",\"cid\":\"18\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"random\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('152', '1194', 'Home Banner', '', '', '1', 'position-5', '63', '2016-10-21 10:19:16', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"1\",\"slider_type\":\"2\",\"link_image\":\"1\",\"image_folder\":\"images\\/banners\\/roterend\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"0\",\"show_desc\":\"0\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"0\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"206\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"0\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"1000\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('153', '0', 'maandaanbieding', '', '', '1', 'position-26', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_wrapper', '1', '0', '{\"url\":\"http:\\/\\/www.kampeerenoutdoorreiling.nl\\/testsite\\/images\\/stories\\/nieuws\\/Maandaanbieding-augustus-banner.jpg\",\"add\":\"0\",\"scrolling\":\"no\",\"width\":\"160\",\"height\":\"400\",\"height_auto\":\"0\",\"frameborder\":\"0\",\"target\":\"\",\"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', '*'), ('154', '1080', 'Zijbanner Webshop', '', '', '1', 'position-9', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_banners', '1', '0', '{\"target\":\"1\",\"count\":1,\"cid\":\"19\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('155', '1081', 'Zijbanner Dorema', '', '', '8', 'position-9', '83', '2016-11-12 09:36:14', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_banners', '1', '0', '{\"target\":\"1\",\"count\":1,\"cid\":\"20\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('156', '0', 'FooterNL new', '', '

Copyright © 2013 Kampeer & Outdoor Reiling - Hardenberg. De grootste kampeerwinkel van Overijssel! Alle rechten voorbehouden. 

', '4', 'position-9', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_custom', '1', '0', '{\"prepare_content\":\"1\",\"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', '*'), ('157', '1085', 'Hoofdmenu', '', '', '1', 'position-3', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_menu', '1', '0', '{\"menutype\":\"hoofdmenu\",\"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', '*'), ('158', '0', 'Taalkeuze', '', '', '1', 'position-2', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_menu', '1', '0', '{\"menutype\":\"language-selector\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"horizontal_menu\",\"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', '*'), ('159', '1131', 'FotoSlider - Kamperen/Campingstoelen', '', '', '1', 'djsfoto-campingstoelen', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/campingstoelen\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('160', '0', 'FooterNL2', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
          AdresOpeningstijdenPopulaire links 
 Kampeer & Outdoor Reiling B.V.
Loswal 2
7772 TT Hardenberg
Tel: 0523-260398
Fax: 0523-264721
E-mail: info@kampeerenoutdoorreiling.nl
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Maandag9.00-17.00
Dinsdag9.00-17.00
Woensdag9.00-17.00
Donderdag9.00-17.00
Vrijdag9.00-17.00
Zaterdag9.00-17.00
\r\n
\r\n

• Werkplaats

\r\n

• Ga naar de Webshop

\r\n

• Caravans

\r\n

• Voortenten

\r\n

• Kampeerartikelen

\r\n
\r\n

 

\r\n

\"facebook-button\"

\r\n

sitemap

\r\n

© 2013

\r\n
\r\n

 

\r\n

 

', '1', 'position-10', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_custom', '1', '0', '{\"prepare_content\":\"1\",\"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', '*'), ('161', '1110', 'FooterDE', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
AdresseÖffnungszeiten Mär b.z. SepÖffnungszeiten Okt b.z. Feb 
Kampeer & Outdoor Reiling B.V.
Loswal 2
7772 TT Hardenberg

Tel: (+31) 523-260398
E-mail: info@kampeerenoutdoorreiling.nl
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Montag9.00-18.00
Dienstag9.00-18.00
Mittwoch9.00-18.00
Donnerstag9.00-18.00
Freitag9.00-18.00
Samstag9.00-17.00
\r\n

 

\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Montag9.00-17.00
Dienstag9.00-17.00
Mittwoch9.00-17.00
Donnerstag9.00-17.00
Freitag9.00-17.00
Samstag9.00-17.00
\r\n
\r\n

 

\r\n

\"facebook-button\"

\r\n

sitemap

\r\n

© 2016

\r\n
', '1', 'position-10', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_custom', '1', '0', '{\"prepare_content\":\"1\",\"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', '*'), ('162', '1109', 'FooterEN', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
AddressOpening Hours: Mar - SepOpening Hours: Oct - Feb 
Kampeer & Outdoor Reiling B.V.
Loswal 2
7772 TT Hardenberg

Phone: (+31) 523-260398
E-mail: info@kampeerenoutdoorreiling.nl
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Monday9.00-18.00
Tuesday9.00-18.00
Wednesday9.00-18.00
Thursday9.00-18.00
Friday9.00-18.00
Saturday9.00-17.00
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Monday9.00-17.00
Tuesday9.00-17.00
Wednesday9.00-17.00
Thursday9.00-17.00
Friday9.00-17.00
Saturday9.00-17.00
\r\n
\r\n

 

\r\n

\"facebook-button\"

\r\n

sitemap

\r\n

© 2016

\r\n
', '1', 'position-10', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_custom', '1', '0', '{\"prepare_content\":\"1\",\"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', '*'), ('163', '0', 'Terugkeermenu', '', '', '0', 'position-3', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_menu', '1', '1', '{\"menutype\":\"terugkeermenu\",\"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', '*'), ('164', '1086', 'Artikelbanner - WP/Tarieven', '', '
\"Zorgeloos-Rijdende-Caravan-liggend\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('165', '1087', 'Artikelbanner - WP/Onderhoud', '', '
\"Vakman-Camper-liggend\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('166', '1088', 'Artikelbanner - WP/Schadeherstel', '', '
\"c22f5306b0a2a83ba9ead929a320fe7e
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('167', '1089', 'Artikelbanner - Tech/Cara.Ond', '', '
\"techniek-banner-caravanonderdelen\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('168', '1090', 'Artikelbanner - Tech/Movers', '', '
\"banner-mover1\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('169', '1091', 'Artikelbanner - Tech/SchotelsTV', '', '
\"banner-schotelentelevisie\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('170', '1092', 'Artikelbanner - WP/Onderhoud (3)', '', '
\"werkplaats-banner-onderhoud\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', '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', '*'), ('171', '1093', 'Artikelbanner - VL/Voortenten', '', '
\"voortenten-luifels
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('172', '1094', 'Artikelbanner - VL/Voortentluifels', '', '
\"banner-voortentluifel\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('173', '1095', 'Artikelbanner - VL/Caravanluifels', '', '
\"banner-aravanluifel\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('174', '1096', 'Artikelbanner - Outd/Schoenen', '', '
\"banner-schoenen\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('175', '1097', 'Artikelbanner - Outd/Uitrusting', '', '
\"banner-outdooruitrusting\"
', '1', 'position-5', '84', '2016-12-24 08:43:48', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('176', '1098', 'Artikelbanner - Outd/Rugzakken', '', '
\"banner-backpacks\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('177', '1099', 'Artikelbanner - Outd/Kleding', '', '
\"banner-kleding\"
', '1', 'position-5', '83', '2016-12-17 15:08:50', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('178', '1100', 'Artikelbanner - Cara/Aanbod', '', '
\"caravans-banner-aanbod\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', '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', '*'), ('179', '1101', 'Artikelbanner - Cara/Showroom', '', '
\"caravans-banner-showroom\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('180', '1102', 'Artikelbanner - Cara/Verhuur', '', '
\"caravans-banner-verhuur\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('181', '1103', 'Zoek-functie', '', '', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', 'mod_finder', '1', '0', '{\"searchfilter\":\"\",\"show_autosuggest\":\"0\",\"show_advanced\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"field_size\":40,\"alt_label\":\"\",\"show_label\":\"0\",\"label_pos\":\"top\",\"show_button\":\"0\",\"button_pos\":\"right\",\"opensearch\":\"1\",\"opensearch_title\":\"\",\"set_itemid\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('182', '1104', 'Zoek-functie normaal', '', '', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_search', '1', '0', '{\"label\":\" \",\"width\":\"60\",\"text\":\"\",\"button\":\"1\",\"button_pos\":\"right\",\"imagebutton\":\"0\",\"button_text\":\"\",\"opensearch\":\"1\",\"opensearch_title\":\"\",\"set_itemid\":\"0\",\"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', '*'), ('183', '1106', 'All Video Share Player', '', '', '0', '', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', 'mod_allvideoshareplayer', '1', '1', '', '0', '*'), ('184', '1107', 'All Video Share Gallery', '', '', '0', '', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', 'mod_allvideosharegallery', '1', '1', '', '0', '*'), ('185', '1108', 'All Video Share Search', '', '', '0', '', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', 'mod_allvideosharesearch', '1', '1', '', '0', '*'), ('186', '1113', 'Artikelbanner - Cara/Inkoop', '', '
\"caravans-banner-inkoop2\"
', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('187', '1123', 'Fotos-Opr.VT/GerjakVerdi', '', '', '1', 'djs-gerjakverdi', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/gerjakverdi\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"416\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"easeInOut\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('188', '1124', 'Fotos-Opr.VT/VenturaPacific', '', '', '1', 'djs-venturapacific', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/venturapacific\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"555\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"easeInOut\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('189', '1125', 'Fotos-Opr.VT/Hobby', '', '', '1', 'djs-hobby', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/hobby\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"416\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"easeInOut\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('190', '1126', 'Fotos-Opr.VT/Olympic270XL', '', '', '1', 'djs-olympic270xl', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/olympic240\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"416\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"easeInOut\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('191', '1127', 'Fotos-Opr.VT/Olympic240', '', '', '1', 'djs-olympic240', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/olympic240\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"555\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"easeInOut\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('192', '1128', 'Fotos-Opr.VT/WalkerEsprit', '', '', '1', 'djs-walkeresprit', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/walkeresprit\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"416\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"easeInOut\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('193', '1129', 'Fotos-Opr.VT/GoldcampCastello', '', '', '1', 'djs-goldcampcastello', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/goldcampcastello\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"416\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"easeInOut\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('194', '1132', 'FotoSlider - Kamperen/Campingtafels', '', '', '1', 'djsfoto-campingtafels', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/campingtafels\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('195', '1133', 'FotoSlider - Kamperen/Campingkasten', '', '', '1', 'djsfoto-campingkasten', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/campingkasten\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'); INSERT INTO `#__modules` VALUES ('196', '1134', 'FotoSlider - Kamperen/Skottelbraai', '', '', '1', 'djsfoto-skottelbraai', '84', '2016-12-24 10:11:48', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"theme\":\"default\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/skottelbraai\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"image_centering\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"idx_style\":\"0\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('197', '1135', 'FotoSlider - Kamperen/Gasstellen', '', '', '1', 'djsfoto-gasstellen', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/gascomfort\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('198', '1136', 'FotoSlider - Kamperen/Slaapzakken', '', '', '1', 'djsfoto-slaapzakken', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/slaapzakken\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('199', '1137', 'FotoSlider - Kamperen/Luchtbedden-Matjes', '', '', '1', 'djsfoto-luchtbeddenmatjes', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/luchtbedden-matjes\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('200', '1138', 'FotoSlider - Home', '', '', '1', 'djsfoto-home', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/home\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"1600\",\"delay\":\"1400\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('201', '1139', 'FotoSlider - Outdoor/Kleding', '', '', '1', 'djsfoto-kleding', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"theme\":\"default\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos16\\/Kleding\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"image_centering\":\"1\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"idx_style\":\"0\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('202', '1140', 'FotoSlider - Outdoor/Schoenen', '', '', '1', 'djsfoto-schoenen', '84', '2016-11-26 15:49:52', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"theme\":\"default\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos16\\/Schoenen\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"image_centering\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"idx_style\":\"0\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('203', '1141', 'FotoSlider - Outdoor/Outdooruitrusting', '', '', '1', 'djsfoto-outdooruitrusting', '84', '2016-12-24 08:44:14', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/outdoor-uitrusting\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('204', '1142', 'FotoSlider - Outdoor/Rugzakken', '', '', '1', 'djsfoto-rugzakken', '83', '2016-12-17 15:43:56', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"theme\":\"default\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos16\\/Rugzakken\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"image_centering\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"idx_style\":\"0\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('205', '1143', 'FotoSlider - Techniek/Movers', '', '', '1', 'djsfoto-movers', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/movers\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('206', '1144', 'FotoSlider - Techniek/CaravanOnderdelen', '', '', '1', 'djsfoto-caravanonderdelen', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/caravan-onderdelen\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('207', '1145', 'FotoSlider - Techniek/SchotelsTV', '', '', '1', 'djsfoto-schotelstv', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/schotels-tv\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('208', '1146', 'FotoSlider - VT&Luifels/Voortenten', '', '', '1', 'djsfoto-voortenten', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/voortenten\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('209', '1147', 'FotoSlider - VT&Luifels/Voortentluifels', '', '', '1', 'djsfoto-voortentluifels', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/voortentluifels\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('210', '1148', 'FotoSlider - VT&Luifels/Caravanluifels', '', '', '1', 'djsfoto-caravanluifels', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/caravanluifels\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('211', '1149', 'FotoSlider - Caravans/Showroom', '', '', '1', 'djsfoto-showroom', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/showroom\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('212', '1150', 'FotoSlider - Kamperen/Primagaz', '', '', '1', 'djsfoto-primagaz', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos16\\/primagaz\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('213', '1151', 'FotoSlider - Kamperen/Campingaz', '', '', '1', 'djsfoto-campingaz', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos16\\/campingaz\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('214', '1152', 'FotoSlider - Kamperen/Gascartouches', '', '', '1', 'djsfoto-gascartouches', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/gascartouches\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('215', '1153', 'FotoSlider - Kamperen/BP Gas', '', '', '1', 'djsfoto-bpgas', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos16\\/bpgas\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"2200\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('216', '1162', 'Folder 2015!', '', '
\"folder
', '7', 'position-9', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('217', '1168', 'Zijbanner Truma', '', '', '8', 'position-9', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_banners', '1', '0', '{\"target\":\"0\",\"count\":1,\"cid\":\"21\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('218', '1216', 'Fotos-Opr.VT/Isabellaambassadorconcept', '', '', '1', 'djs-Isabellaambassadorconcept', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/Isabellaambassadorconcept\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"555\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"easeInOut\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('219', '1217', 'FotoSlider - Home (2)', '', '', '1', 'djsfoto-home', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/fotos14\\/home\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"1600\",\"delay\":\"1400\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('220', '1218', 'Home Banner (2)', '', '', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"1\",\"slider_type\":\"2\",\"link_image\":\"1\",\"image_folder\":\"images\\/banners\\/roterend\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"0\",\"show_desc\":\"0\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"0\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"206\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"0\",\"show_buttons\":\"0\",\"show_arrows\":\"0\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"1000\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('221', '1219', 'temp', '', '', '1', 'position-5', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '-2', 'mod_djimageslider', '1', '1', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"1\",\"image_folder\":\"images\\/sampledata\\/fruitshop\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"240\",\"image_height\":\"180\",\"fit_to\":\"0\",\"visible_images\":\"3\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"1\",\"show_arrows\":\"1\",\"show_custom_nav\":\"0\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('222', '1222', 'Fotos-Opr.VT/starcamptourist', '', '', '1', 'djs-starcamptourist', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/Starcamp-Tourist\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"416\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('223', '1223', 'Fotos-Opr.VT/IsabellaLarsen', '', '', '1', 'djs-IsabellaLarsen', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/Larsen-seizoenstent\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"555\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('224', '1224', 'Fotos-Opr.VT/AmbassadorCrownGold', '', '', '1', 'djs-AmbassadorCrownGold', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/Isabella_Ambassador_Crown_Gold\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"555\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('225', '1225', 'Fotos-Opr.VT/IsabellaAmbassador2504', '', '', '1', 'djs-IsabellaAmbassador2504', '84', '2016-11-26 09:52:52', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/Issabella_Ambassador_2504\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"555\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('226', '1226', 'Fotos-Opr.VT/IsabellaMistral', '', '', '1', 'djs-IsabellaMistral', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/Isabella-Mistral\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"416\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('227', '1229', 'Fotos-Opr.VT/DoremaIbiza240', '', '', '1', 'djs-DoremaIbiza240', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/Dorema_Ibiza\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"555\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('228', '1230', 'Fotos-Opr.VT/DoremaPresidentXL280', '', '', '1', 'djs-DoremaPresidentXL280', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/Dorema_President_XL280\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"555\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('229', '1237', 'NIEUW! Folder 2016!', '', '
\"Voorpagina
', '1', 'position-9', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('230', '1238', 'folder 2016 test', '', '
\"folder
', '1', 'position-9', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('231', '1242', 'NIEUW! Folder 2016!', '', '
\"Voorpagina
', '1', 'position-9', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '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', '*'), ('232', '1249', 'Zijbanner Bovag', '', '', '9', 'position-9', '83', '2016-11-22 15:27:59', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_banners', '1', '0', '{\"target\":\"1\",\"count\":1,\"cid\":\"13\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('233', '1250', 'Folder 2016', '', '', '2', 'position-9', '83', '2016-11-22 16:10:06', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_banners', '1', '1', '{\"target\":\"0\",\"count\":1,\"cid\":\"22\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('234', '1255', 'Fotoslider - Koelboxen', '', '', '1', 'djsfoto-koelboxen', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"1\",\"image_folder\":\"images\\/stories\\/fotos16\\/koelboxen\\/\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"1\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('235', '1256', 'fotoslider - elektrische apparaten', '', '', '1', 'djsfoto-elektrische_apparaten', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"1\",\"image_folder\":\"images\\/stories\\/fotos16\\/elektrische_apparaten\\/\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"1\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('236', '1257', 'fotoslider - familietenten', '', '', '1', 'djsfoto-familietenten', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"1\",\"image_folder\":\"images\\/stories\\/fotos16\\/familietenten\\/\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"1\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('237', '1258', 'fotoslider - lichtgewicht tenten', '', '', '1', 'djsfoto-lichtgewicht_tenten', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"1\",\"image_folder\":\"images\\/stories\\/fotos16\\/lichtgewicht_tenten\\/\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"1\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('238', '1259', 'fotoslider - bijzettenten', '', '', '1', 'djsfoto-bijzettenten', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"2\",\"link_image\":\"1\",\"image_folder\":\"images\\/stories\\/fotos16\\/bijzettenten\\/\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"image_width\":\"740\",\"image_height\":\"370\",\"fit_to\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"10\",\"max_images\":\"20\",\"sort_by\":\"1\",\"effect\":\"Expo\",\"autoplay\":\"1\",\"show_buttons\":\"1\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"30\",\"arrows_horizontal\":\"5\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('239', '1263', 'AcyMailing Latest Newsletters', '', '', '0', '', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', 'mod_acymailing_latest', '1', '1', '', '0', '*'), ('240', '1271', 'Homeij Najaarsfolder 2016 Outdoor', '', '', '1', 'position-9', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2016-12-31 22:23:59', '1', 'mod_banners', '1', '0', '{\"target\":\"0\",\"count\":1,\"cid\":\"23\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*'), ('241', '1279', 'Dorema President Plus', '', '', '1', 'djs-doremapresidentplus', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '1', 'mod_djimageslider', '1', '0', '{\"slider_source\":\"0\",\"slider_type\":\"0\",\"theme\":\"default\",\"link_image\":\"0\",\"image_folder\":\"images\\/stories\\/opruimingvoortenten\\/Dorema President Plus\",\"link\":\"\",\"category\":\"153\",\"show_title\":\"1\",\"show_desc\":\"1\",\"show_readmore\":\"0\",\"readmore_text\":\"\",\"link_title\":\"1\",\"link_desc\":\"0\",\"limit_desc\":\"\",\"full_width\":\"0\",\"image_width\":\"740\",\"image_height\":\"555\",\"fit_to\":\"0\",\"image_centering\":\"0\",\"visible_images\":\"1\",\"space_between_images\":\"0\",\"max_images\":\"20\",\"sort_by\":\"1\",\"css3\":\"1\",\"autoplay\":\"1\",\"show_buttons\":\"0\",\"show_arrows\":\"1\",\"show_custom_nav\":\"1\",\"wcag\":\"1\",\"desc_width\":\"\",\"desc_bottom\":\"0\",\"desc_horizontal\":\"0\",\"left_arrow\":\"\",\"right_arrow\":\"\",\"play_button\":\"\",\"pause_button\":\"\",\"arrows_top\":\"40\",\"arrows_horizontal\":\"10\",\"idx_style\":\"0\",\"effect\":\"Expo\",\"effect_type\":\"0\",\"duration\":\"\",\"delay\":\"\",\"preload\":\"800\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', '0', '*');