Code:
- phpMyAdmin SQL Dump
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Host: localhost:8889
-- Generation Time: Jan 27, 2024 at 09:21 AM
-- Server version: 5.7.39
-- PHP Version: 8.2.13
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `....`
--
-- --------------------------------------------------------
--
-- Table structure for table `tl_page`
--
CREATE TABLE `tl_page` (
`id` int(10) UNSIGNED NOT NULL,
`pid` int(10) UNSIGNED NOT NULL DEFAULT '0',
`sorting` int(10) UNSIGNED NOT NULL DEFAULT '0',
`tstamp` int(10) UNSIGNED NOT NULL DEFAULT '0',
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`alias` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`type` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'regular',
`pageTitle` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`language` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`robots` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` text COLLATE utf8mb4_unicode_ci,
`redirect` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'permanent',
`jumpTo` int(10) UNSIGNED NOT NULL DEFAULT '0',
`url` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`target` tinyint(1) NOT NULL DEFAULT '0',
`dns` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`staticFiles` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`staticPlugins` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`fallback` tinyint(1) NOT NULL DEFAULT '0',
`adminEmail` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`dateFormat` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`timeFormat` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`datimFormat` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`useSSL` tinyint(1) NOT NULL DEFAULT '1',
`autoforward` tinyint(1) NOT NULL DEFAULT '0',
`protected` tinyint(1) NOT NULL DEFAULT '0',
`groups` blob,
`includeLayout` tinyint(1) NOT NULL DEFAULT '0',
`layout` int(10) UNSIGNED NOT NULL DEFAULT '0',
`twoFactorJumpTo` int(10) UNSIGNED NOT NULL DEFAULT '0',
`includeCache` tinyint(1) NOT NULL DEFAULT '0',
`cache` int(10) UNSIGNED NOT NULL DEFAULT '0',
`includeChmod` tinyint(1) NOT NULL DEFAULT '0',
`cuser` int(10) UNSIGNED NOT NULL DEFAULT '0',
`cgroup` int(10) UNSIGNED NOT NULL DEFAULT '0',
`chmod` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`noSearch` tinyint(1) NOT NULL DEFAULT '0',
`cssClass` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`sitemap` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`hide` tinyint(1) NOT NULL DEFAULT '0',
`accesskey` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`published` tinyint(1) NOT NULL DEFAULT '0',
`start` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`stop` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`rsmm_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`rsmm_color` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`rsmm_image` binary(16) DEFAULT NULL,
`rsmm_enabled` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`rsmm_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
`redirectBack` tinyint(1) NOT NULL DEFAULT '0',
`clientCache` int(10) UNSIGNED NOT NULL DEFAULT '0',
`requireItem` tinyint(1) NOT NULL DEFAULT '0',
`validAliasCharacters` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`enforceTwoFactor` tinyint(1) NOT NULL DEFAULT '0',
`alwaysLoadFromCache` tinyint(1) NOT NULL DEFAULT '0',
`robotsTxt` text COLLATE utf8mb4_unicode_ci,
`favicon` binary(16) DEFAULT NULL,
`urlSuffix` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`urlPrefix` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
`useFolderUrl` tinyint(1) NOT NULL DEFAULT '0',
`mailerTransport` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`disableLanguageRedirect` tinyint(1) NOT NULL DEFAULT '0',
`cookiebarBlocking` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`cookiebarAlignment` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`cookiebarTemplate` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`cookiebarExcludePages` blob,
`cookiebarInfoUrls` blob,
`cookiebarInfoDescription` mediumtext COLLATE utf8mb4_unicode_ci,
`cookiebarDescription` mediumtext COLLATE utf8mb4_unicode_ci,
`cookiebarConfig` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`overwriteCookiebarMeta` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`activateCookiebar` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`cookiebarButtonColorScheme` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`prefillCookies` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`triggerCookiebar` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`subpageLayout` int(10) UNSIGNED NOT NULL DEFAULT '0',
`canonicalKeepParams` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`canonicalLink` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`enableCanonical` tinyint(1) NOT NULL DEFAULT '0',
`maintenanceMode` tinyint(1) NOT NULL DEFAULT '0',
`routePriority` int(11) NOT NULL DEFAULT '0',
`alwaysForward` tinyint(1) NOT NULL DEFAULT '0',
`newsArchives` blob,
`feedFormat` varchar(32) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT 'rss',
`feedSource` varchar(32) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT 'source_teaser',
`maxFeedItems` smallint(5) UNSIGNED NOT NULL DEFAULT '25',
`feedFeatured` varchar(16) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT 'all_items',
`feedDescription` text COLLATE utf8mb4_unicode_ci,
`imgSize` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`enableCsp` tinyint(1) NOT NULL DEFAULT '0',
`csp` longtext COLLATE utf8mb4_unicode_ci,
`cspReportOnly` tinyint(1) NOT NULL DEFAULT '0',
`cspReportLog` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;
--
-- Dumping data for table `tl_page`
--
INSERT INTO `tl_page` (`id`, `pid`, `sorting`, `tstamp`, `title`, `alias`, `type`, `pageTitle`, `language`, `robots`, `description`, `redirect`, `jumpTo`, `url`, `target`, `dns`, `staticFiles`, `staticPlugins`, `fallback`, `adminEmail`, `dateFormat`, `timeFormat`, `datimFormat`, `useSSL`, `autoforward`, `protected`, `groups`, `includeLayout`, `layout`, `twoFactorJumpTo`, `includeCache`, `cache`, `includeChmod`, `cuser`, `cgroup`, `chmod`, `noSearch`, `cssClass`, `sitemap`, `hide`, `accesskey`, `published`, `start`, `stop`, `rsmm_subtitle`, `rsmm_color`, `rsmm_image`, `rsmm_enabled`, `rsmm_id`, `redirectBack`, `clientCache`, `requireItem`, `validAliasCharacters`, `enforceTwoFactor`, `alwaysLoadFromCache`, `robotsTxt`, `favicon`, `urlSuffix`, `urlPrefix`, `useFolderUrl`, `mailerTransport`, `disableLanguageRedirect`, `cookiebarBlocking`, `cookiebarAlignment`, `cookiebarTemplate`, `cookiebarExcludePages`, `cookiebarInfoUrls`, `cookiebarInfoDescription`, `cookiebarDescription`, `cookiebarConfig`, `overwriteCookiebarMeta`, `activateCookiebar`, `cookiebarButtonColorScheme`, `prefillCookies`, `triggerCookiebar`, `subpageLayout`, `canonicalKeepParams`, `canonicalLink`, `enableCanonical`, `maintenanceMode`, `routePriority`, `alwaysForward`, `newsArchives`, `feedFormat`, `feedSource`, `maxFeedItems`, `feedFeatured`, `feedDescription`, `imgSize`, `enableCsp`, `csp`, `cspReportOnly`, `cspReportLog`) VALUES
(1, 0, 128, 1706035017, 'www.luetten-dieks.eu', 'www-luetten-dieks-eu', 'root', 'Entlebucher Sennenhunde aus dem windigen Cuxland', 'de', '', NULL, 'permanent', 0, '', 0, '', '', '', 1, 'stina@stinas-seite.eu', 'd.m.y', 'H:i', 'd.m.Y H:i', 1, 0, 0, NULL, 1, 1, 0, 1, 86400, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, '', '', 0, '', 1, '', '', '', '', NULL, '', 0, 0, 86400, 0, '', 0, 0, NULL, NULL, '', '', 0, '', 1, '', '', '', NULL, NULL, NULL, NULL, '1', '', '1', '', '', '', 0, '', '', 1, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(2, 1, 128, 1699784786, 'Home', 'index', 'regular', 'Startseite / Landing Page', '', 'index,follow', 'Startseite von Stinas Seite, Lütten Dieks, Entlebucher Sennenhunde aus dem windigen Cuxland', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 7, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'home tagline-no-border', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(3, 12, 448, 1699784786, 'Sitemap', 'sitemap', 'regular', 'Sitemap', '', 'index,follow', 'Die Sitemap der Internetpräsenz www.luetten-dieks.eu', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-direction', 'map_default', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(7, 12, 192, 1699784786, 'Kontakt', 'kontakt', 'regular', 'Kontaktformular', '', 'index,follow', 'Kontaktformular der Zuchtstätte, des Zwingers, des Züchters Lütten Diek', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 1, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-mail', 'map_default', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(9, 12, 320, 1699784786, 'Suche', 'suche', 'regular', 'Suche', '', 'index,follow', 'Suche auf der Seite www.luetten-diek.eu', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-magnifying-glass', 'map_default', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(10, 1, 1664, 1699784786, '404', 'seite-nicht-gefunden', 'error_404', 'Seite nicht gefunden', '', 'index,follow', 'Seite nicht gefunden', 'permanent', 2, '', 0, '', '', '', 0, '', '', '', '', 0, 1, 0, NULL, 1, 4, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, '', '', 0, '', 1, '', '', '', '', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(12, 1, 1024, 1699784786, 'Stinas Blog', 'stinas-blog', 'regular', 'Stinas Blog', '', 'index,follow', 'Blog der Abenteuer und Erlebnisse der Entlebucher Sennenhunde aus dem windigen Cuxland', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-news', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(13, 12, 32, 1699784786, 'Blog Details', 'blog-details', 'regular', 'Detailansicht Stinas Tagebuch-Blog', '', 'noindex,nofollow', 'Detailansicht der Einträge in den Tagebuch-Blog des Entlebucher Sennenhundes Frl. Stina vom Gehrshof', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 1, '', 'map_never', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(15, 12, 64, 1699784786, 'Events & Termine', 'events-und-termine', 'regular', 'Wichtige Termine', '', 'index,follow', 'Wichtige Termine und Veranstaltungen wie Ausstellungen, Zuchtschauen, Spaziergänge usw.', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-calendar', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(16, 15, 128, 1539088780, 'Event Details', 'event-details', 'regular', 'Wichtige Termine, Detailansicht', '', 'index,follow', 'Detailansicht wichtiger Termine und Veranstaltungen wie Ausstellungen, Zuchtschauen, Spaziergänge usw.', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, '', 'map_never', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(45, 7, 128, 1551284111, 'Kontaktformular Dankeseite', 'kontaktformular-dankeseite', 'regular', 'Danke für Ihre Nachricht', '', 'noindex,nofollow', 'Kontaktformular erfolgreich an die Zuchtstätte, den Züchter, den Zwinger Lütten Diek abgeschickt', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 11, 0, 1, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 1, '', 'map_never', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(48, 1, 256, 1699784786, 'Über uns', 'ueber-uns', 'regular', 'Über uns', '', 'index,follow', 'Kurzportraits der Entlebucher Sennenhunde. Frl. Stina vom Gehrshof, Lütten Dieks Antje, Lütten Dieks Birte und Lütten Dieks Carlito', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 7, 7, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, '', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '1', 2, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 1, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(60, 1, 1536, 1699784786, 'Impressum', 'impressum', 'regular', 'Impressum', '', 'index,follow', 'Impressum der Internetpräsenz der Zuchtstätte Lütten Diek', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-clipboard', 'map_default', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(72, 1, 1792, 1699784786, 'Include Elements', 'include-elements', 'regular', 'Include Elemente', '', 'index,follow', 'Include Elemente für die Seiten der Internetpräsenz', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 4, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 1, '', 'map_never', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(97, 1, 768, 1699784786, 'Gästebuch', 'gaestebuch', 'regular', 'Lütten Dieks Gästebuch', '', 'index,follow', 'Das Gästebuch der Zuchtstätte für Entlebucher Sennenhunde Lütten Diek', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 1, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-pen', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(104, 1, 640, 1699784786, 'Bilder', 'unsere-bilder', 'forward', 'Stinas Bildergalerie', '', 'index,follow', '', 'permanent', 122, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, '', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 1, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(108, 104, 256, 1699784786, 'Stinas erstes Lebensjahr', 'stinas-erstes-lebensjahr', 'regular', 'Stinas erstes Lebensjahr', '', 'index,follow', 'Bilder aus dem ersten Lebensjahr des Entlebucher Sennenhundes Frl. Stina vom Gehrshof', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-camera', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(109, 119, 640, 1699784786, 'Kinderstube A-Wurf 2013', 'kinderstube-a-wurf-2013', 'regular', 'Bilder vom A-Wurf', '', 'index,follow', 'Bilder des A-Wurfs der Entlebucher Sennenhündin Frl. Stina vom Gehrshof Juli 2013', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-camera', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(119, 1, 512, 1699784786, 'Unsere Zucht', 'unsere-zucht', 'regular', 'Unsere Zucht Lütten Dieks aus dem windigen Cuxland', '', 'index,follow', 'Zuchtstätte für Lütten Dieks Entlebucher Sennenhunde aus dem windigen Cuxland', 'permanent', 153, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, '', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(122, 104, 96, 1699784786, 'Unsere Erlebnisse', 'unsere-erlebnisse', 'regular', 'Stinas, Antjes und Birtes Erlebnisse', '', 'index,follow', 'Bilder von den Erlebnissen der Entlebucher Sennenhunde Frl. Stina vom Gehrshof, Lütten Dieks Antje, Lütten Dieks Birte und Lütten Dieks Carlito', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-camera', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(124, 104, 384, 1706347207, 'Impressionen', 'impressionen', 'regular', 'Jahreszeitliche Impressionen', '', 'index,follow', 'Bilder und Impressionen aus dem windigen Cuxland zu verschiedenen Jahreszeiten', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-gallery', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(125, 104, 512, 1699784786, 'Herrchens Fotoecke', 'herrchens-fotoecke', 'regular', 'Herrchens Fotoecke', '', 'index,follow', 'Bilder und Impressionen aus der Seefahrt, Pazifik, Atlantik, Alaska, New York, Seattle, Panama, Hamburg usw.', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-gallery', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(126, 168, 128, 1699784786, 'Stinas erster Sommer', 'stinas-videos', 'regular', 'Stinas Videos', '', 'index,follow', 'Videos von den Erlebnissen des Entlebucher Sennenhundes Frl. Stina vom Gehrshof', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-movie', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(128, 48, 128, 1699784786, 'Frl. Stina vom Gehrshof', 'frl-stina-vom-gehrshof', 'regular', 'Frl. Stina vom Gehrshof', '', 'index,follow', 'Portrait und Vorstellung des Entlebucher Sennenhundes Frl. Stina vom Gehrshof', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-baidu', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', 0x40e95bb3635311e8a167408d5c8260dc, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(129, 48, 256, 1699784786, 'Lütten Dieks Antje', 'luetten-dieks-antje', 'regular', 'Lütten Dieks Antje', '', 'index,follow', 'Portrait und Vorstellung des Entlebucher Sennenhundes Lütten Diek\'s Antje', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-baidu', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', 0x76b5f5c2e0f911e4989b7634a4970b6f, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(130, 48, 384, 1699784786, 'Lütten Dieks Birte', 'luetten-dieks-birte', 'regular', 'Lütten Dieks Birte-Pünktchen', '', 'index,follow', 'Portrait und Vorstellung des Entlebucher Sennenhundes Lütten Dieks Birte-Pünktchen', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-baidu', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', 0x1567bf228c3911e8a1b8408d5c8260dc, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(131, 119, 512, 1699784786, 'Wir Entlebucher', 'wir-entlebucher', 'regular', 'Der Entlebucher Sennenhund', '', 'index,follow', 'Rasse-Information zum Entlebucher Sennenhund', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 6, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-read', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(132, 128, 128, 1539088539, 'Ausstellungen und Prüfungen', 'ausstellungen-und-pruefungen-stina', 'regular', 'Ausstellungs- und Prüfungsergebnisse', '', 'index,follow', 'Übersicht der Ausstellungs- und Prüfungsergebnisse des Entlebucher Sennenhundes Frl. Stina vom Gehrshof', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 4, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-clipboard', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(133, 132, 128, 1539088551, 'Ausstellungen Details', 'ausstellungen-details-stina', 'regular', 'Detailansicht der Ausstellungs- und Prüfungsergebnisse Frl. Stina vom Gehrshof', '', 'index,follow', 'Detailansicht der Ausstellungs- und Prüfungsergebnisse des Entlebucher Sennenhundes Frl. Stina vom Gehrshof', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, '', 'map_never', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(134, 128, 256, 1564380969, 'Stinas Ahnentafel', 'stinas-ahnentafel', 'regular', 'Ahnentafel', '', 'index,follow', 'Ahnentafel des Entlebucher Sennenhundes Frl. Stina vom Gehrshof', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-document', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(135, 129, 128, 1564381055, 'Antjes Ahnentafel', 'antjes-ahnentafel', 'regular', 'Ahnentafel Lütten Dieks Antje', '', 'index,follow', 'Ahnentafel des Entlebucher Sennenhundes Lütten Dieks Antje', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-document', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(136, 130, 128, 1564381301, 'Birtes Ahnentafel', 'birtes-ahnentafel', 'regular', 'Ahnentafel Lütten Dieks Birte Pünktchen', '', 'index,follow', 'Ahnentafel des Entlebucher Sennenhundes Lütten Dieks Birte-Pünktchen', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-document', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(139, 128, 192, 1539088780, 'Stinas Ergebnisse', 'stinas-ergebnisse', 'regular', 'Ausstellungs- und Untersuchungsergebnisse', '', 'index,follow', 'Ausstellungs- und Untersuchungsergebnisse des Entlebucher Sennenhundes Frl. Stina vom Gehrshof', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-documents', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(141, 142, 512, 1555341216, 'Unser aller Oma Jeannie', 'unser-aller-oma-jeannie', 'regular', 'Unsere Jeannie ...', '', 'index,follow', 'Portrait der Mischlingshündin Jeannie, unser aller Oma und Freundin', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-heart-stroke', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', 0xbdd45972f64c11e4a724ae64e96438ec, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(142, 1, 896, 1699784786, 'Unvergessen', 'unvergessen', 'regular', 'Unvergessen', '', 'index,follow', 'In memoriam, die Regenbogenbrücke', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 6, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-baidu', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(143, 142, 128, 1555341216, 'Unsere Nike', 'unsere-nike', 'regular', 'Unsere Nike', '', 'index,follow', 'Portrait des Grossen Schweizer Sennenhundes Lütten Horsts Anna-Nike', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-heart-stroke', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(144, 142, 256, 1555341216, 'Unser kleiner Freund ... Dr. Popps', 'unser-kleiner-freund-dr-popps', 'regular', 'Unser Dr. Popps', '', 'index,follow', 'Portrait des Main Coon Katers Bobby of Forestsprite', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-heart-stroke', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(145, 48, 512, 1699784786, 'Unsere Menschen', 'unsere-menschen', 'regular', 'Unsere Menschen', '', 'index,follow', 'Unser aller Mutti Elke, Herrchen Georg, unsere Menschen', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-user-2', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', 0x05d89e78ec3311e4af4de7d26480552b, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(146, 130, 64, 1564381089, 'Birtes Ergebnisse', 'birtes-ergebnisse', 'regular', 'Ausstellungs- und Untersuchungsergebnisse Lütten Dieks Birte-Pünktchen', '', 'index,follow', 'Ausstellungs- und Untersuchungsergebnisse des Entlebucher Sennenhundes Lütten-Dieks Birte-Pünktchen', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-documents', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(148, 142, 384, 1555341216, 'Tiggi Tierheim', 'tiggi-tierheim', 'regular', 'Unser Tiggi', '', 'index,follow', 'Portrait des Hauskaters Tiggi genannt Tiggi Tierheim', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-heart-stroke', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(149, 119, 256, 1699784786, 'Unser Zuchtziel', 'unser-zuchtziel', 'regular', 'Unser Zuchtziel', '', 'index,follow', 'Vorstellung Zuchtziel des Zwingers, der Zuchtstätte Lütten Diek', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-comment', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(151, 119, 384, 1699784786, 'Was wir erwarten', 'was-wir-erwarten', 'regular', 'Was wir erwarten', '', 'index,follow', 'Unsere Erwartung an die Welpeninteressenten', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-comment', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(152, 129, 64, 1564381102, 'Antjes Ergebnisse', 'antjes-ergebnisse', 'regular', 'Ausstellungs- und Untersuchungsergebnisse Lütten Dieks Antje', '', 'index,follow', 'Ausstellungs- und Untersuchungsergebnisse des Entlebucher Sennenhundes Lütten Dieks Antje', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-documents', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(153, 119, 128, 1699784786, 'Wurfplanung', 'wurfplanung', 'regular', 'Wurfplanung', '', 'index,follow', 'Der geplante nächste Wurf der Zuchtstätte Lütten Diek', 'permanent', 119, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-calendar', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(154, 97, 128, 1699784786, 'Gästebuch Dankeseite', 'gaestebuch-dankeseite', 'regular', 'Danke für Ihren Eintrag', '', 'noindex,nofollow', 'Das Gästebuch der Zuchtstätte für Entlebucher Sennenhunde Lütten Diek', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 1, '', 'map_never', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(155, 129, 32, 1539088780, 'Ausstellungen und Prüfungen', 'ausstellungen-und-pruefungen-antje', 'regular', 'Ausstellungs- und Prüfungsergebnisse Lütten Dieks Antje', '', 'index,follow', 'Übersicht der Ausstellungs- und Prüfungsergebnisse des Entlebucher Sennenhundes Lütten Dieks Antje', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 4, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-clipboard', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(156, 155, 128, 1539088780, 'Ausstellungen Details', 'ausstellungen-details-antje', 'regular', 'Detailansicht der Ausstellungs- und Prüfungsergebnisse Lütten Dieks Antje', '', 'index,follow', 'Detailansicht der Ausstellungs- und Prüfungsergebnisse des Entlebucher Sennenhundes Lütten Dieks Antje', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 1, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, '', 'map_never', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(157, 130, 32, 1539088780, 'Ausstellungen und Prüfungen', 'ausstellungen-und-pruefungen-birte', 'regular', 'Ausstellungs- und Prüfungsergebnisse Lütten Dieks Birte', '', 'index,follow', 'Übersicht der Ausstellungs- und Prüfungsergebnisse des Entlebucher Sennenhundes Lütten Dieks Birte', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 4, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-clipboard', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(158, 157, 128, 1539088780, 'Ausstellungen Details', 'ausstellungen-details-birte', 'regular', 'Detailansicht der Ausstellungs- und Prüfungsergebnisse Lütten-Dieks Birte-Pünktchen', '', 'index,follow', 'Detailansicht der Ausstellungs- und Prüfungsergebnisse des Entlebucher Sennenhundes Lütten Dieks Birte-Pünktchen', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, '', 'map_never', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(160, 1, 1920, 1699784786, 'Slideshow', 'slideshow', 'regular', 'Slideshow', '', 'index,follow', 'Slideshow für die zweispaltigen Seiten der Internetpräsenz', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 1, '', 'map_never', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(161, 48, 448, 1699784786, 'Lütten Dieks Carlito', 'luetten-dieks-carlo', 'regular', 'Lütten Dieks Carlo', '', 'index,follow', 'Portrait und Vorstellung des Entlebucher Sennenhundes Lütten Dieks Carlo', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-baidu', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', 0x2f5222a8c07d11e6a7e6fcaa14cfaaf9, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(162, 161, 32, 1699784786, 'Ausstellungen und Prüfungen', 'ausstellungen-und-pruefungen-carlo', 'regular', 'Ausstellungs- und Prüfungsergebnisse Lütten Dieks Carlo', '', 'index,follow', 'Übersicht der Ausstellungs- und Prüfungsergebnisse des Entlebucher Sennenhundes Lütten Dieks Carlo', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 4, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-clipboard', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(164, 161, 64, 1699784786, 'Carlos Ergebnisse', 'carlos-ergebnisse', 'regular', 'Ausstellungs- und Untersuchungsergebnisse Lütten Dieks Carlo', '', 'index,follow', 'Ausstellungs- und Untersuchungsergebnisse des Entlebucher Sennenhundes Lütten-Dieks Carlo', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-documents', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(165, 161, 128, 1699784786, 'Carlos Ahnentafel', 'carlos-ahnentafel', 'regular', 'Ahnentafel Lütten Dieks Carlo', '', 'index,follow', 'Ahnentafel des Entlebucher Sennenhundes Lütten Dieks Carlo', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-document', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(167, 1, 1280, 1699784786, 'Datenschutzerklärung', 'datenschutzerklaerung', 'regular', 'Datenschutzerklärung', '', 'index,follow', 'Datenschutzerklärung der Zuchtstätte Lütten Diek', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-clipboard', 'map_default', 1, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(168, 1, 704, 1699784786, 'Videos', 'videos', 'forward', 'Stinas Videos', '', 'index,follow', 'Videos Stina, Antje, Birte, Carlo, Carlito, Lütten Diek', 'permanent', 170, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 4, 0, 0, 0, 0, 1, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, '', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 1, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(169, 168, 64, 1699784786, 'Stina wird erwachsen', 'stina-wird-erwachsen', 'regular', 'Stina wir erwachsen', '', 'index,follow', 'Videos Stina, Antje, Birte, Carlo, Carlito, Lütten Diek', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 1, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-movie', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(170, 168, 32, 1699784786, 'Dotty - Der Film', 'videogruesse', 'regular', 'Videogrüße', '', 'index,follow', 'Videos Stina, Antje, Birte, Carlo, Carlito, Lütten Diek, Welpe, Dotty', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 1, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-movie', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(171, 168, 48, 1699784786, 'Stina und ihre Kinder', 'stina-und-ihre-kinder', 'regular', 'Stina und ihre Kinder', '', 'index,follow', 'Videos Stina, Antje, Birte, Carlo, Carlito, Lütten Diek', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 1, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-movie', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(172, 168, 40, 1699784786, 'Rassepräsentationen', 'neues-aus-luetten-diek', 'regular', 'Neues aus Lütten Diek', '', 'index,follow', 'Videos Stina, Antje, Birte, Carlo, Carlito, Lütten Diek, Welpe, Dotty', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 1, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-movie', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(173, 161, 256, 1699784786, 'Carlos Nachwuchs', 'carlos-nachwuchs', 'redirect', '', '', 'index,follow', NULL, 'permanent', 0, 'https://www.luetten-dieks-carlito.eu/#nachwuchs', 1, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 4, 0, 0, 0, 0, 1, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-smiles', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(174, 119, 1280, 1699784786, 'Kinderstube E-Wurf 2019', 'kinderstube-e-wurf-2019', 'regular', 'Bilder vom E-Wurf', '', 'index,follow', 'Bilder des E-Wurfs der Entlebucher Sennenhündin Lütten Dieks Birte-Pünktchen Mai 2019', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-camera', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(175, 168, 16, 1699784786, 'Videoclips E-Wurf 2019', 'videoclips-e-wurf-2019', 'regular', 'Videoclips E-Wurf', '', 'index,follow', 'Videoclips E-Wurf 2019', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 1, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-movie', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(177, 168, 8, 1699784786, 'Videoclips F-Wurf 2020', 'videos/videoclips-f-wurf-2020', 'regular', 'Videoclips F-Wurf', '', 'index,follow', 'Videoclips F-Wurf 2020', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 1, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-movie', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0);
INSERT INTO `tl_page` (`id`, `pid`, `sorting`, `tstamp`, `title`, `alias`, `type`, `pageTitle`, `language`, `robots`, `description`, `redirect`, `jumpTo`, `url`, `target`, `dns`, `staticFiles`, `staticPlugins`, `fallback`, `adminEmail`, `dateFormat`, `timeFormat`, `datimFormat`, `useSSL`, `autoforward`, `protected`, `groups`, `includeLayout`, `layout`, `twoFactorJumpTo`, `includeCache`, `cache`, `includeChmod`, `cuser`, `cgroup`, `chmod`, `noSearch`, `cssClass`, `sitemap`, `hide`, `accesskey`, `published`, `start`, `stop`, `rsmm_subtitle`, `rsmm_color`, `rsmm_image`, `rsmm_enabled`, `rsmm_id`, `redirectBack`, `clientCache`, `requireItem`, `validAliasCharacters`, `enforceTwoFactor`, `alwaysLoadFromCache`, `robotsTxt`, `favicon`, `urlSuffix`, `urlPrefix`, `useFolderUrl`, `mailerTransport`, `disableLanguageRedirect`, `cookiebarBlocking`, `cookiebarAlignment`, `cookiebarTemplate`, `cookiebarExcludePages`, `cookiebarInfoUrls`, `cookiebarInfoDescription`, `cookiebarDescription`, `cookiebarConfig`, `overwriteCookiebarMeta`, `activateCookiebar`, `cookiebarButtonColorScheme`, `prefillCookies`, `triggerCookiebar`, `subpageLayout`, `canonicalKeepParams`, `canonicalLink`, `enableCanonical`, `maintenanceMode`, `routePriority`, `alwaysForward`, `newsArchives`, `feedFormat`, `feedSource`, `maxFeedItems`, `feedFeatured`, `feedDescription`, `imgSize`, `enableCsp`, `csp`, `cspReportOnly`, `cspReportLog`) VALUES
(178, 119, 1408, 1699784786, 'Kinderstube F-Wurf 2020', 'unsere-zucht/kinderstube-f-wurf-2020-2', 'regular', 'Bilder vom F-Wurf', '', 'index,follow', 'Bilder des F-Wurfs der Entlebucher Sennenhündin Lütten Dieks Birte-Pünktchen Okktober 2020', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-camera', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(179, 119, 768, 1699784786, 'Kinderstube B-Wurf 2014', 'unsere-zucht/kinderstube-b-wurf-2014-2', 'regular', 'Bilder vom B-Wurf', '', 'index,follow', 'Bilder des B-Wurfs der Entlebucher Sennenhündin Frl. Stina vom Gehrshof Oktober 2014', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-camera', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(180, 119, 1088, 1699784786, 'Kinderstube D-Wurf 2018', 'unsere-zucht/kinderstube-d-wurf-2018-2', 'regular', 'Bilder vom D-Wurf', '', 'index,follow', 'Bilder des D-Wurfs der Entlebucher Sennenhündin Lütten Dieks Birte-Pünktchen Januar 2018', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-camera', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(181, 119, 928, 1699784786, 'Kinderstube C-Wurf 2016', 'unsere-zucht/kinderstube-c-wurf-2016', 'regular', 'Bilder vom C-Wurf', '', 'index,follow', 'Bilder des C-Wurfs der Entlebucher Sennenhündin Frl. Stina vom Gehrshof August 2016', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-camera', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(182, 104, 24, 1699787762, 'Fotogrüße', 'unsere-bilder/fotogruesse-2', 'regular', 'Fotogrüße an Stina', '', 'index,follow', 'Fotogrüße von Freunden und Welpenkäufern an die Züchter, Zuchtstätte Lütten Diek', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-camera', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(185, 119, 1424, 1699784786, 'Kinderstube G-Wurf 2022', 'unsere-zucht/kinderstube-g-wurf-2022', 'regular', 'Bilder vom G-Wurf', '', 'index,follow', 'Bilder des G-Wurfs der Entlebucher Sennenhündin Lütten Dieks Birte-Pünktchen April 2022', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-camera', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(186, 168, 4, 1699784786, 'Videoclips G-Wurf 2022', 'videos/videoclips-g-wurf-2022', 'regular', 'Videoclips G-Wurf', '', 'index,follow', 'Videoclips G-Wurf 2022', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 1, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-movie', 'map_default', 0, '', 1, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0),
(187, 104, 640, 1704106116, 'Testgalerie', 'testgalerie', 'regular', 'Jahreszeitliche Impressionen', '', 'index,follow', 'Bilder und Impressionen aus dem windigen Cuxland zu verschiedenen Jahreszeiten', 'permanent', 0, '', 0, '', '', '', 0, '', '', '', '', 0, 0, 0, NULL, 1, 1, 0, 0, 0, 0, 0, 0, 'a:9:{i:0;s:2:\"u1\";i:1;s:2:\"u2\";i:2;s:2:\"u3\";i:3;s:2:\"u4\";i:4;s:2:\"u5\";i:5;s:2:\"u6\";i:6;s:2:\"g4\";i:7;s:2:\"g5\";i:8;s:2:\"g6\";}', 0, 'icon-gallery', 'map_default', 0, '', 0, '', '', '', 'a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}', NULL, '', 0, 0, 0, 0, '', 0, 0, NULL, NULL, '.html', '', 0, '', 0, '', '', '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', 0, '', '', 0, 0, 0, 0, NULL, 'rss', 'source_teaser', 25, 'all_items', NULL, '', 0, NULL, 0, 0);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `tl_page`
--
ALTER TABLE `tl_page`
ADD PRIMARY KEY (`id`),
ADD KEY `alias` (`alias`),
ADD KEY `pid_published_type_start_stop` (`pid`,`published`,`type`,`start`,`stop`),
ADD KEY `tstamp` (`tstamp`),
ADD KEY `type_dns_fallback_published_start_stop` (`type`,`dns`,`fallback`,`published`,`start`,`stop`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `tl_page`
--
ALTER TABLE `tl_page`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=188;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;