Whoops, looks like something went wrong.

(1/1) TypeError

realpath(): Argument #1 ($path) must be of type string, bool given

in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/extender/Classes/Cache/ClassCacheManager.php line 90
    protected function getFileSegments(string $className, bool $baseClass, string $exceptionClass): FileSegments
    {
        $type = $baseClass ? 'base' : 'extend';
        $filePath = $this->composerClassLoader->findFile($className);
        $filePath = realpath($filePath);

        if ($filePath === false || $filePath === '') {
            throw new $exceptionClass(
                'Composer did not find the file path for ' . $type . ' class "' . $className . '"'
at realpath(false)
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/extender/Classes/Cache/ClassCacheManager.php line 90
    protected function getFileSegments(string $className, bool $baseClass, string $exceptionClass): FileSegments
    {
        $type = $baseClass ? 'base' : 'extend';
        $filePath = $this->composerClassLoader->findFile($className);
        $filePath = realpath($filePath);

        if ($filePath === false || $filePath === '') {
            throw new $exceptionClass(
                'Composer did not find the file path for ' . $type . ' class "' . $className . '"'
at Evoweb\Extender\Cache\ClassCacheManager->getFileSegments('GeorgRinger\\Gymgbw\\Domain\\Model\\Address', false, 'Evoweb\\Extender\\Exception\\ExtendingFileNotFoundException')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/extender/Classes/Cache/ClassCacheManager.php line 80
    {
        $filesSegments = [];

        foreach ($this->register->getExtendingClasses($baseClassName) as $className) {
            $filesSegments[] = $this->getFileSegments($className, false, ExtendingFileNotFoundException::class);
        }

        return $filesSegments;
    }
at Evoweb\Extender\Cache\ClassCacheManager->getExtendingClassesFileSegments('FriendsOfTYPO3\\TtAddress\\Domain\\Model\\Address')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/extender/Classes/Cache/ClassCacheManager.php line 63
    public function build(string $cacheEntryIdentifier, string $className): void
    {
        $fileSegments = [
            $this->getBaseClassFileSegments($className),
            ...$this->getExtendingClassesFileSegments($className)
        ];

        $code = $this->getMergedFileCode($fileSegments);
        $this->addFileToCache($cacheEntryIdentifier, $code);
at Evoweb\Extender\Cache\ClassCacheManager->build('FriendsOfTYPO3_TtAddress_Domain_Model_Address', 'FriendsOfTYPO3\\TtAddress\\Domain\\Model\\Address')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/extender/Classes/Loader/ClassLoader.php line 58
        if ($this->isValidClassName($className)) {
            $cacheEntryIdentifier = str_replace('\\', '_', $className);

            if (!$this->classCache->has($cacheEntryIdentifier)) {
                $this->classCacheManager->build($cacheEntryIdentifier, $className);
            }

            $this->classCache->requireOnce($cacheEntryIdentifier);
            $return = true;
at Evoweb\Extender\Loader\ClassLoader->loadClass('FriendsOfTYPO3\\TtAddress\\Domain\\Model\\Address')
at class_parents('FriendsOfTYPO3\\TtAddress\\Domain\\Model\\Address')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/extbase/Classes/Persistence/ClassesConfigurationFactory.php line 94
             * AbstractEntity or AbstractValueObject, therefore we want to know all
             * parents of $className until one of these parents.
             */
            $relevantParentClasses = [];
            $parentClasses = class_parents($className) ?: [];
            while (null !== $parentClass = array_shift($parentClasses)) {
                if (in_array($parentClass, [AbstractEntity::class, AbstractValueObject::class], true)) {
                    break;
                }
at TYPO3\CMS\Extbase\Persistence\ClassesConfigurationFactory->inheritPropertiesFromParentClasses(array('TYPO3\CMS\Extbase\Domain\Model\FileReference' => array('tableName' => 'sys_file_reference', 'properties' => array()), 'TYPO3\CMS\Extbase\Domain\Model\File' => array('tableName' => 'sys_file', 'properties' => array()), 'TYPO3\CMS\Extbase\Domain\Model\BackendUser' => array('tableName' => 'be_users', 'properties' => array('userName' => array('fieldName' => 'username'), 'isAdministrator' => array('fieldName' => 'admin'), 'isDisabled' => array('fieldName' => 'disable'), 'realName' => array('fieldName' => 'realName'), 'startDateAndTime' => array('fieldName' => 'starttime'), 'endDateAndTime' => array('fieldName' => 'endtime'), 'lastLoginDateAndTime' => array('fieldName' => 'lastlogin'))), 'TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup' => array('tableName' => 'be_groups', 'properties' => array('subGroups' => array('fieldName' => 'subgroup'), 'modules' => array('fieldName' => 'groupMods'), 'tablesListening' => array('fieldName' => 'tables_select'), 'tablesModify' => array('fieldName' => 'tables_modify'), 'pageTypes' => array('fieldName' => 'pagetypes_select'), 'allowedExcludeFields' => array('fieldName' => 'non_exclude_fields'), 'explicitlyAllowAndDeny' => array('fieldName' => 'explicit_allowdeny'), 'allowedLanguages' => array('fieldName' => 'allowed_languages'), 'workspacePermission' => array('fieldName' => 'workspace_perms'), 'databaseMounts' => array('fieldName' => 'db_mountpoints'), 'fileOperationPermissions' => array('fieldName' => 'file_permissions'), 'tsConfig' => array('fieldName' => 'TSconfig'))), 'TYPO3\CMS\Extbase\Domain\Model\FrontendUser' => array('tableName' => 'fe_users', 'properties' => array()), 'TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup' => array('tableName' => 'fe_groups', 'properties' => array()), 'TYPO3\CMS\Extbase\Domain\Model\Category' => array('tableName' => 'sys_category', 'properties' => array()), 'TYPO3\CMS\Form\Mvc\Property\TypeConverter\PseudoFileReference' => array('tableName' => 'sys_file_reference', 'properties' => array()), 'TYPO3\CMS\Belog\Domain\Model\LogEntry' => array('tableName' => 'sys_log', 'properties' => array('backendUserUid' => array('fieldName' => 'userid'), 'recordUid' => array('fieldName' => 'recuid'), 'tableName' => array('fieldName' => 'tablename'), 'recordPid' => array('fieldName' => 'recpid'), 'detailsNumber' => array('fieldName' => 'details_nr'), 'ip' => array('fieldName' => 'IP'), 'workspaceUid' => array('fieldName' => 'workspace'), 'newId' => array('fieldName' => 'NEWid'), 'channel' => array('fieldName' => 'channel'), 'level' => array('fieldName' => 'level'))), 'TYPO3\CMS\Belog\Domain\Model\Workspace' => array('tableName' => 'sys_workspace', 'properties' => array()), 'TYPO3\CMS\Beuser\Domain\Model\BackendUser' => array('tableName' => 'be_users', 'properties' => array('userName' => array('fieldName' => 'username'), 'isAdministrator' => array('fieldName' => 'admin'), 'isDisabled' => array('fieldName' => 'disable'), 'realName' => array('fieldName' => 'realName'), 'startDateAndTime' => array('fieldName' => 'starttime'), 'endDateAndTime' => array('fieldName' => 'endtime'), 'lastLoginDateAndTime' => array('fieldName' => 'lastlogin'), 'allowedLanguages' => array('fieldName' => 'allowed_languages'), 'fileMountPoints' => array('fieldName' => 'file_mountpoints'), 'dbMountPoints' => array('fieldName' => 'db_mountpoints'), 'backendUserGroups' => array('fieldName' => 'usergroup'))), 'TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup' => array('tableName' => 'be_groups', 'properties' => array('subGroups' => array('fieldName' => 'subgroup'))), 'SJBR\StaticInfoTables\Domain\Model\Country' => array('tableName' => 'static_countries', 'properties' => array('addressFormat' => array('fieldName' => 'cn_address_format'), 'capitalCity' => array('fieldName' => 'cn_capital'), 'currencyIsoCodeA3' => array('fieldName' => 'cn_currency_iso_3'), 'currencyIsoCodeNumber' => array('fieldName' => 'cn_currency_iso_nr'), 'euMember' => array('fieldName' => 'cn_eu_member'), 'isoCodeA2' => array('fieldName' => 'cn_iso_2'), 'isoCodeA3' => array('fieldName' => 'cn_iso_3'), 'isoCodeNumber' => array('fieldName' => 'cn_iso_nr'), 'officialNameLocal' => array('fieldName' => 'cn_official_name_local'), 'officialNameEn' => array('fieldName' => 'cn_official_name_en'), 'parentTerritoryUnCodeNumber' => array('fieldName' => 'cn_parent_tr_iso_nr'), 'phonePrefix' => array('fieldName' => 'cn_phone'), 'shortNameLocal' => array('fieldName' => 'cn_short_local'), 'shortNameEn' => array('fieldName' => 'cn_short_en'), 'topLevelDomain' => array('fieldName' => 'cn_tldomain'), 'unMember' => array('fieldName' => 'cn_uno_member'), 'zoneFlag' => array('fieldName' => 'cn_zone_flag'), 'countryZones' => array('fieldName' => 'cn_country_zones'), 'deleted' => array('fieldName' => 'deleted'), 'shortNameDe' => array('fieldName' => 'cn_short_de'))), 'SJBR\StaticInfoTables\Domain\Model\CountryZone' => array('tableName' => 'static_country_zones', 'properties' => array('countryIsoCodeA2' => array('fieldName' => 'zn_country_iso_2'), 'countryIsoCodeA3' => array('fieldName' => 'zn_country_iso_3'), 'countryIsoCodeNumber' => array('fieldName' => 'zn_country_iso_nr'), 'isoCode' => array('fieldName' => 'zn_code'), 'localName' => array('fieldName' => 'zn_name_local'), 'nameEn' => array('fieldName' => 'zn_name_en'), 'deleted' => array('fieldName' => 'deleted'), 'nameDe' => array('fieldName' => 'zn_name_de'))), 'SJBR\StaticInfoTables\Domain\Model\Currency' => array('tableName' => 'static_currencies', 'properties' => array('decimalDigits' => array('fieldName' => 'cu_decimal_digits'), 'decimalPoint' => array('fieldName' => 'cu_decimal_point'), 'divisor' => array('fieldName' => 'cu_sub_divisor'), 'isoCodeA3' => array('fieldName' => 'cu_iso_3'), 'isoCodeNumber' => array('fieldName' => 'cu_iso_nr'), 'nameEn' => array('fieldName' => 'cu_name_en'), 'subdivisionNameEn' => array('fieldName' => 'cu_sub_name_en'), 'subdivisionSymbolLeft' => array('fieldName' => 'cu_sub_symbol_left'), 'subdivisionSymbolRight' => array('fieldName' => 'cu_sub_symbol_right'), 'symbolLeft' => array('fieldName' => 'cu_symbol_left'), 'symbolRight' => array('fieldName' => 'cu_symbol_right'), 'thousandsPoint' => array('fieldName' => 'cu_thousands_point'), 'deleted' => array('fieldName' => 'deleted'), 'nameDe' => array('fieldName' => 'cu_name_de'), 'subdivisionNameDe' => array('fieldName' => 'cu_sub_name_de'))), 'SJBR\StaticInfoTables\Domain\Model\Language' => array('tableName' => 'static_languages', 'properties' => array('collatingLocale' => array('fieldName' => 'lg_collate_locale'), 'countryIsoCodeA2' => array('fieldName' => 'lg_country_iso_2'), 'constructedLanguage' => array('fieldName' => 'lg_constructed'), 'isoCodeA2' => array('fieldName' => 'lg_iso_2'), 'localName' => array('fieldName' => 'lg_name_local'), 'nameEn' => array('fieldName' => 'lg_name_en'), 'sacredLanguage' => array('fieldName' => 'lg_sacred'), 'typo3Code' => array('fieldName' => 'lg_typo3'), 'deleted' => array('fieldName' => 'deleted'), 'nameDe' => array('fieldName' => 'lg_name_de'))), 'SJBR\StaticInfoTables\Domain\Model\Territory' => array('tableName' => 'static_territories', 'properties' => array('unCodeNumber' => array('fieldName' => 'tr_iso_nr'), 'nameEn' => array('fieldName' => 'tr_name_en'), 'parentTerritoryUnCodeNumber' => array('fieldName' => 'tr_parent_iso_nr'), 'deleted' => array('fieldName' => 'deleted'), 'nameDe' => array('fieldName' => 'tr_name_de'))), 'SJBR\StaticInfoTables\Domain\Model\SystemLanguage' => array('tableName' => 'sys_language', 'properties' => array('title' => array('fieldName' => 'title'), 'isoLanguage' => array('fieldName' => 'static_lang_isocode'))), 'OliverKlee\FeUserExtraFields\Domain\Model\FrontendUser' => array('tableName' => 'fe_users', 'properties' => array('creationDate' => array('fieldName' => 'crdate'), 'modificationDate' => array('fieldName' => 'tstamp'), 'userGroup' => array('fieldName' => 'usergroup'), 'lastLogin' => array('fieldName' => 'lastlogin'))), 'OliverKlee\FeUserExtraFields\Domain\Model\FrontendUserGroup' => array('tableName' => 'fe_groups', 'properties' => array('creationDate' => array('fieldName' => 'crdate'), 'modificationDate' => array('fieldName' => 'tstamp'))), 'OliverKlee\Seminars\Domain\Model\AccommodationOption' => array('tableName' => 'tx_seminars_lodgings', 'properties' => array()), 'OliverKlee\Seminars\Domain\Model\Event\Event' => array('tableName' => 'tx_seminars_seminars', 'recordType' => 'object_type', 'subclasses' => array('OliverKlee\\Seminars\\Domain\\Model\\Event\\SingleEvent', 'OliverKlee\\Seminars\\Domain\\Model\\Event\\EventTopic', 'OliverKlee\\Seminars\\Domain\\Model\\Event\\EventDate'), 'properties' => array('ownerUid' => array('fieldName' => 'owner_feuser'))), 'OliverKlee\Seminars\Domain\Model\Event\SingleEvent' => array('tableName' => 'tx_seminars_seminars', 'recordType' => 0, 'properties' => array('ownerUid' => array('fieldName' => 'owner_feuser'), 'internalTitle' => array('fieldName' => 'title'), 'start' => array('fieldName' => 'begin_date'), 'end' => array('fieldName' => 'end_date'), 'registrationStart' => array('fieldName' => 'begin_date_registration'), 'earlyBirdDeadline' => array('fieldName' => 'deadline_early_bird'), 'registrationDeadline' => array('fieldName' => 'deadline_registration'), 'registrationRequired' => array('fieldName' => 'needs_registration'), 'waitingList' => array('fieldName' => 'queue_size'), 'minimumNumberOfRegistrations' => array('fieldName' => 'attendees_min'), 'maximumNumberOfRegistrations' => array('fieldName' => 'attendees_max'), 'standardPrice' => array('fieldName' => 'price_regular'), 'earlyBirdPrice' => array('fieldName' => 'price_regular_early'), 'venues' => array('fieldName' => 'place'), 'additionalTerms' => array('fieldName' => 'uses_terms_2'), 'multipleRegistrationPossible' => array('fieldName' => 'allows_multiple_registrations'), 'numberOfOfflineRegistrations' => array('fieldName' => 'offline_attendees'), 'status' => array('fieldName' => 'cancelled'), 'specialPrice' => array('fieldName' => 'price_special'), 'specialEarlyBirdPrice' => array('fieldName' => 'price_special_early'), 'accommodationOptions' => array('fieldName' => 'lodgings'), 'foodOptions' => array('fieldName' => 'foods'), 'registrationCheckboxes' => array('fieldName' => 'checkboxes'))), 'OliverKlee\Seminars\Domain\Model\Event\EventTopic' => array('tableName' => 'tx_seminars_seminars', 'recordType' => 1, 'properties' => array('ownerUid' => array('fieldName' => 'owner_feuser'), 'internalTitle' => array('fieldName' => 'title'), 'standardPrice' => array('fieldName' => 'price_regular'), 'earlyBirdPrice' => array('fieldName' => 'price_regular_early'), 'additionalTerms' => array('fieldName' => 'uses_terms_2'), 'multipleRegistrationPossible' => array('fieldName' => 'allows_multiple_registrations'), 'specialPrice' => array('fieldName' => 'price_special'), 'specialEarlyBirdPrice' => array('fieldName' => 'price_special_early'))), 'OliverKlee\Seminars\Domain\Model\Event\EventDate' => array('tableName' => 'tx_seminars_seminars', 'recordType' => 2, 'properties' => array('ownerUid' => array('fieldName' => 'owner_feuser'), 'internalTitle' => array('fieldName' => 'title'), 'topic' => array('fieldName' => 'topic'), 'start' => array('fieldName' => 'begin_date'), 'end' => array('fieldName' => 'end_date'), 'registrationStart' => array('fieldName' => 'begin_date_registration'), 'earlyBirdDeadline' => array('fieldName' => 'deadline_early_bird'), 'registrationDeadline' => array('fieldName' => 'deadline_registration'), 'registrationRequired' => array('fieldName' => 'needs_registration'), 'waitingList' => array('fieldName' => 'queue_size'), 'minimumNumberOfRegistrations' => array('fieldName' => 'attendees_min'), 'maximumNumberOfRegistrations' => array('fieldName' => 'attendees_max'), 'venues' => array('fieldName' => 'place'), 'numberOfOfflineRegistrations' => array('fieldName' => 'offline_attendees'), 'status' => array('fieldName' => 'cancelled'), 'accommodationOptions' => array('fieldName' => 'lodgings'), 'foodOptions' => array('fieldName' => 'foods'), 'registrationCheckboxes' => array('fieldName' => 'checkboxes'))), 'OliverKlee\Seminars\Domain\Model\EventType' => array('tableName' => 'tx_seminars_event_types', 'properties' => array()), 'OliverKlee\Seminars\Domain\Model\FoodOption' => array('tableName' => 'tx_seminars_foods', 'properties' => array()), 'OliverKlee\Seminars\Domain\Model\Organizer' => array('tableName' => 'tx_seminars_organizers', 'properties' => array('name' => array('fieldName' => 'title'), 'emailAddress' => array('fieldName' => 'email'))), 'OliverKlee\Seminars\Domain\Model\PaymentMethod' => array('tableName' => 'tx_seminars_payment_methods', 'properties' => array()), 'OliverKlee\Seminars\Domain\Model\Registration\Registration' => array('tableName' => 'tx_seminars_attendances', 'properties' => array('event' => array('fieldName' => 'seminar'), 'onWaitingList' => array('fieldName' => 'registration_queue'), 'comments' => array('fieldName' => 'notes'), 'accommodationOptions' => array('fieldName' => 'lodgings'), 'foodOptions' => array('fieldName' => 'foods'), 'registrationCheckboxes' => array('fieldName' => 'checkboxes'), 'billingCompany' => array('fieldName' => 'company'), 'billingFullName' => array('fieldName' => 'name'), 'billingStreetAddress' => array('fieldName' => 'address'), 'billingZipCode' => array('fieldName' => 'zip'), 'billingCity' => array('fieldName' => 'city'), 'billingCountry' => array('fieldName' => 'country'), 'billingPhoneNumber' => array('fieldName' => 'telephone'), 'billingEmailAddress' => array('fieldName' => 'email'), 'paymentMethod' => array('fieldName' => 'method_of_payment'), 'humanReadablePrice' => array('fieldName' => 'price'))), 'OliverKlee\Seminars\Domain\Model\RegistrationCheckbox' => array('tableName' => 'tx_seminars_checkboxes', 'properties' => array()), 'OliverKlee\Seminars\Domain\Model\Speaker' => array('tableName' => 'tx_seminars_speakers', 'properties' => array('name' => array('fieldName' => 'title'), 'emailAddress' => array('fieldName' => 'email'))), 'OliverKlee\Seminars\Domain\Model\Venue' => array('tableName' => 'tx_seminars_sites', 'properties' => array()), 'HDNET\Calendarize\Domain\Model\SysCategory' => array('tableName' => 'sys_category', 'properties' => array()), 'HDNET\Calendarize\Domain\Model\SysFileReference' => array('tableName' => 'sys_file_reference', 'properties' => array()), 'Mediadreams\MdFullcalendar\Domain\Model\Category' => array('tableName' => 'sys_category', 'properties' => array()), 'In2code\Femanager\Domain\Model\User' => array('tableName' => 'fe_users', 'properties' => array('terms' => array('fieldName' => 'tx_femanager_terms'), 'termsDateOfAcceptance' => array('fieldName' => 'tx_femanager_terms_date_of_acceptance'))), 'In2code\Femanager\Domain\Model\UserGroup' => array('tableName' => 'fe_groups', 'properties' => array()), 'CodingMs\Modules\Domain\Model\FrontendUser' => array('tableName' => 'fe_users', 'properties' => array('creationDate' => array('fieldName' => 'crdate'), 'modificationDate' => array('fieldName' => 'tstamp'), 'creationUser' => array('fieldName' => 'cruser'), 'gender' => array('fieldName' => 'tx_modules_gender'), 'birthday' => array('fieldName' => 'tx_modules_birthday'), 'mobile' => array('fieldName' => 'tx_modules_mobile'), 'hash' => array('fieldName' => 'tx_modules_hash'), 'termsConfirmed' => array('fieldName' => 'tx_modules_terms_confirmed'), 'privacyConfirmed' => array('fieldName' => 'tx_modules_privacy_confirmed'), 'disclaimerConfirmed' => array('fieldName' => 'tx_modules_disclaimer_confirmed'), 'newsletter' => array('fieldName' => 'tx_modules_newsletter'), 'profession' => array('fieldName' => 'tx_modules_profession'), 'maritalStatus' => array('fieldName' => 'tx_modules_marital_status'), 'children' => array('fieldName' => 'tx_modules_children'), 'bankAccountOwnerName' => array('fieldName' => 'tx_modules_bank_account_owner_name'), 'bankAccountBankName' => array('fieldName' => 'tx_modules_bank_account_bank_name'), 'bankAccountBic' => array('fieldName' => 'tx_modules_bank_account_bic'), 'bankAccountIban' => array('fieldName' => 'tx_modules_bank_account_iban'), 'accountingType' => array('fieldName' => 'tx_modules_accounting_type'), 'vatNumber' => array('fieldName' => 'tx_modules_vat_number'), 'recordType' => array('fieldName' => 'tx_extbase_type'), 'jobTitle' => array('fieldName' => 'tx_modules_job_title'), 'vita' => array('fieldName' => 'tx_modules_vita'))), 'CodingMs\Modules\Domain\Model\FrontendUserGroup' => array('tableName' => 'fe_groups', 'properties' => array('creationDate' => array('fieldName' => 'crdate'), 'modificationDate' => array('fieldName' => 'tstamp'), 'creationUser' => array('fieldName' => 'cruser'))), 'CodingMs\Modules\Domain\Model\BackendUser' => array('tableName' => 'be_users', 'properties' => array('userName' => array('fieldName' => 'username'), 'isAdministrator' => array('fieldName' => 'admin'), 'isDisabled' => array('fieldName' => 'disable'), 'realName' => array('fieldName' => 'realName'), 'startDateAndTime' => array('fieldName' => 'starttime'), 'endDateAndTime' => array('fieldName' => 'endtime'), 'lastLoginDateAndTime' => array('fieldName' => 'lastlogin'), 'allowedLanguages' => array('fieldName' => 'allowed_languages'), 'fileMountPoints' => array('fieldName' => 'file_mountpoints'), 'dbMountPoints' => array('fieldName' => 'db_mountpoints'), 'backendUserGroups' => array('fieldName' => 'usergroup'), 'creationDate' => array('fieldName' => 'crdate'), 'modificationDate' => array('fieldName' => 'tstamp'), 'disable' => array('fieldName' => 'disable'))), 'GeorgRinger\News\Domain\Model\News' => array('subclasses' => array('GeorgRinger\\News\\Domain\\Model\\NewsDefault', 'GeorgRinger\\News\\Domain\\Model\\NewsInternal', 'GeorgRinger\\News\\Domain\\Model\\NewsExternal'), 'properties' => array()), 'GeorgRinger\News\Domain\Model\NewsDefault' => array('tableName' => 'tx_news_domain_model_news', 'recordType' => 0, 'properties' => array()), 'GeorgRinger\News\Domain\Model\NewsInternal' => array('tableName' => 'tx_news_domain_model_news', 'recordType' => 1, 'properties' => array()), 'GeorgRinger\News\Domain\Model\NewsExternal' => array('tableName' => 'tx_news_domain_model_news', 'recordType' => 2, 'properties' => array()), 'GeorgRinger\News\Domain\Model\FileReference' => array('tableName' => 'sys_file_reference', 'properties' => array()), 'GeorgRinger\News\Domain\Model\TtContent' => array('tableName' => 'tt_content', 'properties' => array('altText' => array('fieldName' => 'altText'), 'titleText' => array('fieldName' => 'titleText'), 'colPos' => array('fieldName' => 'colPos'), 'CType' => array('fieldName' => 'CType'))), 'GeorgRinger\News\Domain\Model\Category' => array('tableName' => 'sys_category', 'properties' => array('parentcategory' => array('fieldName' => 'parent'))), 'In2code\Powermail\Domain\Model\User' => array('tableName' => 'fe_users', 'properties' => array()), 'In2code\Powermail\Domain\Model\UserGroup' => array('tableName' => 'fe_groups', 'properties' => array()), 'AOE\Crawler\Domain\Model\Configuration' => array('tableName' => 'tx_crawler_configuration', 'properties' => array()), 'AOE\Crawler\Domain\Model\Process' => array('tableName' => 'tx_crawler_process', 'properties' => array()), 'AOE\Crawler\Domain\Model\Queue' => array('tableName' => 'tx_crawler_queue', 'properties' => array()), 'MiniFranske\FsMediaGallery\Domain\Model\MediaAlbum' => array('tableName' => 'sys_file_collection', 'properties' => array()), 'Dan\Jobfair\Domain\Model\FileReference' => array('tableName' => 'sys_file_reference', 'properties' => array('uid_local' => array('fieldName' => 'originalFileIdentifier'))), 'Dan\Jobfair\Domain\Model\User' => array('tableName' => 'fe_users', 'recordType' => 'Tx_Extbase_Domain_Model_FrontendUser', 'properties' => array()), 'Nng\Nnhelpers\Domain\Model\File' => array('tableName' => 'sys_file', 'properties' => array('storageUid' => array('fieldName' => 'storage'))), 'Nng\Nnhelpers\Domain\Model\FileReference' => array('tableName' => 'sys_file_reference', 'properties' => array('file' => array('fieldName' => 'uid_local'))), 'TGM\TgmCopyright\Domain\Model\CopyrightReference' => array('tableName' => 'sys_file_reference', 'properties' => array()), 'FriendsOfTYPO3\TtAddress\Domain\Model\Address' => array('tableName' => 'tt_address', 'properties' => array())))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/extbase/Classes/Persistence/ClassesConfigurationFactory.php line 67
                }
            }
        }

        $classes = $this->inheritPropertiesFromParentClasses($classes);

        $this->cache->set($this->cacheIdentifier, $classes);

        return new ClassesConfiguration($classes);
at TYPO3\CMS\Extbase\Persistence\ClassesConfigurationFactory->createClassesConfiguration()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/di/DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e.php line 21204
     * @return \TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapFactory
     */
    protected function getDataMapFactoryService()
    {
        return $this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Mapper\\DataMapFactory'] = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstanceForDi(\TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapFactory::class, ($this->services['TYPO3\\CMS\\Extbase\\Reflection\\ReflectionService'] ?? $this->getReflectionServiceService()), ($this->services['TYPO3\\CMS\\Extbase\\Configuration\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['TYPO3\\CMS\\Core\\Cache\\CacheManager'] ?? $this->getCacheManagerService()), (\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstanceForDi(\TYPO3\CMS\Extbase\Persistence\ClassesConfigurationFactory::class, ($this->privates['cache.extbase'] ?? $this->getCache_ExtbaseService()), ($this->services['_early.TYPO3\\CMS\\Core\\Package\\PackageManager'] ?? $this->get('_early.TYPO3\\CMS\\Core\\Package\\PackageManager', 1)), ($this->services['TYPO3\\CMS\\Core\\Package\\Cache\\PackageDependentCacheIdentifier'] ?? $this->getPackageDependentCacheIdentifierService())->withPrefix("PersistenceClasses")->toString()))->createClassesConfiguration(), ($this->services['TYPO3\\CMS\\Core\\Package\\Cache\\PackageDependentCacheIdentifier'] ?? $this->getPackageDependentCacheIdentifierService())->toString());
    }

    /**
     * Gets the public 'TYPO3\CMS\Extbase\Persistence\Generic\Mapper\DataMapper' autowired service.
at DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e->getDataMapFactoryService()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/di/DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e.php line 21266
     * @return \TYPO3\CMS\Extbase\Persistence\Generic\QueryFactory
     */
    protected function getQueryFactoryService()
    {
        return $this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\QueryFactory'] = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstanceForDi(\TYPO3\CMS\Extbase\Persistence\Generic\QueryFactory::class, ($this->services['TYPO3\\CMS\\Extbase\\Configuration\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Mapper\\DataMapFactory'] ?? $this->getDataMapFactoryService()), $this);
    }

    /**
     * Gets the public 'TYPO3\CMS\Extbase\Persistence\Generic\QueryResult' autowired service.
at DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e->getQueryFactoryService()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/di/DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e.php line 21228
     * @return \TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager
     */
    protected function getPersistenceManagerService()
    {
        $this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\PersistenceManager'] = $instance = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstanceForDi(\TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager::class, ($this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\QueryFactory'] ?? $this->getQueryFactoryService()), ($this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Backend'] ?? $this->getBackendService()), ($this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\Session'] ?? $this->getSessionService()));

        $instance->initializeObject();

        return $instance;
at DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e->getPersistenceManagerService()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/di/DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e.php line 20850
     */
    protected function getBootstrapService()
    {
        $this->factories['TYPO3\\CMS\\Extbase\\Core\\Bootstrap'] = function () {
            return \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstanceForDi(\TYPO3\CMS\Extbase\Core\Bootstrap::class, $this, ($this->services['TYPO3\\CMS\\Extbase\\Configuration\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\PersistenceManager'] ?? $this->getPersistenceManagerService()), ($this->privates['TYPO3\\CMS\\Extbase\\Mvc\\RequestHandlerResolver'] ?? $this->getRequestHandlerResolverService()), ($this->services['TYPO3\\CMS\\Extbase\\Service\\CacheService'] ?? $this->getCacheServiceService()), ($this->services['TYPO3\\CMS\\Extbase\\Mvc\\Dispatcher'] ?? $this->getDispatcherService()), ($this->services['TYPO3\\CMS\\Extbase\\Mvc\\Web\\RequestBuilder'] ?? $this->getRequestBuilderService()));
        };

        return $this->factories['TYPO3\\CMS\\Extbase\\Core\\Bootstrap']();
    }
at DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e->{closure}()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/di/DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e.php line 20853
        $this->factories['TYPO3\\CMS\\Extbase\\Core\\Bootstrap'] = function () {
            return \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstanceForDi(\TYPO3\CMS\Extbase\Core\Bootstrap::class, $this, ($this->services['TYPO3\\CMS\\Extbase\\Configuration\\ConfigurationManager'] ?? $this->getConfigurationManagerService()), ($this->services['TYPO3\\CMS\\Extbase\\Persistence\\Generic\\PersistenceManager'] ?? $this->getPersistenceManagerService()), ($this->privates['TYPO3\\CMS\\Extbase\\Mvc\\RequestHandlerResolver'] ?? $this->getRequestHandlerResolverService()), ($this->services['TYPO3\\CMS\\Extbase\\Service\\CacheService'] ?? $this->getCacheServiceService()), ($this->services['TYPO3\\CMS\\Extbase\\Mvc\\Dispatcher'] ?? $this->getDispatcherService()), ($this->services['TYPO3\\CMS\\Extbase\\Mvc\\Web\\RequestBuilder'] ?? $this->getRequestBuilderService()));
        };

        return $this->factories['TYPO3\\CMS\\Extbase\\Core\\Bootstrap']();
    }

    /**
     * Gets the public 'TYPO3\CMS\Extbase\Domain\Repository\BackendUserGroupRepository' shared autowired service.
at DependencyInjectionContainer_86ce149c13cf0a86ae5b0dac79edc919ca621a4e->getBootstrapService()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/symfony/dependency-injection/Container.php line 240
        try {
            if (isset($this->fileMap[$id])) {
                return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);
            } elseif (isset($this->methodMap[$id])) {
                return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();
            }
        } catch (\Exception $e) {
            unset($this->services[$id]);

at Symfony\Component\DependencyInjection\Container->make('TYPO3\\CMS\\Extbase\\Core\\Bootstrap', 1)
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/symfony/dependency-injection/Container.php line 220
    public function get(string $id, int $invalidBehavior = /* self::EXCEPTION_ON_INVALID_REFERENCE */ 1)
    {
        return $this->services[$id]
            ?? $this->services[$id = $this->aliases[$id] ?? $id]
            ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));
    }

    /**
     * Creates a service.
at Symfony\Component\DependencyInjection\Container->get('TYPO3\\CMS\\Extbase\\Core\\Bootstrap')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 3212
        // support classes that require dependency injection.
        // We operate on the original class name on purpose, as class overrides
        // are resolved inside the container
        if (self::$container !== null && $constructorArguments === [] && self::$container->has($className)) {
            return self::$container->get($className);
        }

        // Create new instance and call constructor with parameters
        $instance = new $finalClassName(...$constructorArguments);
at TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\Core\\Bootstrap')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 5411
            if (class_exists($parts[0])) {
                if ($this->container && $this->container->has($parts[0])) {
                    $classObj = $this->container->get($parts[0]);
                } else {
                    $classObj = GeneralUtility::makeInstance($parts[0]);
                }
                $methodName = (string)$parts[1];
                $callable = [$classObj, $methodName];

at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->callUserFunction('TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), '')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php line 44
        if ($this->cObj->getUserObjectType() === false) {
            // Come here only if we are not called from $TSFE->processNonCacheableContentPartsAndSubstituteContentMarkers()!
            $this->cObj->setUserObjectType(ContentObjectRenderer::OBJECTTYPE_USER);
        }
        $tempContent = $this->cObj->callUserFunction($conf['userFunc'], $conf, '');
        if ($this->cObj->doConvertToUserIntObject) {
            $this->cObj->doConvertToUserIntObject = false;
            $content = $this->cObj->cObjGetSingle('USER_INT', $conf);
        } else {
at TYPO3\CMS\Frontend\ContentObject\UserContentObject->render(array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\UserContentObject), array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('USER', array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'tt_content.list.20.ttaddress_listview')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 197
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1')), 'tt_content.list.20.ttaddress_listview', 'ttaddress_listview')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 174
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => array('uid' => 6394, 'pid' => 232, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1682413370, 'crdate' => 1682406655, 'cruser_id' => 4, 'hidden' => 0, 'sorting' => 128, 'CType' => 'list', 'header' => 'Adresse', 'bodytext' => null, 'image' => 0, 'imagewidth' => 0, 'imageorient' => 0, 'imagecols' => 2, 'imageborder' => 0, 'media' => 0, 'layout' => '0', 'deleted' => 0, 'cols' => 0, 'records' => null, 'pages' => '', 'starttime' => 0, 'endtime' => 0, 'colPos' => 0, 'subheader' => '', 'fe_group' => '', 'header_link' => '', 'image_zoom' => 0, 'header_layout' => '100', 'list_type' => 'ttaddress_listview', 'sectionIndex' => 1, 'linkToTop' => 0, 'filelink_size' => 0, 'target' => '', 'date' => 0, 'recursive' => 0, 'imageheight' => 0, 'sys_language_uid' => 0, 'pi_flexform' => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?><T3FlexForms> <data> <sheet index="sDEF"> <language index="lDEF"> <field index="settings.singleRecords"> <value index="vDEF">34</value> </field> <field index="settings.groups"> <value index="vDEF"></value> </field> <field index="settings.includeSubcategories"> <value index="vDEF">0</value> </field> <field index="settings.groupsCombination"> <value index="vDEF">0</value> </field> <field index="settings.sortBy"> <value index="vDEF">default</value> </field> <field index="settings.sortOrder"> <value index="vDEF">ASC</value> </field> <field index="settings.pages"> <value index="vDEF">354</value> </field> <field index="settings.ignoreWithoutCoordinates"> <value index="vDEF">0</value> </field> <field index="settings.allowOverride"> <value index="vDEF">0</value> </field> </language> </sheet> <sheet index="sDISPLAY"> <language index="lDEF"> <field index="settings.displayMode"> <value index="vDEF">all-ohne-bild</value> </field> <field index="settings.hidePagination"> <value index="vDEF">0</value> </field> <field index="settings.paginate.itemsPerPage"> <value index="vDEF">1</value> </field> <field index="settings.singlePid"> <value index="vDEF"></value> </field> </language> </sheet> </data></T3FlexForms>', 'accessibility_title' => '', 'accessibility_bypass' => 0, 'accessibility_bypass_text' => '', 'l18n_parent' => 0, 'l18n_diffsource' => '{"CType":null,"colPos":null,"header":null,"header_layout":null,"header_position":null,"date":null,"tx_bwicons_icon":null,"header_link":null,"subheader":null,"list_type":null,"pi_flexform":null,"layout":null,"frame_class":null,"space_before_class":null,"space_after_class":null,"tx_backgroundimage4ce_active":null,"sectionIndex":null,"linkToTop":null,"sys_language_uid":null,"hidden":null,"starttime":null,"endtime":null,"fe_group":null,"editlock":null,"categories":null,"rowDescription":null,"tx_gridelements_container":null}', 'file_collections' => null, 'filelink_sorting' => '', 'selected_categories' => null, 'category_field' => '', 'categories' => 0, 'backupColPos' => -2, 'editlock' => 0, 'rowDescription' => '', 'table_caption' => null, 'table_delimiter' => 124, 'table_enclosure' => 0, 'table_header_position' => 0, 'table_tfoot' => 0, 'bullets_type' => 0, 'uploads_description' => 0, 'uploads_type' => 0, 'assets' => 0, 'tx_news_related_news' => 0, 'header_position' => '', 'frame_class' => 'default', 'space_before_class' => '', 'space_after_class' => '', 'table_class' => '', 'l10n_state' => null, 'l10n_source' => 0, 'tx_gridelements_backend_layout' => '0', 'tx_gridelements_children' => 0, 'tx_gridelements_container' => 0, 'tx_gridelements_columns' => 0, 'tx_backgroundimage4ce_active' => 0, 'tx_backgroundimage4ce_image' => 0, 'tx_backgroundimage4ce_repeat' => '', 'tx_backgroundimage4ce_color' => '', 'tx_backgroundimage4ce_position' => '', 'tx_backgroundimage4ce_size' => '', 'tx_backgroundimage4ce_attachment' => '', 'tx_backgroundimage4ce_autoheight' => 0, 'tx_backgroundimage4ce_height' => 0, 'timeline_entries' => 0, 'gridelements_shortcut_page_order_by' => 0, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'filelink_sorting_direction' => '', 'tx_gymgbw_gallery_width' => null, 'timeline_parent' => 0, 'tx_backgroundimage4ce_opacity' => 0, 'tx_bwicons_icon' => '', 'tx_gymgbw_gallery_nocaption' => null, 'tx_media2click_iframe_src' => '', 'tx_media2click_iframe_ratio' => '', 'tx_gymgbw_tt_address_listdetail_foto' => null, 'tx_gymgbw_tt_address_listdetail_funktion' => null, 'tx_gymgbw_tt_address_listdetail_email' => null, 'tx_gymgbw_tt_address_listdetail_telefon' => null, 'tx_gymgbw_tt_address_listdetail_raum' => null, 'tx_gymgbw_tt_address_listdetail_adresse' => null, 'tx_gymgbw_tt_address_listdetail_faecher' => null, 'tx_gymgbw_tt_address_listdetail_oeffnungszeiten' => null, 'tx_gymgbw_tt_address_listdetail_bemerkung' => null), 'typoscriptObjectPath' => 'tt_content.list.20.ttaddress_listview', 'currentValueKey' => null, 'table' => 'tt_content'), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/fluid_template/Standard_action_list_a1033908fc7efb9cf17d0a220c95aedef4d51237.php line 78
$array11 = array (
);$arguments7['data'] = $renderingContext->getVariableProvider()->getByPath('data', $array11);
$arguments7['table'] = 'tt_content';
$renderChildrenClosure8 = ($arguments7['data'] !== null) ? function() use ($arguments7) { return $arguments7['data']; } : $renderChildrenClosure8;
$output6 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments7, $renderChildrenClosure8, $renderingContext);

$output6 .= '
    ';
return $output6;
at Standard_action_list_a1033908fc7efb9cf17d0a220c95aedef4d51237->{closure}()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure)), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/fluid_template/Standard_action_list_a1033908fc7efb9cf17d0a220c95aedef4d51237.php line 103
     $renderingContext
    );
$arguments1['__thenClosure'] = $renderChildrenClosure2;

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at Standard_action_list_a1033908fc7efb9cf17d0a220c95aedef4d51237->section_62bce9422ff2d14f69ab80a154510232fc8a9afd(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 258
                    new InvalidSectionException('Section "' . $sectionName . '" does not exist.')
                );
            }
            $this->startRendering($renderingTypeOnNextLevel, $parsedTemplate, $renderingContext);
            $output = $parsedTemplate->$methodNameOfSection($renderingContext);
            $this->stopRendering();
        } else {
            $sections = $parsedTemplate->getVariableContainer()->get('1457379500_sections');
            if (!isset($sections[$sectionName])) {
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderSection('Main', array(), true)
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 171
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
        }
        // Replace empty content with default value. If default is
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => 'Main', 'partial' => null, 'delegate' => null, 'renderable' => null, 'arguments' => array(), 'optional' => true, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/fluid_template/layout_Default_html_942937843bbf89d89b13c870ec69ee86f59ddb26.php line 1297
     ),
     $renderingContext
    );

$output6 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments62, $renderChildrenClosure63, $renderingContext);

$output6 .= '
    ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_Default_html_942937843bbf89d89b13c870ec69ee86f59ddb26->{closure}()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/Core/ViewHelper/AbstractConditionViewHelper.php line 79
            if (isset($arguments['then'])) {
                return $arguments['then'];
            }
            if (isset($arguments['__thenClosure'])) {
                return $arguments['__thenClosure']();
            }
        } elseif (!empty($arguments['__elseClosures'])) {
            $elseIfClosures = isset($arguments['__elseifClosures']) ? $arguments['__elseifClosures'] : [];
            return static::evaluateElseClosures($arguments['__elseClosures'], $elseIfClosures, $renderingContext);
at TYPO3Fluid\Fluid\Core\ViewHelper\AbstractConditionViewHelper::renderStatic(array('then' => null, 'else' => null, 'condition' => true, '__thenClosure' => object(Closure), '__elseClosures' => array(object(Closure))), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/fluid_template/layout_Default_html_942937843bbf89d89b13c870ec69ee86f59ddb26.php line 1819
  ';
return $output82;
};

$output3 .= TYPO3Fluid\Fluid\ViewHelpers\IfViewHelper::renderStatic($arguments4, $renderChildrenClosure5, $renderingContext);

$output3 .= '
';
return $output3;
at layout_Default_html_942937843bbf89d89b13c870ec69ee86f59ddb26->{closure}()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/ViewHelpers/SpacelessViewHelper.php line 61
     * @return string
     */
    public static function renderStatic(array $arguments, \Closure $childClosure, RenderingContextInterface $renderingContext)
    {
        return trim(preg_replace('/\\>\\s+\\</', '><', (string)$childClosure()));
    }
}
at TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic(array(), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/fluid_template/layout_Default_html_942937843bbf89d89b13c870ec69ee86f59ddb26.php line 1827
return $output3;
};
$arguments1 = array();

$output0 .= TYPO3Fluid\Fluid\ViewHelpers\SpacelessViewHelper::renderStatic($arguments1, $renderChildrenClosure2, $renderingContext);

$output0 .= '

';
at layout_Default_html_942937843bbf89d89b13c870ec69ee86f59ddb26->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 340
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
        $content = $this->renderFluidView();
        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ce_timeline/Resources/Private/Templates/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Templates/', 'EXT:gridgallery/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ce_timeline/Resources/Private/Partials/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Partials/', 'EXT:gridgallery/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ce_timeline/Resources/Private/Layouts/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-fancybox="fancybox-{field:uid}" data-caption="{file:current:description}" title="{file:current:title}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'placeholderContent.' => array('showTitle' => '1', 'showPreviewImage' => '1', 'previewMaxWidth' => '0', 'previewMaxHeight' => '0', 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('layoutRootPaths.' => array('EXT:media2click/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:media2click/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:media2click/Resources/Private/Templates/', ''), 'templateName' => 'Placeholder', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'settings.' => array('m2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517'))), 'enable2click' => '1')), 'ce_timeline.' => array('gallery.' => array('enable_lightbox' => '1', 'image_width' => '300c', 'image_height' => '200c', 'lightbox_width' => '600c', 'lightbox_height' => '400c', 'textimage_layout' => '2', 'images_per_row' => '1', 'gallery_width' => '33'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(MASK\Mask\Fluid\FluidTemplateContentObject), array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ce_timeline/Resources/Private/Templates/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Templates/', 'EXT:gridgallery/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ce_timeline/Resources/Private/Partials/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Partials/', 'EXT:gridgallery/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ce_timeline/Resources/Private/Layouts/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-fancybox="fancybox-{field:uid}" data-caption="{file:current:description}" title="{file:current:title}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'placeholderContent.' => array('showTitle' => '1', 'showPreviewImage' => '1', 'previewMaxWidth' => '0', 'previewMaxHeight' => '0', 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('layoutRootPaths.' => array('EXT:media2click/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:media2click/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:media2click/Resources/Private/Templates/', ''), 'templateName' => 'Placeholder', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'settings.' => array('m2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517'))), 'enable2click' => '1')), 'ce_timeline.' => array('gallery.' => array('enable_lightbox' => '1', 'image_width' => '300c', 'image_height' => '200c', 'lightbox_width' => '600c', 'lightbox_height' => '400c', 'textimage_layout' => '2', 'images_per_row' => '1', 'gallery_width' => '33'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ce_timeline/Resources/Private/Templates/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Templates/', 'EXT:gridgallery/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ce_timeline/Resources/Private/Partials/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Partials/', 'EXT:gridgallery/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ce_timeline/Resources/Private/Layouts/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-fancybox="fancybox-{field:uid}" data-caption="{file:current:description}" title="{file:current:title}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'placeholderContent.' => array('showTitle' => '1', 'showPreviewImage' => '1', 'previewMaxWidth' => '0', 'previewMaxHeight' => '0', 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('layoutRootPaths.' => array('EXT:media2click/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:media2click/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:media2click/Resources/Private/Templates/', ''), 'templateName' => 'Placeholder', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'settings.' => array('m2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517'))), 'enable2click' => '1')), 'ce_timeline.' => array('gallery.' => array('enable_lightbox' => '1', 'image_width' => '300c', 'image_height' => '200c', 'lightbox_width' => '600c', 'lightbox_height' => '400c', 'textimage_layout' => '2', 'images_per_row' => '1', 'gallery_width' => '33'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))), 'lib.contentElement')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 746
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('templateName' => 'List', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ce_timeline/Resources/Private/Templates/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Templates/', 'EXT:gridgallery/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ce_timeline/Resources/Private/Partials/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Partials/', 'EXT:gridgallery/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ce_timeline/Resources/Private/Layouts/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-fancybox="fancybox-{field:uid}" data-caption="{file:current:description}" title="{file:current:title}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'placeholderContent.' => array('showTitle' => '1', 'showPreviewImage' => '1', 'previewMaxWidth' => '0', 'previewMaxHeight' => '0', 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('layoutRootPaths.' => array('EXT:media2click/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:media2click/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:media2click/Resources/Private/Templates/', ''), 'templateName' => 'Placeholder', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'settings.' => array('m2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517'))), 'enable2click' => '1')), 'ce_timeline.' => array('gallery.' => array('enable_lightbox' => '1', 'image_width' => '300c', 'image_height' => '200c', 'lightbox_width' => '600c', 'lightbox_height' => '400c', 'textimage_layout' => '2', 'images_per_row' => '1', 'gallery_width' => '33'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))), 'list')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php line 45
        // If no "default" property is available, then an empty string is returned
        if ($key === 'default' && !isset($conf['default'])) {
            $theValue = '';
        } else {
            $theValue = $this->cObj->cObjGetSingle($conf[$key], $conf[$key . '.'] ?? [], $key);
        }
        if (isset($conf['stdWrap.'])) {
            $theValue = $this->cObj->stdWrap($theValue, $conf['stdWrap.']);
        }
at TYPO3\CMS\Frontend\ContentObject\CaseContentObject->render(array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '1.' => array('value' => '<div class="layout-box bg-blau margin-bottom-5">|</div>'), 'TEXT', '2.' => array('value' => '<div class="layout-box rand-blau bg-blau margin-bottom-5">|</div>'), 'TEXT', '3.' => array('value' => '<div class="layout-box bg-rot margin-bottom-5">|</div>'), 'TEXT', '4.' => array('value' => '<div class="layout-box rand-rot bg-rot margin-bottom-5">|</div>'), 'TEXT', '5.' => array('value' => '<div class="layout-box bg-grau margin-bottom-5">|</div>'), 'TEXT', '6.' => array('value' => '<div class="layout-box rand-grau bg-grau margin-bottom-5">|</div>'), 'TEXT', '7.' => array('value' => '<div class="layout-box bg-gruen margin-bottom-5">|</div>'), 'TEXT', '8.' => array('value' => '<div class="layout-box rand-gruen bg-gruen margin-bottom-5">|</div>'), 'TEXT', '9.' => array('value' => '<div class="layout-box bg-tuerkis margin-bottom-5">|</div>'), 'TEXT', '10.' => array('value' => '<div class="layout-box rand-tuerkis bg-tuerkis margin-bottom-5">|</div>')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news,pages,tx_calendarize_domain_model_event', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('conf.' => array('tx_seminars_seminars' => '< plugin.tx_seminars_pi1', 'tx_seminars_seminars.' => array('CMD' => 'singleView'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0'))), 'tables' => 'tx_news_domain_model_news,tx_calendarize_domain_model_event')), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'ce_timeline' => '< lib.contentElement', 'ce_timeline.' => array('templateName' => 'TimelineCustom', 'extbase.' => array('controllerExtensionName' => 'ce_timeline'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'uid')), 'table' => 'tx_cetimeline_domain_model_entry', 'pidInList' => 'this', 'where.' => array('field' => 'uid', 'intval' => '1', 'dataWrap' => 'pce = |'), 'orderBy' => 'tx_cetimeline_domain_model_entry.sorting', 'as' => 'entries', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'))))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/gridelements/Templates'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('resolveFlexFormData' => '1', 'resolveChildFlexFormData' => '0'))))), 'media2click_iframe' => '< lib.contentElement', 'media2click_iframe.' => array('templateName' => 'Media2clickIframe', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'm2cBackgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tx_media2click_domain_model_host', 'fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'variables.' => array(), 'settings.' => array('m2cEnable2click' => '1', 'm2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517')), 'gridgallery_gallery' => '< lib.contentElement', 'gridgallery_gallery.' => array('templateName' => 'GridGallery', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'settings.' => array('gridgallery.' => array('defaultRowHeight' => '150', 'defaultRenderFactor' => '1.5', 'defaultMargins' => '2', 'defaultCaptions' => '1', 'defaultRandomize' => '0', 'defaultLastRow' => 'nojustify', 'defaultBorder' => '-1', 'thumbnailCropVariant' => 'thumbnail', 'lightboxCropVariant' => 'default', 'captionFields' => 'description'))), 'small-menu_icon' => '< lib.contentElement', 'small-menu_icon.' => array('templateName' => 'SmallMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSmallIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'small-menu_sub_icon' => '< lib.contentElement', 'small-menu_sub_icon.' => array('templateName' => 'SmallMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('smallMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_icon' => '< lib.contentElement', 'menu_icon.' => array('templateName' => 'MenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_sub_icon' => '< lib.contentElement', 'menu_sub_icon.' => array('templateName' => 'MenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_icon' => '< lib.contentElement', 'row-menu_icon.' => array('templateName' => 'RowMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_sub_icon' => '< lib.contentElement', 'row-menu_sub_icon.' => array('templateName' => 'RowMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('rowMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_advent' => '< lib.contentElement', 'menu_advent.' => array('templateName' => 'MenuAdvent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuAdventImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_megamenu' => '< lib.contentElement', 'menu_megamenu.' => array('templateName' => 'MenuMegamenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_keywordlist' => '< lib.contentElement', 'menu_keywordlist.' => array('templateName' => 'MenuKeywordlist', 'dataProcessing.' => array('Gymgbw\\Gymgbw\\DataProcessing\\MenuKeywordlistProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'eyecatcher' => '< lib.contentElement', 'eyecatcher.' => array('templateName' => 'Eyecatcher', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'max' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('filesProcessedDataKey' => 'files', 'maxGalleryWidth' => '500', 'numberOfColumns' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image, image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'speech_bubble' => '< lib.contentElement', 'speech_bubble.' => array('templateName' => 'Speech_bubble', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_dark' => '< lib.contentElement', 'speech_bubble_dark.' => array('templateName' => 'Speech_bubble_dark', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_square' => '< lib.contentElement', 'speech_bubble_square.' => array('templateName' => 'Speech_bubble_square', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'citation' => '< lib.contentElement', 'citation.' => array('templateName' => 'Citation', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\CaseContentObject), array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '1.' => array('value' => '<div class="layout-box bg-blau margin-bottom-5">|</div>'), 'TEXT', '2.' => array('value' => '<div class="layout-box rand-blau bg-blau margin-bottom-5">|</div>'), 'TEXT', '3.' => array('value' => '<div class="layout-box bg-rot margin-bottom-5">|</div>'), 'TEXT', '4.' => array('value' => '<div class="layout-box rand-rot bg-rot margin-bottom-5">|</div>'), 'TEXT', '5.' => array('value' => '<div class="layout-box bg-grau margin-bottom-5">|</div>'), 'TEXT', '6.' => array('value' => '<div class="layout-box rand-grau bg-grau margin-bottom-5">|</div>'), 'TEXT', '7.' => array('value' => '<div class="layout-box bg-gruen margin-bottom-5">|</div>'), 'TEXT', '8.' => array('value' => '<div class="layout-box rand-gruen bg-gruen margin-bottom-5">|</div>'), 'TEXT', '9.' => array('value' => '<div class="layout-box bg-tuerkis margin-bottom-5">|</div>'), 'TEXT', '10.' => array('value' => '<div class="layout-box rand-tuerkis bg-tuerkis margin-bottom-5">|</div>')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news,pages,tx_calendarize_domain_model_event', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('conf.' => array('tx_seminars_seminars' => '< plugin.tx_seminars_pi1', 'tx_seminars_seminars.' => array('CMD' => 'singleView'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0'))), 'tables' => 'tx_news_domain_model_news,tx_calendarize_domain_model_event')), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'ce_timeline' => '< lib.contentElement', 'ce_timeline.' => array('templateName' => 'TimelineCustom', 'extbase.' => array('controllerExtensionName' => 'ce_timeline'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'uid')), 'table' => 'tx_cetimeline_domain_model_entry', 'pidInList' => 'this', 'where.' => array('field' => 'uid', 'intval' => '1', 'dataWrap' => 'pce = |'), 'orderBy' => 'tx_cetimeline_domain_model_entry.sorting', 'as' => 'entries', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'))))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/gridelements/Templates'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('resolveFlexFormData' => '1', 'resolveChildFlexFormData' => '0'))))), 'media2click_iframe' => '< lib.contentElement', 'media2click_iframe.' => array('templateName' => 'Media2clickIframe', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'm2cBackgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tx_media2click_domain_model_host', 'fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'variables.' => array(), 'settings.' => array('m2cEnable2click' => '1', 'm2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517')), 'gridgallery_gallery' => '< lib.contentElement', 'gridgallery_gallery.' => array('templateName' => 'GridGallery', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'settings.' => array('gridgallery.' => array('defaultRowHeight' => '150', 'defaultRenderFactor' => '1.5', 'defaultMargins' => '2', 'defaultCaptions' => '1', 'defaultRandomize' => '0', 'defaultLastRow' => 'nojustify', 'defaultBorder' => '-1', 'thumbnailCropVariant' => 'thumbnail', 'lightboxCropVariant' => 'default', 'captionFields' => 'description'))), 'small-menu_icon' => '< lib.contentElement', 'small-menu_icon.' => array('templateName' => 'SmallMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSmallIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'small-menu_sub_icon' => '< lib.contentElement', 'small-menu_sub_icon.' => array('templateName' => 'SmallMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('smallMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_icon' => '< lib.contentElement', 'menu_icon.' => array('templateName' => 'MenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_sub_icon' => '< lib.contentElement', 'menu_sub_icon.' => array('templateName' => 'MenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_icon' => '< lib.contentElement', 'row-menu_icon.' => array('templateName' => 'RowMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_sub_icon' => '< lib.contentElement', 'row-menu_sub_icon.' => array('templateName' => 'RowMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('rowMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_advent' => '< lib.contentElement', 'menu_advent.' => array('templateName' => 'MenuAdvent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuAdventImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_megamenu' => '< lib.contentElement', 'menu_megamenu.' => array('templateName' => 'MenuMegamenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_keywordlist' => '< lib.contentElement', 'menu_keywordlist.' => array('templateName' => 'MenuKeywordlist', 'dataProcessing.' => array('Gymgbw\\Gymgbw\\DataProcessing\\MenuKeywordlistProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'eyecatcher' => '< lib.contentElement', 'eyecatcher.' => array('templateName' => 'Eyecatcher', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'max' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('filesProcessedDataKey' => 'files', 'maxGalleryWidth' => '500', 'numberOfColumns' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image, image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'speech_bubble' => '< lib.contentElement', 'speech_bubble.' => array('templateName' => 'Speech_bubble', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_dark' => '< lib.contentElement', 'speech_bubble_dark.' => array('templateName' => 'Speech_bubble_dark', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_square' => '< lib.contentElement', 'speech_bubble_square.' => array('templateName' => 'Speech_bubble_square', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'citation' => '< lib.contentElement', 'citation.' => array('templateName' => 'Citation', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '1.' => array('value' => '<div class="layout-box bg-blau margin-bottom-5">|</div>'), 'TEXT', '2.' => array('value' => '<div class="layout-box rand-blau bg-blau margin-bottom-5">|</div>'), 'TEXT', '3.' => array('value' => '<div class="layout-box bg-rot margin-bottom-5">|</div>'), 'TEXT', '4.' => array('value' => '<div class="layout-box rand-rot bg-rot margin-bottom-5">|</div>'), 'TEXT', '5.' => array('value' => '<div class="layout-box bg-grau margin-bottom-5">|</div>'), 'TEXT', '6.' => array('value' => '<div class="layout-box rand-grau bg-grau margin-bottom-5">|</div>'), 'TEXT', '7.' => array('value' => '<div class="layout-box bg-gruen margin-bottom-5">|</div>'), 'TEXT', '8.' => array('value' => '<div class="layout-box rand-gruen bg-gruen margin-bottom-5">|</div>'), 'TEXT', '9.' => array('value' => '<div class="layout-box bg-tuerkis margin-bottom-5">|</div>'), 'TEXT', '10.' => array('value' => '<div class="layout-box rand-tuerkis bg-tuerkis margin-bottom-5">|</div>')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news,pages,tx_calendarize_domain_model_event', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('conf.' => array('tx_seminars_seminars' => '< plugin.tx_seminars_pi1', 'tx_seminars_seminars.' => array('CMD' => 'singleView'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0'))), 'tables' => 'tx_news_domain_model_news,tx_calendarize_domain_model_event')), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'ce_timeline' => '< lib.contentElement', 'ce_timeline.' => array('templateName' => 'TimelineCustom', 'extbase.' => array('controllerExtensionName' => 'ce_timeline'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'uid')), 'table' => 'tx_cetimeline_domain_model_entry', 'pidInList' => 'this', 'where.' => array('field' => 'uid', 'intval' => '1', 'dataWrap' => 'pce = |'), 'orderBy' => 'tx_cetimeline_domain_model_entry.sorting', 'as' => 'entries', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'))))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/gridelements/Templates'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('resolveFlexFormData' => '1', 'resolveChildFlexFormData' => '0'))))), 'media2click_iframe' => '< lib.contentElement', 'media2click_iframe.' => array('templateName' => 'Media2clickIframe', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'm2cBackgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tx_media2click_domain_model_host', 'fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'variables.' => array(), 'settings.' => array('m2cEnable2click' => '1', 'm2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517')), 'gridgallery_gallery' => '< lib.contentElement', 'gridgallery_gallery.' => array('templateName' => 'GridGallery', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'settings.' => array('gridgallery.' => array('defaultRowHeight' => '150', 'defaultRenderFactor' => '1.5', 'defaultMargins' => '2', 'defaultCaptions' => '1', 'defaultRandomize' => '0', 'defaultLastRow' => 'nojustify', 'defaultBorder' => '-1', 'thumbnailCropVariant' => 'thumbnail', 'lightboxCropVariant' => 'default', 'captionFields' => 'description'))), 'small-menu_icon' => '< lib.contentElement', 'small-menu_icon.' => array('templateName' => 'SmallMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSmallIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'small-menu_sub_icon' => '< lib.contentElement', 'small-menu_sub_icon.' => array('templateName' => 'SmallMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('smallMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_icon' => '< lib.contentElement', 'menu_icon.' => array('templateName' => 'MenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_sub_icon' => '< lib.contentElement', 'menu_sub_icon.' => array('templateName' => 'MenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_icon' => '< lib.contentElement', 'row-menu_icon.' => array('templateName' => 'RowMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_sub_icon' => '< lib.contentElement', 'row-menu_sub_icon.' => array('templateName' => 'RowMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('rowMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_advent' => '< lib.contentElement', 'menu_advent.' => array('templateName' => 'MenuAdvent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuAdventImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_megamenu' => '< lib.contentElement', 'menu_megamenu.' => array('templateName' => 'MenuMegamenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_keywordlist' => '< lib.contentElement', 'menu_keywordlist.' => array('templateName' => 'MenuKeywordlist', 'dataProcessing.' => array('Gymgbw\\Gymgbw\\DataProcessing\\MenuKeywordlistProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'eyecatcher' => '< lib.contentElement', 'eyecatcher.' => array('templateName' => 'Eyecatcher', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'max' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('filesProcessedDataKey' => 'files', 'maxGalleryWidth' => '500', 'numberOfColumns' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image, image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'speech_bubble' => '< lib.contentElement', 'speech_bubble.' => array('templateName' => 'Speech_bubble', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_dark' => '< lib.contentElement', 'speech_bubble_dark.' => array('templateName' => 'Speech_bubble_dark', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_square' => '< lib.contentElement', 'speech_bubble_square.' => array('templateName' => 'Speech_bubble_square', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'citation' => '< lib.contentElement', 'citation.' => array('templateName' => 'Citation', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'))), 'tt_content')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 746
            [$name, $conf] = $cF->getVal($key, $this->getTypoScriptFrontendController()->tmpl->setup);
            $conf = array_replace_recursive($conf, $confOverride);
            // Getting the cObject
            $timeTracker->incStackPointer();
            $content .= $this->cObjGetSingle($name, $conf, $key);
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CASE', array('key.' => array('field' => 'CType'), 'default' => 'TEXT', 'default.' => array('field' => 'CType', 'htmlSpecialChars' => '1', 'wrap' => '<p style="background-color: yellow; padding: 0.5em 1em;"><strong>ERROR:</strong> Content Element with uid "{field:uid}" and type "|" has no rendering definition!</p>', 'wrap.' => array('insertData' => '1')), 'stdWrap.' => array('editPanel' => '1', 'editPanel.' => array('allow' => 'move, new, edit, hide, delete', 'label' => '%s', 'onlyCurrentPid' => '1', 'previewBorder' => '1', 'edit.' => array('displayRecord' => '1')), 'innerWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('field' => 'layout'), 'TEXT', '1.' => array('value' => '<div class="layout-box bg-blau margin-bottom-5">|</div>'), 'TEXT', '2.' => array('value' => '<div class="layout-box rand-blau bg-blau margin-bottom-5">|</div>'), 'TEXT', '3.' => array('value' => '<div class="layout-box bg-rot margin-bottom-5">|</div>'), 'TEXT', '4.' => array('value' => '<div class="layout-box rand-rot bg-rot margin-bottom-5">|</div>'), 'TEXT', '5.' => array('value' => '<div class="layout-box bg-grau margin-bottom-5">|</div>'), 'TEXT', '6.' => array('value' => '<div class="layout-box rand-grau bg-grau margin-bottom-5">|</div>'), 'TEXT', '7.' => array('value' => '<div class="layout-box bg-gruen margin-bottom-5">|</div>'), 'TEXT', '8.' => array('value' => '<div class="layout-box rand-gruen bg-gruen margin-bottom-5">|</div>'), 'TEXT', '9.' => array('value' => '<div class="layout-box bg-tuerkis margin-bottom-5">|</div>'), 'TEXT', '10.' => array('value' => '<div class="layout-box rand-tuerkis bg-tuerkis margin-bottom-5">|</div>')))), 'bullets' => '< lib.contentElement', 'bullets.' => array('templateName' => 'Bullets', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\SplitProcessor', '10.' => array('if.' => array('value' => '2', 'isLessThan.' => array('field' => 'bullets_type')), 'fieldName' => 'bodytext', 'removeEmptyEntries' => '1', 'as' => 'bullets'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '20.' => array('fieldName' => 'bodytext', 'if.' => array('value' => '2', 'equals.' => array('field' => 'bullets_type')), 'fieldDelimiter' => '|', 'as' => 'bullets')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext [bullets_type]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.bullets')))), 'div' => '< lib.contentElement', 'div.' => array('templateName' => 'Div'), 'header' => '< lib.contentElement', 'header.' => array('templateName' => 'Header', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout|header_link], subheader, date', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.header')))), 'html' => '< lib.contentElement', 'html.' => array('templateName' => 'Html', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'image' => '< lib.contentElement', 'image.' => array('templateName' => 'Image', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content : image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.image')))), 'list' => '< lib.contentElement', 'list.' => array('templateName' => 'List', 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], list_type, layout, pages [recursive]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.list'))), '20.' => array('indexedsearch_pi2' => 'USER', 'indexedsearch_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2'), 'seminars_pi1' => '< plugin.tx_seminars_pi1', 'seminars_frontendeditor' => 'USER', 'seminars_frontendeditor.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'FrontEndEditor'), 'seminars_eventregistration' => 'USER', 'seminars_eventregistration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Seminars', 'pluginName' => 'EventRegistration'), 'onetimeaccount_withautologin' => 'USER', 'onetimeaccount_withautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithAutologin'), 'onetimeaccount_withoutautologin' => 'USER', 'onetimeaccount_withoutautologin.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Onetimeaccount', 'pluginName' => 'WithoutAutologin'), 'calendarize_calendar' => 'USER', 'calendarize_calendar.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar'), 'mdfullcalendar_cal' => 'USER', 'mdfullcalendar_cal.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'Cal'), 'mdfullcalendar_callist' => 'USER', 'mdfullcalendar_callist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalList'), 'mdfullcalendar_caldetail' => 'USER', 'mdfullcalendar_caldetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'MdFullcalendar', 'pluginName' => 'CalDetail'), 'femanager_pi1' => 'USER', 'femanager_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Femanager', 'pluginName' => 'Pi1'), 'modules_registration' => 'USER', 'modules_registration.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Registration'), 'modules_profile' => 'USER', 'modules_profile.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Profile'), 'modules_loginfrombackend' => 'USER', 'modules_loginfrombackend.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'LoginFromBackend'), 'modules_listing' => 'USER', 'modules_listing.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Modules', 'pluginName' => 'Listing'), 'powermail_pi1' => 'USER', 'powermail_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi1'), 'powermail_pi2' => 'USER', 'powermail_pi2.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Powermail', 'pluginName' => 'Pi2'), 'powermailcond_pi1' => 'USER', 'powermailcond_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PowermailCond', 'pluginName' => 'Pi1'), 'fpmasterquiz_pi1' => 'USER', 'fpmasterquiz_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FpMasterquiz', 'pluginName' => 'Pi1'), 'fsmediagallery_mediagallery' => 'USER', 'fsmediagallery_mediagallery.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'FsMediaGallery', 'pluginName' => 'Mediagallery'), 'indexedsearchautocomplete_search' => 'USER', 'indexedsearchautocomplete_search.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'IndexedSearchAutocomplete', 'pluginName' => 'Search'), 'jnphpcontentelement_phpcelist' => 'USER', 'jnphpcontentelement_phpcelist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'JnPhpcontentelement', 'pluginName' => 'Phpcelist'), 'jobfair_pi1' => 'USER', 'jobfair_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Jobfair', 'pluginName' => 'Pi1'), 'media2click_list' => 'USER', 'media2click_list.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Media2click', 'pluginName' => 'List'), 'ods_osm_pi1' => '< plugin.tx_odsosm_pi1', 'plainfaq_pilist' => 'USER', 'plainfaq_pilist.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilist'), 'plainfaq_pidetail' => 'USER', 'plainfaq_pidetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pidetail'), 'plainfaq_pilistdetail' => 'USER', 'plainfaq_pilistdetail.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'PlainFaq', 'pluginName' => 'Pilistdetail'), 'tgmcopyright_main' => 'USER', 'tgmcopyright_main.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TgmCopyright', 'pluginName' => 'Main'), 'ttaddress_listview' => 'USER', 'ttaddress_listview.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'TtAddress', 'pluginName' => 'ListView'), 'web2pdf_pi1' => 'USER', 'web2pdf_pi1.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Web2pdf', 'pluginName' => 'Pi1'))), 'shortcut' => '< lib.contentElement', 'shortcut.' => array('templateName' => 'Shortcut', 'variables.' => array('shortcuts' => 'RECORDS', 'shortcuts.' => array('source.' => array('field' => 'records'), 'tables' => 'tt_content,tx_news_domain_model_news,pages,tx_calendarize_domain_model_event', 'conf.' => array('tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'), 'tx_calendarize_domain_model_event' => '< tt_content.shortcut.20.conf.tx_calendarize_domain_model_event'))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], records', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.shortcut'))), '20.' => array('conf.' => array('tx_seminars_seminars' => '< plugin.tx_seminars_pi1', 'tx_seminars_seminars.' => array('CMD' => 'singleView'), 'tx_news_domain_model_news' => 'USER', 'tx_news_domain_model_news.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail', 'vendorName' => 'GeorgRinger', 'settings' => '< plugin.tx_news.settings', 'settings.' => array('singleNews.' => array('field' => 'uid'), 'useStdWrap' => 'singleNews', 'insertRecord' => '1', 'isShortcut' => '1')), 'tx_calendarize_domain_model_event' => 'USER', 'tx_calendarize_domain_model_event.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Calendarize', 'pluginName' => 'Calendar', 'vendorName' => 'HDNET', 'switchableControllerActions.' => array('Calendar.' => array('shortcut')), 'settings' => '< plugin.tx_calendarize.settings', 'settings.' => array('insertRecord' => '1', 'hidePagination' => '1', 'detailPid' => '0'))), 'tables' => 'tx_news_domain_model_news,tx_calendarize_domain_model_event')), 'table' => '< lib.contentElement', 'table.' => array('templateName' => 'Table', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\CommaSeparatedValueProcessor', '10.' => array('fieldName' => 'bodytext', 'fieldDelimiter.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_delimiter'))), 'fieldEnclosure.' => array('char.' => array('cObject' => 'TEXT', 'cObject.' => array('field' => 'table_enclosure')), 'if.' => array('value' => '0', 'equals.' => array('field' => 'table_enclosure'), 'negate' => '1')), 'maximumColumns.' => array('field' => 'cols'), 'as' => 'table')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_header_position|table_tfoot]', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.table')))), 'text' => '< lib.contentElement', 'text.' => array('templateName' => 'Text', 'stdWrap.' => array('editIcons' => 'tt_content: bodytext', 'editIcons.' => array('beforeLastTag' => '1', 'iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.html')))), 'textmedia' => '< lib.contentElement', 'textmedia.' => array('templateName' => 'Textmedia', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '1300', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textmedia')))), 'textpic' => '< lib.contentElement', 'textpic.' => array('templateName' => 'Textpic', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('maxGalleryWidth' => '600', 'maxGalleryWidthInText' => '1300', 'columnSpacing' => '10', 'borderWidth' => '2', 'borderPadding' => '0')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image [imageorient|imagewidth|imageheight], [imagecols|imageborder], image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'uploads' => '< lib.contentElement', 'uploads.' => array('templateName' => 'Uploads', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'collections.' => array('field' => 'file_collections'), 'sorting.' => array('field' => 'filelink_sorting', 'direction.' => array('field' => 'filelink_sorting_direction')))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], media, file_collections, filelink_sorting, [filelink_size|uploads_description|uploads_type]', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.uploads')))), 'menu_abstract' => '< lib.contentElement', 'menu_abstract.' => array('templateName' => 'MenuAbstract', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_content' => '< lib.contentElement', 'menu_categorized_content.' => array('templateName' => 'MenuCategorizedContent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tt_content', 'selectFields' => '{#tt_content}.*', 'groupBy' => 'uid', 'pidInList.' => array('data' => 'leveluid : 0'), 'recursive' => '99', 'join.' => array('data' => 'field:selected_categories', 'wrap' => '{#sys_category_record_mm} ON uid = {#sys_category_record_mm}.{#uid_foreign} AND {#sys_category_record_mm}.{#uid_local} IN(|)'), 'where.' => array('data' => 'field:category_field', 'wrap' => '{#tablenames}=\'tt_content\' and {#fieldname}=\'|\''), 'orderBy' => 'tt_content.sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_categorized_pages' => '< lib.contentElement', 'menu_categorized_pages.' => array('templateName' => 'MenuCategorizedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'categories', 'special.' => array('value.' => array('field' => 'selected_categories'), 'relation.' => array('field' => 'category_field'), 'sorting' => 'title', 'order' => 'asc'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], selected_categories, category_field', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_pages' => '< lib.contentElement', 'menu_pages.' => array('templateName' => 'MenuPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_subpages' => '< lib.contentElement', 'menu_subpages.' => array('templateName' => 'MenuSubpages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section' => '< lib.contentElement', 'menu_section.' => array('templateName' => 'MenuSection', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('includeNotInMenu.' => array('override' => '1', 'override.' => array('if.' => array('isFalse.' => array('field' => 'pages')))), 'special' => 'list', 'special.' => array('value.' => array('field' => 'pages', 'override.' => array('data' => 'page:uid', 'if.' => array('isFalse.' => array('field' => 'pages')), 'override.' => array('data' => 'page:content_from_pid', 'if.' => array('isTrue.' => array('data' => 'page:content_from_pid')))))), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'as' => 'content', 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_section_pages' => '< lib.contentElement', 'menu_section_pages.' => array('templateName' => 'MenuSectionPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media')), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tt_content', 'pidInList.' => array('field' => 'uid'), 'where' => '{#sectionIndex} = 1', 'orderBy' => 'sorting', 'as' => 'content', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'))))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_recently_updated' => '< lib.contentElement', 'menu_recently_updated.' => array('templateName' => 'MenuRecentlyUpdated', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'updated', 'special.' => array('value.' => array('field' => 'pages'), 'maxAge' => '3600*24*7', 'excludeNoSearchPages' => '1'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_related_pages' => '< lib.contentElement', 'menu_related_pages.' => array('templateName' => 'MenuRelatedPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'keywords', 'special.' => array('value.' => array('field' => 'pages'), 'excludeNoSearchPages' => '1'), 'alternativeSortingField' => 'title', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap' => '< lib.contentElement', 'menu_sitemap.' => array('templateName' => 'MenuSitemap', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'menu_sitemap_pages' => '< lib.contentElement', 'menu_sitemap_pages.' => array('templateName' => 'MenuSitemapPages', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '7', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'form_formframework' => '< lib.contentElement', 'form_formframework.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Form', 'pluginName' => 'Formframework')), 'felogin_login' => '< lib.contentElement', 'felogin_login.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'Felogin', 'pluginName' => 'Login')), 'news_pi1' => '< lib.contentElement', 'news_pi1.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'Pi1')), 'news_newsliststicky' => '< lib.contentElement', 'news_newsliststicky.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsListSticky')), 'news_newsdetail' => '< lib.contentElement', 'news_newsdetail.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDetail')), 'news_newsselectedlist' => '< lib.contentElement', 'news_newsselectedlist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSelectedList')), 'news_newsdatemenu' => '< lib.contentElement', 'news_newsdatemenu.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsDateMenu')), 'news_newssearchform' => '< lib.contentElement', 'news_newssearchform.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchForm')), 'news_newssearchresult' => '< lib.contentElement', 'news_newssearchresult.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'NewsSearchResult')), 'news_categorylist' => '< lib.contentElement', 'news_categorylist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'CategoryList')), 'news_taglist' => '< lib.contentElement', 'news_taglist.' => array('templateName' => 'Generic', 'USER', '20.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'extensionName' => 'News', 'pluginName' => 'TagList')), 'ce_timeline' => '< lib.contentElement', 'ce_timeline.' => array('templateName' => 'TimelineCustom', 'extbase.' => array('controllerExtensionName' => 'ce_timeline'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('if.' => array('isTrue.' => array('field' => 'uid')), 'table' => 'tx_cetimeline_domain_model_entry', 'pidInList' => 'this', 'where.' => array('field' => 'uid', 'intval' => '1', 'dataWrap' => 'pce = |'), 'orderBy' => 'tx_cetimeline_domain_model_entry.sorting', 'as' => 'entries', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'), 'as' => 'media'))))), 'gridelements_pi1' => '< lib.contentElement', 'gridelements_pi1.' => array('templateName' => 'GridElement', 'templateName.' => array('override.' => array('field' => 'tx_gridelements_backend_layout')), 'templateRootPaths.' => array('EXT:gridelements/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/gridelements/Templates'), 'partialRootPaths.' => array('EXT:gridelements/Resources/Private/Partials/'), 'dataProcessing.' => array('GridElementsTeam\\Gridelements\\DataProcessing\\GridChildrenProcessor', '10.' => array('default.' => array('as' => 'children', 'options.' => array('resolveFlexFormData' => '1', 'resolveChildFlexFormData' => '0'))))), 'media2click_iframe' => '< lib.contentElement', 'media2click_iframe.' => array('templateName' => 'Media2clickIframe', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tt_content', 'fieldName' => 'image'), 'as' => 'm2cBackgroundImage'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '20.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('table' => 'tx_media2click_domain_model_host', 'fieldName' => 'logo'), 'as' => 'm2cLogoImage')))), 'variables.' => array(), 'settings.' => array('m2cEnable2click' => '1', 'm2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517')), 'gridgallery_gallery' => '< lib.contentElement', 'gridgallery_gallery.' => array('templateName' => 'GridGallery', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'assets'))), 'settings.' => array('gridgallery.' => array('defaultRowHeight' => '150', 'defaultRenderFactor' => '1.5', 'defaultMargins' => '2', 'defaultCaptions' => '1', 'defaultRandomize' => '0', 'defaultLastRow' => 'nojustify', 'defaultBorder' => '-1', 'thumbnailCropVariant' => 'thumbnail', 'lightboxCropVariant' => 'default', 'captionFields' => 'description'))), 'small-menu_icon' => '< lib.contentElement', 'small-menu_icon.' => array('templateName' => 'SmallMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSmallIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'small-menu_sub_icon' => '< lib.contentElement', 'small-menu_sub_icon.' => array('templateName' => 'SmallMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('smallMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_icon' => '< lib.contentElement', 'menu_icon.' => array('templateName' => 'MenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_sub_icon' => '< lib.contentElement', 'menu_sub_icon.' => array('templateName' => 'MenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_icon' => '< lib.contentElement', 'row-menu_icon.' => array('templateName' => 'RowMenuIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'row-menu_sub_icon' => '< lib.contentElement', 'row-menu_sub_icon.' => array('templateName' => 'RowMenuSubIcon', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('rowMenuSubIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_advent' => '< lib.contentElement', 'menu_advent.' => array('templateName' => 'MenuAdvent', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'directory', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuAdventImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_megamenu' => '< lib.contentElement', 'menu_megamenu.' => array('templateName' => 'MenuMegamenu', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('special' => 'list', 'special.' => array('value.' => array('field' => 'pages')), 'levels' => '1', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'media'))))), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu'))), 'settings.' => array('menuIconImageStyle' => 'width:300px; height:auto; max-height:250px;')), 'menu_keywordlist' => '< lib.contentElement', 'menu_keywordlist.' => array('templateName' => 'MenuKeywordlist', 'dataProcessing.' => array('Gymgbw\\Gymgbw\\DataProcessing\\MenuKeywordlistProcessor'), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], pages', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.menu')))), 'eyecatcher' => '< lib.contentElement', 'eyecatcher.' => array('templateName' => 'Eyecatcher', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'), 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array('fieldName' => 'image'), 'max' => '1'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\GalleryProcessor', '20.' => array('filesProcessedDataKey' => 'files', 'maxGalleryWidth' => '500', 'numberOfColumns' => '1')), 'stdWrap.' => array('editIcons' => 'tt_content: header [header_layout], bodytext, image, image_zoom', 'editIcons.' => array('iconTitle.' => array('data' => 'LLL:EXT:fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:editIcon.textpic')))), 'speech_bubble' => '< lib.contentElement', 'speech_bubble.' => array('templateName' => 'Speech_bubble', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_dark' => '< lib.contentElement', 'speech_bubble_dark.' => array('templateName' => 'Speech_bubble_dark', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'speech_bubble_square' => '< lib.contentElement', 'speech_bubble_square.' => array('templateName' => 'Speech_bubble_square', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates')), 'citation' => '< lib.contentElement', 'citation.' => array('templateName' => 'Citation', 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates'))), '')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php line 96
                        $cObj->parentRecordNumber = $this->cObj->currentRecordNumber;
                        $frontendController->currentRecord = $registerField;
                        $this->cObj->lastChanged($row['tstamp'] ?? 0);
                        $cObj->start($row, $conf['table'], $this->request);
                        $tmpValue = $cObj->cObjGetSingle($renderObjName, $renderObjConf, $renderObjKey);
                        $cobjValue .= $tmpValue;
                    }
                }
            }
at TYPO3\CMS\Frontend\ContentObject\ContentContentObject->render(array('table' => 'tt_content', 'select.' => array('pidInList' => '232', 'orderBy' => 'sorting', 'where' => 'colPos=0'), 'wrap' => '<div class="footer-right-content">|</div>'))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(TYPO3\CMS\Frontend\ContentObject\ContentContentObject), array('table' => 'tt_content', 'select.' => array('pidInList' => '232', 'orderBy' => 'sorting', 'where' => 'colPos=0'), 'wrap' => '<div class="footer-right-content">|</div>'))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('CONTENT', array('table' => 'tt_content', 'select.' => array('pidInList' => '232', 'orderBy' => 'sorting', 'where' => 'colPos=0'), 'wrap' => '<div class="footer-right-content">|</div>'), 'lib.footer-rechts')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 197
        if ($timeTracker->LR) {
            $timeTracker->push('/f:cObject/', '<' . $typoscriptObjectPath);
        }
        $timeTracker->incStackPointer();
        $content = $contentObjectRenderer->cObjGetSingle($setup[$lastSegment], $setup[$lastSegment . '.'] ?? [], $typoscriptObjectPath);
        $timeTracker->decStackPointer();
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
        }
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderContentObject(object(TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer), array('contentElement' => 'FLUIDTEMPLATE', 'contentElement.' => array('templateName' => 'Default', 'templateRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Templates/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Templates/', 'EXT:ce_timeline/Resources/Private/Templates/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Templates/', 'EXT:gridgallery/Resources/Private/Templates/', ''), 'partialRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Partials/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Partials/', 'EXT:ce_timeline/Resources/Private/Partials/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Partials/', 'EXT:gridgallery/Resources/Private/Partials/', ''), 'layoutRootPaths.' => array('EXT:fluid_styled_content/Resources/Private/Layouts/', 'EXT:gymgbw/Resources/Private/Extensions/fluid_styled_content/Layouts/', 'EXT:ce_timeline/Resources/Private/Layouts/', 'EXT:media2click/Resources/Private/Extensions/FluidStyledContent/Layouts/'), 'settings.' => array('defaultHeaderType' => '2', 'media.' => array('lazyLoading' => 'lazy', 'imageDecoding' => '', 'popup.' => array('bodyTag' => '<body style="margin:0; background:#fff;">', 'wrap' => '<a href="javascript:close();"> | </a>', 'width' => '1200m', 'height' => '600m', 'crop.' => array('data' => 'file:current:crop'), 'JSwindow' => '1', 'JSwindow.' => array('newWindow' => '0', 'if.' => array('isFalse' => '1')), 'directImageLink' => '1', 'linkParams.' => array('ATagParams.' => array('dataWrap' => 'data-fancybox="fancybox-{field:uid}" data-caption="{file:current:description}" title="{file:current:title}"'))), 'additionalConfig.' => array('no-cookie' => '1', 'api' => '0', 'placeholderContent.' => array('showTitle' => '1', 'showPreviewImage' => '1', 'previewMaxWidth' => '0', 'previewMaxHeight' => '0', 'cObject' => 'FLUIDTEMPLATE', 'cObject.' => array('layoutRootPaths.' => array('EXT:media2click/Resources/Private/Layouts/', ''), 'partialRootPaths.' => array('EXT:media2click/Resources/Private/Partials/', ''), 'templateRootPaths.' => array('EXT:media2click/Resources/Private/Templates/', ''), 'templateName' => 'Placeholder', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\DatabaseQueryProcessor', '10.' => array('table' => 'tx_media2click_domain_model_host', 'pidInList' => '1421', 'as' => 'm2cHostsData', 'dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\FilesProcessor', '10.' => array('references.' => array(*DEEP NESTED ARRAY*), 'as' => 'm2cLogoImage')))), 'settings.' => array('m2cEnablePermanently' => '1', 'm2cCookieLifetime' => '2', 'm2cPrivacyPid' => '517'))), 'enable2click' => '1')), 'ce_timeline.' => array('gallery.' => array('enable_lightbox' => '1', 'image_width' => '300c', 'image_height' => '200c', 'lightbox_width' => '600c', 'lightbox_height' => '400c', 'textimage_layout' => '2', 'images_per_row' => '1', 'gallery_width' => '33')))), 'parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'), 'parseFunc_RTE.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre, figure', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array('default' => 'contenttable', 'always' => '1')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => '', 'innerStdWrap_all.' => array('ifBlank' => '')))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'tx_mask.' => array('content' => 'RECORDS', 'content.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'maskContentElement' => 'FLUIDTEMPLATE', 'maskContentElement.' => array('dataProcessing.' => array('MASK\\Mask\\DataProcessing\\MaskProcessor')), 'tx_news.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'parseFunc_powermail.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target')), 'forceAbsoluteUrl' => '1')), 'link.' => array('typolink.' => array('forceAbsoluteUrl' => '1'))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2'), 'encapsLines.' => array('encapsTagList' => 'p,pre,h1,h2,h3,h4,h5,h6,hr,dt', 'remapTag.' => array('DIV' => 'P'), 'nonWrappedTag' => 'P', 'innerStdWrap_all.' => array('ifBlank' => '&nbsp;'))), 'htmlSanitize' => '1', 'externalBlocks' => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, table, ul, pre, figure', 'externalBlocks.' => array('ol.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'ul.' => array('stripNL' => '1', 'stdWrap.' => array('parseFunc' => '< lib.parseFunc')), 'pre.' => array('stdWrap.' => array('parseFunc.' => array('makelinks' => '1', 'makelinks.' => array('http.' => array('keep' => 'path', 'extTarget' => '_blank'), 'mailto.' => array('keep' => 'path')), 'tags.' => array('a' => 'TEXT', 'a.' => array('current' => '1', 'typolink.' => array('parameter.' => array('data' => 'parameters:href'), 'title.' => array('data' => 'parameters:title'), 'ATagParams.' => array('data' => 'parameters:allParams'), 'target.' => array('ifEmpty.' => array('data' => 'parameters:target')), 'extTarget.' => array('ifEmpty.' => array('override' => '_blank'), 'override.' => array('data' => 'parameters:target'))))), 'allowTags' => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, s, samp, sdfield, section, small, span, strike, strong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var', 'denyTags' => '*', 'sword' => '<span class="ce-sword">|</span>', 'constants' => '1', 'nonTypoTagStdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('keepNonMatchedTags' => '1', 'htmlSpecialChars' => '2')), 'htmlSanitize' => '1'))), 'table.' => array('stripNL' => '1', 'stdWrap.' => array('HTMLparser' => '1', 'HTMLparser.' => array('tags.' => array('table.' => array('fixAttrib.' => array('class.' => array('default' => 'contenttable', 'always' => '1', 'list' => 'contenttable')))), 'keepNonMatchedTags' => '1')), 'HTMLtableCells' => '1', 'HTMLtableCells.' => array('default.' => array('stdWrap.' => array('parseFunc' => '< lib.parseFunc_RTE', 'parseFunc.' => array('nonTypoTagStdWrap.' => array('encapsLines.' => array('nonWrappedTag' => '', 'innerStdWrap_all.' => array('ifBlank' => '')))))), 'addChr10BetweenParagraphs' => '1')), 'div.' => array('stripNL' => '1', 'callRecursive' => '1'), 'article.' => array('stripNL' => '1', 'callRecursive' => '1'), 'aside.' => array('stripNL' => '1', 'callRecursive' => '1'), 'figure.' => array('stripNL' => '1', 'callRecursive' => '1'), 'blockquote.' => array('stripNL' => '1', 'callRecursive' => '1'), 'footer.' => array('stripNL' => '1', 'callRecursive' => '1'), 'header.' => array('stripNL' => '1', 'callRecursive' => '1'), 'nav.' => array('stripNL' => '1', 'callRecursive' => '1'), 'section.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dl.' => array('stripNL' => '1', 'callRecursive' => '1'), 'dd.' => array('stripNL' => '1', 'callRecursive' => '1'))), 'tt_content.' => array('shortcut.' => array('pages' => 'COA', 'pages.' => array('LOAD_REGISTER', '5.' => array('tt_content_shortcut_recursive.' => array('field' => 'recursive')), 'USER', '10.' => array('userFunc' => 'GridElementsTeam\\Gridelements\\Plugin\\Gridelements->user_getTreeList'), 'CONTENT', '20.' => array('table' => 'tt_content', 'select.' => array('pidInList.' => array('data' => 'register:pidInList'), 'selectFields.' => array('dataWrap' => '*,FIND_IN_SET(pid,{register:pidInList}) AS gridelements_shortcut_page_order_by'), 'where' => 'colPos >= 0', 'languageField' => 'sys_language_uid', 'orderBy' => 'gridelements_shortcut_page_order_by,colPos,sorting')), 'RESTORE_REGISTER'))), 'gridGallery.' => array('lightboxCssClass' => 'TEXT', 'lightboxCssClass.' => array('override' => 'fancybox', 'override.' => array('insertData' => '1', 'if.' => array('isTrue' => 'fancybox'))), 'lightboxRelAttribute' => 'TEXT', 'lightboxRelAttribute.' => array('override' => 'fancybox-{field:uid}', 'override.' => array('insertData' => '1', 'if.' => array('isTrue' => 'fancybox-{field:uid}')))), 'tx_form.' => array('contentElementRendering' => 'RECORDS', 'contentElementRendering.' => array('tables' => 'tt_content', 'source.' => array('current' => '1'), 'dontCheckPid' => '1')), 'web2pdf' => 'USER', 'web2pdf.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'pluginName' => 'Pi1', 'extensionName' => 'Web2pdf', 'vendorName' => 'Mittwald', 'controller' => 'Pdf', 'action' => 'generatePdfLink'), 'megamenu-level1' => 'COA', 'megamenu-level1.' => array('CONTENT', '10.' => array('table' => 'pages', 'wrap' => '<ul class="megamenu megamenu-level1">|</ul>', 'select.' => array('pidInList' => '1376', 'orderBy' => 'sorting'), 'renderObj' => 'COA', 'renderObj.' => array('LOAD_REGISTER', '1.' => array('Counter.' => array('cObject' => 'TEXT', 'cObject.' => array('data' => 'register:Counter', 'wrap' => '|+1'), 'prioriCalc' => 'intval')), 'TEXT', '2.' => array('table' => 'pages', 'insertData' => '1', 'wrap' => '<li class="js-reveal-{register:Counter} item megamenu-level1-item-{register:Counter}" data-reveal-target=".js-reveal-container-{register:Counter}"> <a href="#" tabindex="0" class="megamenu-level1-link" data-blur-target=".megamenu-blur-target">|</a></li>', 'field' => 'nav_title // title')))), 'megamenu-level2' => 'COA', 'megamenu-level2.' => array('CONTENT', '20.' => array('table' => 'pages', 'wrap' => '<ul class="megamenu-level2">|</ul>', 'select.' => array('pidInList' => '1376', 'orderBy' => 'sorting'), 'renderObj' => 'COA', 'renderObj.' => array('TEXT', '10.' => array('table' => 'pages', 'insertData' => '1', 'wrap' => '<li class="m-menu m-menu-level1"> <a href="#">|</a></li>', 'field' => 'nav_title // title'), 'LOAD_REGISTER', '20.' => array('counterLevel2.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('data' => 'register:counterLevel2', 'wrap' => '|+1', 'prioriCalc' => 'intval')))), 'COA', '30.' => array('TEXT', '100.' => array('data' => 'register:counterLevel2', 'insertData' => '1', 'prioriCalc' => 'intval', 'wrap' => '<li data-reveal-mode="slide" class="display-none megamenu-level2 megamenu-level2-item m-menu-level2 js-reveal-container-|"'), 'TEXT', '200.' => array('value' => '>'), 'CONTENT', '300.' => array('table' => 'tt_content', 'stdWrap.' => array('required' => '1', 'wrap' => '<div class="megamenu-header-wrap">|</div>'), 'select.' => array('pidInList.' => array('field' => 'uid'), 'recursive' => '1', 'orderBy' => 'colPos', 'where' => '{#colPos}=9')), 'TEXT', '400.' => array('value' => '<div class="display-flex">'), 'CONTENT', '500.' => array('table' => 'tt_content', 'stdWrap.' => array('required' => '1', 'wrap' => '<div class="megamenu-col">|</div>'), 'select.' => array('pidInList.' => array('field' => 'uid'), 'recursive' => '1', 'orderBy' => 'colPos', 'where' => '{#colPos}=0')), 'CONTENT', '600.' => array('table' => 'tt_content', 'stdWrap.' => array('required' => '1', 'wrap' => '<div class="megamenu-col">|</div>'), 'select.' => array('pidInList.' => array('field' => 'uid'), 'recursive' => '1', 'orderBy' => 'colPos', 'where' => '{#colPos}=1')), 'CONTENT', '700.' => array('table' => 'tt_content', 'stdWrap.' => array('required' => '1', 'wrap' => '<div class="megamenu-col">|</div>'), 'select.' => array('pidInList.' => array('field' => 'uid'), 'recursive' => '1', 'orderBy' => 'colPos', 'where' => '{#colPos}=2')), 'CONTENT', '800.' => array('table' => 'tt_content', 'stdWrap.' => array('required' => '1', 'wrap' => '<div class="megamenu-col">|</div>'), 'select.' => array('pidInList.' => array('field' => 'uid'), 'recursive' => '1', 'orderBy' => 'colPos', 'where' => '{#colPos}=3')), 'TEXT', '900.' => array('value' => '</div></li>'))))), 'lastchanged' => 'TEXT', 'lastchanged.' => array('data' => 'register : SYS_LASTCHANGED', 'if.' => array('isTrue.' => array('data' => 'register : SYS_LASTCHANGED')), 'strftime' => '%e. %B %Y, %H:%M'), 'currentURL' => 'TEXT', 'currentURL.' => array('data' => 'getIndpEnv:TYPO3_REQUEST_URL'), 'iserv-info' => 'CONTENT', 'iserv-info.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '1031', 'orderBy' => 'sorting', 'where' => 'colPos=0')), 'iserv-pw' => 'CONTENT', 'iserv-pw.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '1032', 'orderBy' => 'sorting', 'where' => 'colPos=0')), 'krankmeldung' => 'CONTENT', 'krankmeldung.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '1037', 'orderBy' => 'sorting', 'where' => 'colPos=0')), 'footernav-links' => 'HMENU', 'footernav-links.' => array('special' => 'directory', 'special.' => array('value' => '238'), 'TMENU', '1.' => array('wrap' => '<ul class="footernavigation">|</ul>', 'NO.' => array('ATagTitle.' => array('field' => 'title', 'fieldRequired' => 'nav_title'), 'ATagBeforeWrap' => '1', 'ATagParams' => 'class="footernavigation-level1"', 'allWrap' => '<li class="footernavigation-level1">|</li>', 'stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('TEXT', '10.' => array('field' => 'tx_gymgbw_icon', 'wrap' => '<svg class="footernavigation-icon"><use xlink:href="#|"></use></svg>', 'required' => '1 #funktioniert noch nicht!'), 'TEXT', '20.' => array('field' => 'title'))))), 'CUR.' => array('ATagBeforeWrap' => '1', 'ATagParams' => 'class="subnavigation-level2-selected"', 'wrapItemAndSub' => '<li>|</li>')), 'footer-links-titel' => 'TEXT', 'footer-links-titel.' => array('value' => 'Über diese Seite'), 'footernav-mitte' => 'HMENU', 'footernav-mitte.' => array('special' => 'directory', 'special.' => array('value' => '870'), 'TMENU', '1.' => array('wrap' => '<ul class="footernavigation">|</ul>', 'NO.' => array('ATagTitle.' => array('field' => 'title', 'fieldRequired' => 'nav_title'), 'ATagBeforeWrap' => '1', 'ATagParams' => 'class="footernavigation-level1"', 'allWrap' => '<li class="footernavigation-level1">|</li>', 'stdWrap.' => array('cObject' => 'COA', 'cObject.' => array('COA', '10.' => array('TEXT', '10.' => array('field' => 'tx_gymgbw_icon', 'wrap' => '<svg class="footernavigation-icon"><use xlink:href="#|"></use></svg>')), 'TEXT', '20.' => array('field' => 'title'))))), 'CUR.' => array('ATagBeforeWrap' => '1', 'ATagParams' => 'class="subnavigation-level2-selected"', 'wrapItemAndSub' => '<li>|</li>')), 'footer-mitte-titel' => 'TEXT', 'footer-mitte-titel.' => array('value' => 'Login'), 'footer-rechts' => 'CONTENT', 'footer-rechts.' => array('table' => 'tt_content', 'select.' => array('pidInList' => '232', 'orderBy' => 'sorting', 'where' => 'colPos=0'), 'wrap' => '<div class="footer-right-content">|</div>'), 'footer-rechts-titel' => 'TEXT', 'footer-rechts-titel.' => array('value' => 'Kontakt'), 'footer-copyright' => 'TEXT', 'footer-copyright.' => array('data' => 'date : U', 'strftime' => '%Y', 'noTrimWrap' => '|&copy; | Gymnasium Großburgwedel|'), 'header.' => array('logo.' => array('main' => 'SVG', 'main.' => array('src' => 'EXT:gymgbw/Resources/Public/Icons/Logo/logo_gymnasium.svg', 'width' => '788', 'height' => '118', 'renderMode' => 'inline', 'noscript.' => array('cObject' => 'TEXT', 'cObject.' => array('value' => 'No SVG rendering possible, please use a browser.')), 'stdWrap.' => array('typolink.' => array('parameter' => '1', 'ATagParams.' => array('wrap' => 'title="Gymnasium Großburgwedel" class="header-middle__logo-link"'), 'ATagBeforWrap' => '1', 'wrap' => '|'))))), 'searchfield' => 'USER', 'searchfield.' => array('userFunc' => 'TYPO3\\CMS\\Extbase\\Core\\Bootstrap->run', 'vendorName' => 'TYPO3\\CMS', 'extensionName' => 'IndexedSearch', 'pluginName' => 'Pi2', 'switchableControllerActions.' => array('Search.' => array('form', 'search')), 'features.' => array('requireCHashArgumentForActionArguments' => '0'), 'view' => '< plugin.tx_indexedsearch.view', 'view.' => array('partialRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/indexed_search_searchfield/Partials/'), 'templateRootPaths.' => array('EXT:gymgbw/Resources/Private/Extensions/indexed_search_searchfield/Templates/')), 'settings' => '< plugin.tx_indexedsearch.settings', 'settings.' => array('targetPid' => '241'))), 'lib.footer-rechts', 'footer-rechts')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php line 174
                'No Content Object definition found at TypoScript object path "' . $typoscriptObjectPath . '"',
                1540246570
            );
        }
        $content = self::renderContentObject($contentObjectRenderer, $setup, $typoscriptObjectPath, $lastSegment);
        if (!isset($GLOBALS['TSFE']) || !($GLOBALS['TSFE'] instanceof TypoScriptFrontendController)) {
            static::resetFrontendEnvironment();
        }
        return $content;
at TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic(array('data' => null, 'typoscriptObjectPath' => 'lib.footer-rechts', 'currentValueKey' => null, 'table' => ''), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/fluid_template/partial_Footer_7f5a88e8775f30d92e3675d2a9f49a28b0bc6cea.php line 147
$arguments11['currentValueKey'] = NULL;
$arguments11['table'] = '';
$arguments11['typoscriptObjectPath'] = 'lib.footer-rechts';
$renderChildrenClosure12 = ($arguments11['data'] !== null) ? function() use ($arguments11) { return $arguments11['data']; } : $renderChildrenClosure12;
$output0 .= TYPO3\CMS\Fluid\ViewHelpers\CObjectViewHelper::renderStatic($arguments11, $renderChildrenClosure12, $renderingContext);

$output0 .= '
  </div>
        <div class="footer-copyright">
at partial_Footer_7f5a88e8775f30d92e3675d2a9f49a28b0bc6cea->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 327
        $this->startRendering(self::RENDERING_PARTIAL, $parsedPartial, $renderingContext);
        if ($sectionName !== null) {
            $output = $this->renderSection($sectionName, $variables, $ignoreUnknown);
        } else {
            $output = $parsedPartial->render($renderingContext);
        }
        $this->stopRendering();
        return $output;
    }
at TYPO3Fluid\Fluid\View\AbstractTemplateView->renderPartial('Footer', null, array('contentHauptspalte' => '<div id="c4698" class="frame frame-default frame-type-textmedia frame-layout-0 "><div class="ce-textpic ce-right ce-intext ce-nowrap"><div class="ce-gallery " data-ce-columns="1" data-ce-images="1"><div class="ce-row"><div class="ce-column"><figure class="image"><img class="image-embed-item" src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Logo_1.jpg" width="552" height="504" loading="lazy" alt="" /></figure></div></div></div><div class="ce-bodytext"><h1 class="ce-headline "> Die Hörbücher </h1></div></div></div><div id="c4700" class="frame frame-default frame-type-textmedia frame-layout-0 frame-space-after-small "><div class="ce-textpic ce-left ce-above"><div class="ce-gallery ce-border " data-ce-columns="4" data-ce-images="9"><div class="ce-row"><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und die Eintrittskarten-Fälscher"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs.%20Green%20Und%20Die%20Eintrittskarten-Faelscher.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und die Eintrittskarten-Fälscher </figcaption></figure></div><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und das geklaute Kopiergeld"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Das%20Geklaute%20Kopiergeld.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und das geklaute Kopiergeld </figcaption></figure></div><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und das gespenstische Theater"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Das%20Gespenstische%20Theater.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und das gespenstische Theater </figcaption></figure></div><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und der Bücherdieb"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Der%20Buecher-Dieb.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und der Bücherdieb </figcaption></figure></div></div><div class="ce-row"><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und der maskierte Buchhändler"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Der%20Maskierte%20Buecherhaendler.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und der maskierte Buchhändler </figcaption></figure></div><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und die Jagd auf den Ticket-Fälscher"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Die%20Jagd%20Auf%20Die%20Ticket-F%C3%A4lscher.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und die Jagd auf den Ticket-Fälscher </figcaption></figure></div><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und die Kopierpapier-Diebe"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch_Mrs_Green_Und_Die_Kopierpapier-Diebe.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und die Kopierpapier-Diebe </figcaption></figure></div><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und der tote Wikinger"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/H%C3%B6rbuch%20Mrs%20Green%20Und%20Der%20Tote%20Wikinger.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und der tote Wikinger </figcaption></figure></div></div><div class="ce-row"><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und das Opfer aus Kunstraum 3"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch_Mrs_Green_Und_Das_Opfer_Aus_Kunstraum_3.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und das Opfer aus Kunstraum 3 </figcaption></figure></div></div></div></div></div><div id="c4708" class="frame frame-layout-box frame-type-uploads frame-layout-0 frame-space-after-small "><h2 class="ce-headline "> Hörbücher als Download </h2><ul class="ce-uploads"><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs.%20Green%20Und%20Die%20Eintrittskarten-Faelscher.m4v" target="_blank" title="Mrs. Green und die Eintrittskarten-Fälscher"><div class="ce-uploads-fileName">Mrs. Green und die Eintrittskarten-Fälscher</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">11 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Das%20Geklaute%20Kopiergeld.m4v" target="_blank" title="Mrs. Green und das geklaute Kopiergeld"><div class="ce-uploads-fileName">Mrs. Green und das geklaute Kopiergeld</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">11 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Das%20Gespenstische%20Theater.m4v" target="_blank" title="Mrs. Green und das gespenstische Theater"><div class="ce-uploads-fileName">Mrs. Green und das gespenstische Theater</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">12 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Der%20Buecher-Dieb.m4v" target="_blank" title="Mrs. Green und der Bücherdieb"><div class="ce-uploads-fileName">Mrs. Green und der Bücherdieb</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">14 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Der%20Maskierte%20Buecherhaendler.m4v" target="_blank" title="Mrs. Green und der maskierte Buchhändler"><div class="ce-uploads-fileName">Mrs. Green und der maskierte Buchhändler</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">16 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Die%20Jagd%20Auf%20Die%20Ticket-F%C3%A4lscher.m4v" target="_blank" title="Mrs. Green und die Jagd auf den Ticket-Fälscher"><div class="ce-uploads-fileName">Mrs. Green und die Jagd auf den Ticket-Fälscher</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">21 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch_Mrs_Green_Und_Die_Kopierpapier-Diebe.m4v" target="_blank" title="Mrs. Green und die Kopierpapier-Diebe"><div class="ce-uploads-fileName">Mrs. Green und die Kopierpapier-Diebe</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">16 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/H%C3%B6rbuch%20Mrs%20Green%20Und%20Der%20Tote%20Wikinger.m4v" target="_blank" title="Mrs. Green und der tote Wikinger"><div class="ce-uploads-fileName">Mrs. Green und der tote Wikinger</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">21 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch_Mrs_Green_Und_Das_Opfer_Aus_Kunstraum_3.m4v" target="_blank" title="Mrs. Green und das Opfer aus Kunstraum 3"><div class="ce-uploads-fileName">Mrs. Green und das Opfer aus Kunstraum 3</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">41 MB</div></div></li></ul></div><div id="c4691" class="frame frame-layout-box frame-type-shortcut frame-layout-0 "><div id="c4687" class="frame frame-layout-box frame-type-textmedia frame-layout-0 "><h3 class="ce-headline "> Alle Ausstellungsteile </h3><div class="ce-textpic ce-center ce-below"><div class="ce-bodytext"><p><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag"><i class="fa-chevron-right fas"></i> Einführung in die Ausstellung</a></p></div><div class="ce-gallery ce-border " data-ce-columns="6" data-ce-images="6"><div class="ce-outer"><div class="ce-inner"><div class="ce-row"><div class="ce-column"><figure class="image"><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-1"><img class="image-embed-item" src="/fileadmin/_processed_/6/5/csm_Ausstellungsteil_1_Musik___Redaktion_c85a08b966.jpg" width="204" height="266" loading="lazy" alt="" /></a></figure></div><div class="ce-column"><figure class="image"><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-2"><img class="image-embed-item" src="/fileadmin/_processed_/f/6/csm_Ausstellungsteil_2_Auswahlgrafik_Buchcover_4f64e63569.jpg" width="204" height="266" loading="lazy" alt="" /></a></figure></div><div class="ce-column"><figure class="image"><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-3"><img class="image-embed-item" src="/fileadmin/_processed_/1/3/csm_Ausstellungsteil_3_Auswahlgrafik_Hoerbuecher_dbfbdf61df.jpg" width="204" height="266" loading="lazy" alt="" /></a></figure></div><div class="ce-column"><figure class="image"><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-4"><img class="image-embed-item" src="/fileadmin/_processed_/8/d/csm_Ausstellungsteil_4_Auswahlgrafik_Lieblingsbuecher_363ae88bdf.jpg" width="204" height="266" loading="lazy" alt="" /></a></figure></div><div class="ce-column"><figure class="image"><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-5"><img class="image-embed-item" src="/fileadmin/_processed_/1/5/csm_Ausstellungsteil_5_Auswahlgrafik_Lesetexte_17c083815c.jpg" width="204" height="266" loading="lazy" alt="" /></a></figure></div><div class="ce-column"><figure class="image"><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-6"><img class="image-embed-item" src="/fileadmin/_processed_/c/8/csm_Ausstellungsteil_6_Auswahlgrafik_Top_20_und_Werk_d7ea191c26.jpg" width="204" height="266" loading="lazy" alt="" /></a></figure></div></div></div></div></div></div></div></div>', 'contentSubmenu' => '', 'contentSidebar' => '', 'contentTopzeile' => '', 'contentHauptspalteUnten' => '', 'contentEyecatcher' => '', 'contentStartseite-links' => '', 'contentStartseite-mitte' => '', 'contentStartseite-rechts' => '', 'contentStartseite-alle-spalten' => '', 'data' => array('uid' => 1215, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860377, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615055, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 3', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => array(), 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-3', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0), 'current' => null, 'subMenu' => array(array('data' => array('uid' => 309, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1679170577, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354535888, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Fächer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Unterricht, Fächer', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'faecher', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/svgs/brands/500px.svg', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Fächer', 'link' => '/unterricht/faecher', 'target' => '', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 310, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443313, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354535913, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Biologie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'biologie', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/biologie', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Biologie', 'link' => '/unterricht/faecher/biologie', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 311, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1679171030, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354535923, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Chemie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'chemie', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher/chemie', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/svgs/brands/500px.svg', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Chemie', 'link' => '/unterricht/faecher/chemie', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 312, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1672849832, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354535947, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Deutsch', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Vergleichsarbeiten', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'deutsch', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/deutsch', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Deutsch', 'link' => '/unterricht/faecher/deutsch', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 313, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443532, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354535963, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Erdkunde', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'erdkunde', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/erdkunde', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Erdkunde', 'link' => '/unterricht/faecher/erdkunde', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 314, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1672849849, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354535972, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Englisch', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Fremdsprachen, Vergleichsarbeiten', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'englisch', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/englisch', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Englisch', 'link' => '/unterricht/faecher/englisch', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 319, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443589, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548181, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Französisch', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Fremdsprachen, Vergleichsarbeiten', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'franzoesisch', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/franzoesisch', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Französisch', 'link' => '/unterricht/faecher/franzoesisch', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 320, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443611, 'sorting' => 2048, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548208, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Geschichte', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'geschichte', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/geschichte', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Geschichte', 'link' => '/unterricht/faecher/geschichte', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 677, 'pid' => 320, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1675288121, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406058478, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Gedenkstättenfahrt Auschwitz', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => 'Regelmäßige Exkursion für die Schülerinnen und Schüler der Oberstufe zu den Gedenkstätten an den ehemaligen Konzentrationslagern Auschwitz und Birkenau', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => 'pagets__10', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'geschichte', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher/geschichte/gedenkstaettenfahrt-auschwitz', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Gedenkstättenfahrt Auschwitz', 'link' => '/unterricht/faecher/geschichte/gedenkstaettenfahrt-auschwitz', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 322, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443624, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kunst', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'kunst', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kunst', 'link' => '/unterricht/faecher/kunst', 'target' => '', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 1212, 'pid' => 322, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1647988072, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626613472, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Der digitale GRÜNE Buchtag', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Der digitale GRÜNE Buchtag', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag', 'target' => '', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 1213, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860364, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615037, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 1', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-1', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Ausstellungsteil 1', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-1', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1214, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860371, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615048, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 2', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-2', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Ausstellungsteil 2', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-2', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1215, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860377, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615055, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 3', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-3', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Ausstellungsteil 3', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-3', 'target' => '', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1216, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860383, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615062, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 4', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-4', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Ausstellungsteil 4', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-4', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1217, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860388, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615069, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 5', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-5', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Ausstellungsteil 5', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-5', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1218, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860396, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615078, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 6', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-6', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Ausstellungsteil 6', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-6', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 522, 'pid' => 322, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1550480015, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1394868025, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Online Kunstgalerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/online-kunstgalerie', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Online Kunstgalerie', 'link' => '/unterricht/faecher/kunst/online-kunstgalerie', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 323, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1618950744, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Latein', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Fremdsprachen', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'latein', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/latein', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Latein', 'link' => '/unterricht/faecher/latein', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 324, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1672849934, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Mathematik', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Vergleichsarbeiten', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'mathematik', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/mathematik', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Mathematik', 'link' => '/unterricht/faecher/mathematik', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 936, 'pid' => 324, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1552579439, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1552579381, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Mathematik-AG', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 380, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/mathematik/mathematik-ag', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Mathematik-AG', 'link' => '/projekte-schulleben/arbeitsgemeinschaften/ag-verzeichnis/ags-a-z/mathematik-ag', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 325, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1613659269, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Musik', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Musikfreizeit, Profilklasse', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__15', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'musik', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/musik', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Musik', 'link' => '/unterricht/faecher/musik', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 1018, 'pid' => 325, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610362660, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1589544563, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Bläserklasse', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 1016, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1599593192, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'trompete', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/musik/blaeserklasse', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Bläserklasse', 'link' => '/projekte-schulleben/blaeserklasse', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 326, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443693, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Physik', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'physik', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/physik', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Physik', 'link' => '/unterricht/faecher/physik', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 327, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1619116321, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Politik-Wirtschaft', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Berufsorientierung', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'politik', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/politik-wirtschaft', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Politik-Wirtschaft', 'link' => '/unterricht/faecher/politik-wirtschaft', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 328, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443718, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Religion', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Religion', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'religion', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/religion', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Religion', 'link' => '/unterricht/faecher/religion', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 421, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1686258885, 'sorting' => 3968, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1368721469, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Seminarfach', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Seminarfach,Facharbeit, Kursangebot,Oberstufe, Qualifikationsphase', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'seminarfach', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher/seminarfach', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Seminarfach', 'link' => '/unterricht/faecher/seminarfach', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 1422, 'pid' => 421, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1687509069, 'sorting' => 152, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1685962631, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2025', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'ag-liste', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher/seminarfach/kursangebot-abitur-2025', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2025', 'link' => '/unterricht/faecher/seminarfach/kursangebot-abitur-2025', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 856, 'pid' => 421, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1593090771, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1465368756, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot früherer Jahre', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'ag-liste', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot früherer Jahre', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 672, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1488838059, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404754301, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2015', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2015', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2015', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2015', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 673, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1488838019, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404755626, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2016', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2016', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2016', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2016', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 737, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1493990202, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1434734466, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2017', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2017', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2017', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2017', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 855, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542794579, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1465366786, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2018', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2018', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2018', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2018', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 885, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1683732947, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1493981879, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2019', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2019', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2019', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2019', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 946, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 885, 'tstamp' => 1683732744, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1561030057, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2021', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => '', 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2021', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2021', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2021', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1028, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 946, 'tstamp' => 1686179517, 'sorting' => 1348, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1593086933, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2022', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Seminarfach', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => '', 'tx_gymgbw_icon' => 'ag-liste', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2022', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2022', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2022', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1210, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1686635883, 'sorting' => 1349, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1625091250, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2023', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Seminarfach', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'ag-liste', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2023', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2023', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2023', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1416, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1686635877, 'sorting' => 1350, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1683742702, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2024', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Seminarfach', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'ag-liste', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2024', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2024', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2024', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 329, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443746, 'sorting' => 4096, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Spanisch', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Fremdsprachen', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'spanisch', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/spanisch', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Spanisch', 'link' => '/unterricht/faecher/spanisch', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 930, 'pid' => 329, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610362836, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1551877471, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Spanisch als 2. Fremdsprache', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/spanisch/spanisch-als-2-fremdsprache', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Spanisch als 2. Fremdsprache', 'link' => '/unterricht/faecher/spanisch/spanisch-als-2-fremdsprache', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 390, 'pid' => 329, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1687987961, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1361019992, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Spanisch Neubeginn in der Einführungsphase', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Spanisch, Realschulklasse, Einstiegsklasse, Oberschulklasse, IGS', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/spanisch/spanisch-neubeginn-in-der-einfuehrungsphase', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Spanisch Neubeginn in der Einführungsphase', 'link' => '/unterricht/faecher/spanisch/spanisch-neubeginn-in-der-einfuehrungsphase', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 389, 'pid' => 329, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1687988758, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1361019945, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Sprachreise Spanien', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 366, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1686204079, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'spanisch', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher/spanisch/sprachreise-spanien', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Sprachreise Spanien', 'link' => '/projekte-schulleben/international/sprachreise-spanien', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 330, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443757, 'sorting' => 4352, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Sport', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Schwimmunterricht, Sport', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'sport', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/sport', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Sport', 'link' => '/unterricht/faecher/sport', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 898, 'pid' => 330, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1699824876, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1496056011, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Hallenordnung', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Sport, Schulordnung', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","tx_bwicons_icon":"","slug":"","tx_sluggi_lock":"","tx_sluggi_sync":"","nav_title":"","subtitle":"","tx_gymgbw_icon":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/unterricht/faecher/sport/hallenordnung', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Hallenordnung', 'link' => '/unterricht/faecher/sport/hallenordnung', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1044, 'pid' => 330, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1661814323, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602180480, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursausschreibungen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'sport', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/sport/kursausschreibungen', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursausschreibungen', 'link' => '/unterricht/faecher/sport/kursausschreibungen', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 331, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443780, 'sorting' => 4480, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Werte und Normen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'werte-und-normen', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/werte-und-normen', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Werte und Normen', 'link' => '/unterricht/faecher/werte-und-normen', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 393, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1681471220, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1361436053, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Fächerwahlen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Kursangebot, Wahlen, Qualifikationsphase, Umwahl, Einführungsphase', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'formulare', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecherwahlen', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Fächerwahlen', 'link' => '/unterricht/faecherwahlen', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 932, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1681471193, 'sorting' => 416, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1551883596, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Fremdsprachenangebot', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Sprachen, Fremdsprachen', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__12', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'sprachen', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/fremdsprachenangebot', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Fremdsprachenangebot', 'link' => '/unterricht/fremdsprachenangebot', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 316, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673949994, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548121, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Sekundarstufe I', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Mittelstufe, Unterstufe, Sekundarstufe I, Jahrgangsleitung', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'seki', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/unterricht/sekundarstufe-i', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Sekundarstufe I', 'link' => '/unterricht/sekundarstufe-i', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 838, 'pid' => 316, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673178855, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1455460764, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Klassenverband', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Klassenlehrer, Klassenpaten, Paten, Klasse', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'users-group', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-i/klassenverband', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Klassenverband', 'link' => '/unterricht/sekundarstufe-i/klassenverband', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 829, 'pid' => 316, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673187105, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1455320820, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Leistungsbewertung', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Leistungsbewertung, Klassenarbeiten, Arbeiten, Zensuren, Zeugnis, Versetzung, Aprilnoten, Mitarbeit', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'zeugnis', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-i/leistungsbewertung', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Leistungsbewertung', 'link' => '/unterricht/sekundarstufe-i/leistungsbewertung', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 840, 'pid' => 316, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673187138, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1455477113, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Arbeits-und Sozialverhalten', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Kopfnoten, Sozialverhalten, Arbeitsverhalten, Mitarbeit', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'stern', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-i/arbeits-und-sozialverhalten', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Arbeits-und Sozialverhalten', 'link' => '/unterricht/sekundarstufe-i/arbeits-und-sozialverhalten', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1375, 'pid' => 316, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1678403919, 'sorting' => 432, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1671145303, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Praktikum Arbeitswelt 2.0', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Praktikum, Berufsorientierung, Studienberatung', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'betriebspraktikum', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/sekundarstufe-i/praktikum-arbeitswelt-20', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Praktikum Arbeitswelt 2.0', 'link' => '/unterricht/sekundarstufe-i/praktikum-arbeitswelt-20', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 796, 'pid' => 316, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1702676994, 'sorting' => 452, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448544462, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Gesellschaftspraktikum', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Sozialpraktikum, Praktikum, Berufsorientierung, Studienberatung', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'disabled', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"slug":""}', 'slug' => '/unterricht/sekundarstufe-i/gesellschaftspraktikum', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Gesellschaftspraktikum', 'link' => '/unterricht/sekundarstufe-i/gesellschaftspraktikum', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 340, 'pid' => 316, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1708978344, 'sorting' => 472, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354890514, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Zukunftstag', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Berufsorientierung, Zukunftstag, Studienberatung, Girlsday, Boysday', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__15', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'berufsorientierung', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","tx_bwicons_icon":"","slug":"","slug_locked":"","tx_sluggi_sync":"","nav_title":"","subtitle":"","tx_gymgbw_icon":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/unterricht/sekundarstufe-i/zukunftstag', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Zukunftstag', 'link' => '/unterricht/sekundarstufe-i/zukunftstag', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 317, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673950001, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548139, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Sekundarstufe II', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Qualifikationsphase, Einführungsphase, Oberstufe, Oberstufensekretariat, Sekundarstufe II, Kursangebot, Jahrgangsleitung, Oberstufenkoordinator, Umwahl, Überspringen', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => 'Die Oberstufe umfasst die Einführungsphase (Jg. 11) sowie die Qualifikationsphase (Jg. 12-13) und bereitet auf das abschließende Abitur vor.', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => 'pagets__10', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'sekii', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/unterricht/sekundarstufe-ii', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Sekundarstufe II', 'link' => '/unterricht/sekundarstufe-ii', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 341, 'pid' => 317, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673178654, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354892252, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Abitur', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Abitur, Zentralabitur, Klausuren, Zeugnis, Prüfungen, Schulabschluss', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'alumni', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-ii/abitur', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Abitur', 'link' => '/unterricht/sekundarstufe-ii/abitur', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 337, 'pid' => 317, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1621769884, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354890514, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Betriebspraktikum', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Betriebspraktikum, Praktikum, Berufsorientierung, Berufspraktikum', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/sekundarstufe-ii/betriebspraktikum', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Betriebspraktikum', 'link' => '/unterricht/sekundarstufe-ii/betriebspraktikum', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 391, 'pid' => 317, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673952849, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1361125889, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Einstiegsklasse IGS/OBS', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Einstiegsklasse, Realschulklasse, Einführungsphase, Oberschulklasse, IGS, Anmeldung', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => 'Informationen zu unserer Einstiegsklasse für Schülerinnen und Schüler mit erweitertem Sekundarabschluss I (Realschulabschluss) auf dem Weg zum Abitur', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Einstiegsklasse mit erweitertem Sekundarabschluss I', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'angle-right', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-ii/einstiegsklasse-igs/obs', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Einstiegsklasse mit erweitertem Sekundarabschluss I', 'link' => '/unterricht/sekundarstufe-ii/einstiegsklasse-igs/obs', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1042, 'pid' => 317, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673952887, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1601674345, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Vorbereitungsseminar', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'angle-right', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-ii/vorbereitungsseminar', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Vorbereitungsseminar', 'link' => '/unterricht/sekundarstufe-ii/vorbereitungsseminar', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 342, 'pid' => 317, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673178334, 'sorting' => 2048, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354892252, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Schulbesuch im Ausland (Jg. 11)', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'International, Ausland', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'auslandschulbesuch', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-ii/schulbesuch-im-ausland-jg-11', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Schulbesuch im Ausland (Jg. 11)', 'link' => '/unterricht/sekundarstufe-ii/schulbesuch-im-ausland-jg-11', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 839, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1683055981, 'sorting' => 1552, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1455475201, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Hausaufgaben', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Hausaufgaben', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'hausaufgaben', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/hausaufgaben', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Hausaufgaben', 'link' => '/unterricht/hausaufgaben', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1166, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1679143395, 'sorting' => 1556, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1618514874, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Tablets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Medien, Digitalisierung, Tablets', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'smartphone', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/tablets', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Tablets', 'link' => '/unterricht/tablets', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 1451, 'pid' => 1166, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1699827019, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1699826855, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Tablet-Regeln', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":"","slug":""}', 'slug' => '/unterricht/tablets/tablet-regeln', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Tablet-Regeln', 'link' => '/unterricht/tablets/tablet-regeln', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 949, 'pid' => 1166, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 921, 'tstamp' => 1679389855, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 1, 'crdate' => 1565691365, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'FAQ Tablets', 'doktype' => 1, 'TSconfig' => '#Damit nur die Kategorien für FAQ angewählt werden können: TCEFORM.tx_plainfaq_domain_model_faq.categories.config.treeConfig.rootUid = 117', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Häufige Fragen und Antworten', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Medien, Digitalisierung, Tablets', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => '', 'tx_gymgbw_icon' => 'faq', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/tablets/faq-tablets', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'FAQ Tablets', 'link' => '/unterricht/tablets/faq-tablets', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 895, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1699825435, 'sorting' => 1560, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1496053624, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Prüfungsordnung', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Klausuren, Prüfungen, Nachschreiben, verpasste Klausuren und Klassenarbeiten', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'schulordnung', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","tx_bwicons_icon":"","slug":"","tx_sluggi_lock":"","tx_sluggi_sync":"","nav_title":"","subtitle":"","tx_gymgbw_icon":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/unterricht/pruefungsordnung', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Prüfungsordnung', 'link' => '/unterricht/pruefungsordnung', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 365, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1681242681, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1357680701, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Unterrichtszeiten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Unterricht, Stundenplan, Zeiten, Pausen, Nachmittagsunterricht, Mittagspause', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'unterrichtszeiten', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/unterrichtszeiten', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Unterrichtszeiten', 'link' => '/unterricht/unterrichtszeiten', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 675, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1678650223, 'sorting' => 1920, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1405366962, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Vertretungsplan', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'WebUntis, Vertretungsplan, Online-Vertretungsplan, Stundenplan, Unterrichtsausfall, Vertretungsunterricht, Passwort', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__12', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'webuntis', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/vertretungsplan', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Vertretungsplan', 'link' => '/unterricht/vertretungsplan', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 1045, 'pid' => 675, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673916245, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602180662, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Untis Zugangsdaten vergessen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Passwort, Untis mobile, Webuntis, Vertretungsplan, Stundenplan', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'settings', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/vertretungsplan/untis-zugangsdaten-vergessen', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Untis Zugangsdaten vergessen', 'link' => '/unterricht/vertretungsplan/untis-zugangsdaten-vergessen', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 841, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1705525117, 'sorting' => 2048, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1455479989, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Pausen und Aufsicht', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Pausen, Mittagspause, Haftung, Wertgegenstände', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'pause', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":"","slug":""}', 'slug' => '/unterricht/pausen-und-aufsicht', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Pausen und Aufsicht', 'link' => '/unterricht/pausen-und-aufsicht', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'languagenavigation' => array(array('languageId' => 0, 'locale' => 'de_DE.UTF8', 'title' => 'Deutsch', 'navigationTitle' => 'Deutsch', 'twoLetterIsoCode' => 'de', 'hreflang' => 'de-DE', 'direction' => '', 'flag' => 'flags-de', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-3', 'active' => 1, 'current' => 0, 'available' => 1), array('languageId' => 6, 'locale' => 'en_GB.UTF-8', 'title' => 'English', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en-GB', 'direction' => '', 'flag' => 'flags-gb', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 7, 'locale' => 'fr_FR.UTF-8', 'title' => 'Français', 'navigationTitle' => 'Français', 'twoLetterIsoCode' => 'fr', 'hreflang' => 'fr', 'direction' => '', 'flag' => 'flags-fr', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 9, 'locale' => 'ru_RU.UTF-8', 'title' => 'русский язык', 'navigationTitle' => 'русский язык', 'twoLetterIsoCode' => 'ru', 'hreflang' => 'ru-RU', 'direction' => '', 'flag' => 'flags-ru', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 8, 'locale' => 'uk_UA.UTF-8', 'title' => 'українська мова', 'navigationTitle' => 'українська мова', 'twoLetterIsoCode' => 'uk', 'hreflang' => 'uk-UA', 'direction' => '', 'flag' => 'flags-ua', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 10, 'locale' => 'sv_SE.UTF8', 'title' => 'Svenska', 'navigationTitle' => 'Svenska', 'twoLetterIsoCode' => 'sv', 'hreflang' => 'sv-SE', 'direction' => '', 'flag' => 'flags-se', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 11, 'locale' => 'da-DK.UTF-8', 'title' => 'Dansk', 'navigationTitle' => 'Dansk', 'twoLetterIsoCode' => 'da', 'hreflang' => 'da-DK', 'direction' => '', 'flag' => 'flags-dk', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 12, 'locale' => 'es-ES.UTF-8', 'title' => 'Español', 'navigationTitle' => 'Español', 'twoLetterIsoCode' => 'es', 'hreflang' => 'es-ES', 'direction' => '', 'flag' => 'flags-es', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 13, 'locale' => 'pl-PL.UTF-8', 'title' => 'Polska mowa', 'navigationTitle' => 'Polska mowa', 'twoLetterIsoCode' => 'pl', 'hreflang' => 'pl-PL', 'direction' => '', 'flag' => 'flags-pl', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 14, 'locale' => 'ja-JP.UTF-8', 'title' => '日本語', 'navigationTitle' => '日本語', 'twoLetterIsoCode' => 'ja', 'hreflang' => 'ja-JP', 'direction' => '', 'flag' => 'flags-jp', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 15, 'locale' => 'ar_AE', 'title' => 'اَللُّغَةُ اَلْعَرَبِيَّة', 'navigationTitle' => 'اَللُّغَةُ اَلْعَرَبِيَّة', 'twoLetterIsoCode' => 'ar', 'hreflang' => 'ar_AE', 'direction' => '', 'flag' => 'flags-sa', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0))), false)
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/ViewHelpers/RenderViewHelper.php line 169
            $renderingContext = clone $renderingContext;
            $renderingContext->getVariableProvider()->setSource($variables);
            $content = (new $delegate())->render($renderingContext);
        } elseif ($partial !== null) {
            $content = $view->renderPartial($partial, $section, $variables, $optional);
        } elseif ($section !== null) {
            $content = $view->renderSection($section, $variables, $optional);
        } elseif (!$optional) {
            throw new \InvalidArgumentException('ViewHelper f:render called without either argument section, partial, renderable or delegate and optional flag is false');
at TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper::renderStatic(array('section' => null, 'partial' => 'Footer', 'delegate' => null, 'renderable' => null, 'arguments' => array('contentHauptspalte' => '<div id="c4698" class="frame frame-default frame-type-textmedia frame-layout-0 "><div class="ce-textpic ce-right ce-intext ce-nowrap"><div class="ce-gallery " data-ce-columns="1" data-ce-images="1"><div class="ce-row"><div class="ce-column"><figure class="image"><img class="image-embed-item" src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Logo_1.jpg" width="552" height="504" loading="lazy" alt="" /></figure></div></div></div><div class="ce-bodytext"><h1 class="ce-headline "> Die Hörbücher </h1></div></div></div><div id="c4700" class="frame frame-default frame-type-textmedia frame-layout-0 frame-space-after-small "><div class="ce-textpic ce-left ce-above"><div class="ce-gallery ce-border " data-ce-columns="4" data-ce-images="9"><div class="ce-row"><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und die Eintrittskarten-Fälscher"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs.%20Green%20Und%20Die%20Eintrittskarten-Faelscher.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und die Eintrittskarten-Fälscher </figcaption></figure></div><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und das geklaute Kopiergeld"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Das%20Geklaute%20Kopiergeld.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und das geklaute Kopiergeld </figcaption></figure></div><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und das gespenstische Theater"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Das%20Gespenstische%20Theater.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und das gespenstische Theater </figcaption></figure></div><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und der Bücherdieb"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Der%20Buecher-Dieb.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und der Bücherdieb </figcaption></figure></div></div><div class="ce-row"><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und der maskierte Buchhändler"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Der%20Maskierte%20Buecherhaendler.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und der maskierte Buchhändler </figcaption></figure></div><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und die Jagd auf den Ticket-Fälscher"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Die%20Jagd%20Auf%20Die%20Ticket-F%C3%A4lscher.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und die Jagd auf den Ticket-Fälscher </figcaption></figure></div><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und die Kopierpapier-Diebe"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch_Mrs_Green_Und_Die_Kopierpapier-Diebe.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und die Kopierpapier-Diebe </figcaption></figure></div><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und der tote Wikinger"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/H%C3%B6rbuch%20Mrs%20Green%20Und%20Der%20Tote%20Wikinger.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und der tote Wikinger </figcaption></figure></div></div><div class="ce-row"><div class="ce-column"><figure class="video"><div class="video-embed"><video height="232" controls no-cookie enable2click placeholderContent class="video-embed-item" title="Mrs. Green und das Opfer aus Kunstraum 3"><source src="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch_Mrs_Green_Und_Das_Opfer_Aus_Kunstraum_3.m4v" type="video/mp4"></video></div><figcaption class="video-caption"> Mrs. Green und das Opfer aus Kunstraum 3 </figcaption></figure></div></div></div></div></div><div id="c4708" class="frame frame-layout-box frame-type-uploads frame-layout-0 frame-space-after-small "><h2 class="ce-headline "> Hörbücher als Download </h2><ul class="ce-uploads"><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs.%20Green%20Und%20Die%20Eintrittskarten-Faelscher.m4v" target="_blank" title="Mrs. Green und die Eintrittskarten-Fälscher"><div class="ce-uploads-fileName">Mrs. Green und die Eintrittskarten-Fälscher</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">11 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Das%20Geklaute%20Kopiergeld.m4v" target="_blank" title="Mrs. Green und das geklaute Kopiergeld"><div class="ce-uploads-fileName">Mrs. Green und das geklaute Kopiergeld</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">11 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Das%20Gespenstische%20Theater.m4v" target="_blank" title="Mrs. Green und das gespenstische Theater"><div class="ce-uploads-fileName">Mrs. Green und das gespenstische Theater</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">12 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Der%20Buecher-Dieb.m4v" target="_blank" title="Mrs. Green und der Bücherdieb"><div class="ce-uploads-fileName">Mrs. Green und der Bücherdieb</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">14 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Der%20Maskierte%20Buecherhaendler.m4v" target="_blank" title="Mrs. Green und der maskierte Buchhändler"><div class="ce-uploads-fileName">Mrs. Green und der maskierte Buchhändler</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">16 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch%20Mrs%20Green%20Und%20Die%20Jagd%20Auf%20Die%20Ticket-F%C3%A4lscher.m4v" target="_blank" title="Mrs. Green und die Jagd auf den Ticket-Fälscher"><div class="ce-uploads-fileName">Mrs. Green und die Jagd auf den Ticket-Fälscher</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">21 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch_Mrs_Green_Und_Die_Kopierpapier-Diebe.m4v" target="_blank" title="Mrs. Green und die Kopierpapier-Diebe"><div class="ce-uploads-fileName">Mrs. Green und die Kopierpapier-Diebe</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">16 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/H%C3%B6rbuch%20Mrs%20Green%20Und%20Der%20Tote%20Wikinger.m4v" target="_blank" title="Mrs. Green und der tote Wikinger"><div class="ce-uploads-fileName">Mrs. Green und der tote Wikinger</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">21 MB</div></div></li><li><img src="/typo3conf/ext/gymgbw/Resources/Public/Icons/file-types/svg/m4v.svg" class="file-icon" alt="" ><div class="ce-description-wrap"><a href="/fileadmin/uploads/Bildergalerien/Kunst/2021_der_digitale_gruene_buchtag/Ausstellungsteil%203_Die%20Mrs%20Green-Hoerbuecher/Hoerbuch_Mrs_Green_Und_Das_Opfer_Aus_Kunstraum_3.m4v" target="_blank" title="Mrs. Green und das Opfer aus Kunstraum 3"><div class="ce-uploads-fileName">Mrs. Green und das Opfer aus Kunstraum 3</div></a><div class="ce-uploads-description">Hörbuch</div><div class="ce-uploads-filesize">41 MB</div></div></li></ul></div><div id="c4691" class="frame frame-layout-box frame-type-shortcut frame-layout-0 "><div id="c4687" class="frame frame-layout-box frame-type-textmedia frame-layout-0 "><h3 class="ce-headline "> Alle Ausstellungsteile </h3><div class="ce-textpic ce-center ce-below"><div class="ce-bodytext"><p><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag"><i class="fa-chevron-right fas"></i> Einführung in die Ausstellung</a></p></div><div class="ce-gallery ce-border " data-ce-columns="6" data-ce-images="6"><div class="ce-outer"><div class="ce-inner"><div class="ce-row"><div class="ce-column"><figure class="image"><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-1"><img class="image-embed-item" src="/fileadmin/_processed_/6/5/csm_Ausstellungsteil_1_Musik___Redaktion_c85a08b966.jpg" width="204" height="266" loading="lazy" alt="" /></a></figure></div><div class="ce-column"><figure class="image"><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-2"><img class="image-embed-item" src="/fileadmin/_processed_/f/6/csm_Ausstellungsteil_2_Auswahlgrafik_Buchcover_4f64e63569.jpg" width="204" height="266" loading="lazy" alt="" /></a></figure></div><div class="ce-column"><figure class="image"><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-3"><img class="image-embed-item" src="/fileadmin/_processed_/1/3/csm_Ausstellungsteil_3_Auswahlgrafik_Hoerbuecher_dbfbdf61df.jpg" width="204" height="266" loading="lazy" alt="" /></a></figure></div><div class="ce-column"><figure class="image"><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-4"><img class="image-embed-item" src="/fileadmin/_processed_/8/d/csm_Ausstellungsteil_4_Auswahlgrafik_Lieblingsbuecher_363ae88bdf.jpg" width="204" height="266" loading="lazy" alt="" /></a></figure></div><div class="ce-column"><figure class="image"><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-5"><img class="image-embed-item" src="/fileadmin/_processed_/1/5/csm_Ausstellungsteil_5_Auswahlgrafik_Lesetexte_17c083815c.jpg" width="204" height="266" loading="lazy" alt="" /></a></figure></div><div class="ce-column"><figure class="image"><a href="/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-6"><img class="image-embed-item" src="/fileadmin/_processed_/c/8/csm_Ausstellungsteil_6_Auswahlgrafik_Top_20_und_Werk_d7ea191c26.jpg" width="204" height="266" loading="lazy" alt="" /></a></figure></div></div></div></div></div></div></div></div>', 'contentSubmenu' => '', 'contentSidebar' => '', 'contentTopzeile' => '', 'contentHauptspalteUnten' => '', 'contentEyecatcher' => '', 'contentStartseite-links' => '', 'contentStartseite-mitte' => '', 'contentStartseite-rechts' => '', 'contentStartseite-alle-spalten' => '', 'data' => array('uid' => 1215, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860377, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615055, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 3', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => array(), 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-3', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0), 'current' => null, 'subMenu' => array(array('data' => array('uid' => 309, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1679170577, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354535888, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Fächer', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Unterricht, Fächer', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'faecher', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/svgs/brands/500px.svg', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Fächer', 'link' => '/unterricht/faecher', 'target' => '', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 310, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443313, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354535913, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Biologie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'biologie', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/biologie', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Biologie', 'link' => '/unterricht/faecher/biologie', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 311, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1679171030, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354535923, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Chemie', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'chemie', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher/chemie', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/svgs/brands/500px.svg', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Chemie', 'link' => '/unterricht/faecher/chemie', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 312, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1672849832, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354535947, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Deutsch', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Vergleichsarbeiten', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'deutsch', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/deutsch', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Deutsch', 'link' => '/unterricht/faecher/deutsch', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 313, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443532, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354535963, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Erdkunde', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'erdkunde', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/erdkunde', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Erdkunde', 'link' => '/unterricht/faecher/erdkunde', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 314, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1672849849, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354535972, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Englisch', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Fremdsprachen, Vergleichsarbeiten', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'englisch', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/englisch', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Englisch', 'link' => '/unterricht/faecher/englisch', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 319, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443589, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548181, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Französisch', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Fremdsprachen, Vergleichsarbeiten', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'franzoesisch', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/franzoesisch', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Französisch', 'link' => '/unterricht/faecher/franzoesisch', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 320, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443611, 'sorting' => 2048, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548208, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Geschichte', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'geschichte', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/geschichte', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Geschichte', 'link' => '/unterricht/faecher/geschichte', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 677, 'pid' => 320, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1675288121, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1406058478, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Gedenkstättenfahrt Auschwitz', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => 'Regelmäßige Exkursion für die Schülerinnen und Schüler der Oberstufe zu den Gedenkstätten an den ehemaligen Konzentrationslagern Auschwitz und Birkenau', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => 'pagets__10', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'geschichte', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher/geschichte/gedenkstaettenfahrt-auschwitz', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Gedenkstättenfahrt Auschwitz', 'link' => '/unterricht/faecher/geschichte/gedenkstaettenfahrt-auschwitz', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 322, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443624, 'sorting' => 2304, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kunst', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'kunst', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kunst', 'link' => '/unterricht/faecher/kunst', 'target' => '', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 1212, 'pid' => 322, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1647988072, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626613472, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Der digitale GRÜNE Buchtag', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Der digitale GRÜNE Buchtag', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag', 'target' => '', 'active' => 1, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 1213, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860364, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615037, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 1', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-1', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Ausstellungsteil 1', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-1', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1214, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860371, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615048, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 2', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-2', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Ausstellungsteil 2', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-2', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1215, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860377, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615055, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 3', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-3', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Ausstellungsteil 3', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-3', 'target' => '', 'active' => 1, 'current' => 1, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1216, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860383, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615062, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 4', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-4', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Ausstellungsteil 4', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-4', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1217, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860388, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615069, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 5', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-5', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Ausstellungsteil 5', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-5', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1218, 'pid' => 1212, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1626860396, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1626615078, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Ausstellungsteil 6', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-6', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Ausstellungsteil 6', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-6', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 522, 'pid' => 322, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1550480015, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1394868025, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Online Kunstgalerie', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/kunst/online-kunstgalerie', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Online Kunstgalerie', 'link' => '/unterricht/faecher/kunst/online-kunstgalerie', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 323, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1618950744, 'sorting' => 2560, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Latein', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Fremdsprachen', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'latein', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/latein', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Latein', 'link' => '/unterricht/faecher/latein', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 324, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1672849934, 'sorting' => 2816, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Mathematik', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Vergleichsarbeiten', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'mathematik', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/mathematik', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Mathematik', 'link' => '/unterricht/faecher/mathematik', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 936, 'pid' => 324, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1552579439, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1552579381, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Mathematik-AG', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 380, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 0, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/mathematik/mathematik-ag', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Mathematik-AG', 'link' => '/projekte-schulleben/arbeitsgemeinschaften/ag-verzeichnis/ags-a-z/mathematik-ag', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 325, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1613659269, 'sorting' => 3072, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Musik', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Musikfreizeit, Profilklasse', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__15', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'musik', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/musik', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Musik', 'link' => '/unterricht/faecher/musik', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 1018, 'pid' => 325, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610362660, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1589544563, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Bläserklasse', 'doktype' => 4, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 1016, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1599593192, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'trompete', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/musik/blaeserklasse', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Bläserklasse', 'link' => '/projekte-schulleben/blaeserklasse', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 326, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443693, 'sorting' => 3328, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Physik', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'physik', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/physik', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Physik', 'link' => '/unterricht/faecher/physik', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 327, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1619116321, 'sorting' => 3584, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Politik-Wirtschaft', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Berufsorientierung', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'politik', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/politik-wirtschaft', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Politik-Wirtschaft', 'link' => '/unterricht/faecher/politik-wirtschaft', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 328, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443718, 'sorting' => 3840, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Religion', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Religion', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'religion', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/religion', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Religion', 'link' => '/unterricht/faecher/religion', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 421, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1686258885, 'sorting' => 3968, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1368721469, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Seminarfach', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Seminarfach,Facharbeit, Kursangebot,Oberstufe, Qualifikationsphase', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'seminarfach', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher/seminarfach', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Seminarfach', 'link' => '/unterricht/faecher/seminarfach', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 1422, 'pid' => 421, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1687509069, 'sorting' => 152, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1685962631, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2025', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'ag-liste', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher/seminarfach/kursangebot-abitur-2025', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2025', 'link' => '/unterricht/faecher/seminarfach/kursangebot-abitur-2025', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 856, 'pid' => 421, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1593090771, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1465368756, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot früherer Jahre', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'ag-liste', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot früherer Jahre', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 672, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1488838059, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404754301, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2015', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2015', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2015', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2015', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 673, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1488838019, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1404755626, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2016', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2016', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2016', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2016', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 737, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1493990202, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1434734466, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2017', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2017', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2017', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2017', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 855, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1542794579, 'sorting' => 1024, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1465366786, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2018', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2018', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2018', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2018', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 885, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1683732947, 'sorting' => 1280, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1493981879, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2019', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2019', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2019', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2019', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 946, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 885, 'tstamp' => 1683732744, 'sorting' => 1344, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1561030057, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2021', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => '', 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2021', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2021', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2021', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1028, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 946, 'tstamp' => 1686179517, 'sorting' => 1348, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1593086933, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2022', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Seminarfach', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => '', 'tx_gymgbw_icon' => 'ag-liste', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2022', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2022', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2022', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1210, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1686635883, 'sorting' => 1349, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1625091250, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2023', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Seminarfach', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'ag-liste', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2023', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2023', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2023', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1416, 'pid' => 856, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1686635877, 'sorting' => 1350, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1683742702, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursangebot Abitur 2024', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Seminarfach', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'ag-liste', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"hidden":null}', 'slug' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2024', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursangebot Abitur 2024', 'link' => '/unterricht/faecher/seminarfach/kursangebot-frueherer-jahre/kursangebot-abitur-2024', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))))), array('data' => array('uid' => 329, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443746, 'sorting' => 4096, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Spanisch', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Fremdsprachen', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'spanisch', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/spanisch', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Spanisch', 'link' => '/unterricht/faecher/spanisch', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 930, 'pid' => 329, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1610362836, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1551877471, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Spanisch als 2. Fremdsprache', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/spanisch/spanisch-als-2-fremdsprache', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Spanisch als 2. Fremdsprache', 'link' => '/unterricht/faecher/spanisch/spanisch-als-2-fremdsprache', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 390, 'pid' => 329, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1687987961, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1361019992, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Spanisch Neubeginn in der Einführungsphase', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Spanisch, Realschulklasse, Einstiegsklasse, Oberschulklasse, IGS', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/spanisch/spanisch-neubeginn-in-der-einfuehrungsphase', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Spanisch Neubeginn in der Einführungsphase', 'link' => '/unterricht/faecher/spanisch/spanisch-neubeginn-in-der-einfuehrungsphase', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 389, 'pid' => 329, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1687988758, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1361019945, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Sprachreise Spanien', 'doktype' => 4, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 366, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => '', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1686204079, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'spanisch', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"shortcut_mode":null,"shortcut":null,"abstract":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"target":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecher/spanisch/sprachreise-spanien', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Sprachreise Spanien', 'link' => '/projekte-schulleben/international/sprachreise-spanien', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 330, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443757, 'sorting' => 4352, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Sport', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Schwimmunterricht, Sport', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'sport', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/sport', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Sport', 'link' => '/unterricht/faecher/sport', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 898, 'pid' => 330, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1699824876, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1496056011, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Hallenordnung', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Sport, Schulordnung', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","tx_bwicons_icon":"","slug":"","tx_sluggi_lock":"","tx_sluggi_sync":"","nav_title":"","subtitle":"","tx_gymgbw_icon":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/unterricht/faecher/sport/hallenordnung', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Hallenordnung', 'link' => '/unterricht/faecher/sport/hallenordnung', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1044, 'pid' => 330, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1661814323, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602180480, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Kursausschreibungen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'sport', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/sport/kursausschreibungen', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Kursausschreibungen', 'link' => '/unterricht/faecher/sport/kursausschreibungen', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 331, 'pid' => 309, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1515443780, 'sorting' => 4480, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548312, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Werte und Normen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'werte-und-normen', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/faecher/werte-und-normen', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Werte und Normen', 'link' => '/unterricht/faecher/werte-und-normen', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 393, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1681471220, 'sorting' => 384, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1361436053, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Fächerwahlen', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Kursangebot, Wahlen, Qualifikationsphase, Umwahl, Einführungsphase', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'formulare', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/faecherwahlen', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Fächerwahlen', 'link' => '/unterricht/faecherwahlen', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 932, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1681471193, 'sorting' => 416, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1551883596, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Fremdsprachenangebot', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Sprachen, Fremdsprachen', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__12', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'sprachen', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/fremdsprachenangebot', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Fremdsprachenangebot', 'link' => '/unterricht/fremdsprachenangebot', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 316, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673949994, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548121, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Sekundarstufe I', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Mittelstufe, Unterstufe, Sekundarstufe I, Jahrgangsleitung', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'seki', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/unterricht/sekundarstufe-i', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Sekundarstufe I', 'link' => '/unterricht/sekundarstufe-i', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 838, 'pid' => 316, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673178855, 'sorting' => 64, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1455460764, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Klassenverband', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Klassenlehrer, Klassenpaten, Paten, Klasse', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'users-group', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-i/klassenverband', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Klassenverband', 'link' => '/unterricht/sekundarstufe-i/klassenverband', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 829, 'pid' => 316, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673187105, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1455320820, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Leistungsbewertung', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Leistungsbewertung, Klassenarbeiten, Arbeiten, Zensuren, Zeugnis, Versetzung, Aprilnoten, Mitarbeit', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'zeugnis', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-i/leistungsbewertung', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Leistungsbewertung', 'link' => '/unterricht/sekundarstufe-i/leistungsbewertung', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 840, 'pid' => 316, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673187138, 'sorting' => 192, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1455477113, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Arbeits-und Sozialverhalten', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Kopfnoten, Sozialverhalten, Arbeitsverhalten, Mitarbeit', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'stern', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-i/arbeits-und-sozialverhalten', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Arbeits-und Sozialverhalten', 'link' => '/unterricht/sekundarstufe-i/arbeits-und-sozialverhalten', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1375, 'pid' => 316, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1678403919, 'sorting' => 432, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1671145303, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Praktikum Arbeitswelt 2.0', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Praktikum, Berufsorientierung, Studienberatung', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'betriebspraktikum', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/sekundarstufe-i/praktikum-arbeitswelt-20', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Praktikum Arbeitswelt 2.0', 'link' => '/unterricht/sekundarstufe-i/praktikum-arbeitswelt-20', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 796, 'pid' => 316, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1702676994, 'sorting' => 452, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1448544462, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Gesellschaftspraktikum', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Sozialpraktikum, Praktikum, Berufsorientierung, Studienberatung', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'disabled', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"slug":""}', 'slug' => '/unterricht/sekundarstufe-i/gesellschaftspraktikum', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Gesellschaftspraktikum', 'link' => '/unterricht/sekundarstufe-i/gesellschaftspraktikum', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 340, 'pid' => 316, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1708978344, 'sorting' => 472, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354890514, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Zukunftstag', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Berufsorientierung, Zukunftstag, Studienberatung, Girlsday, Boysday', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 2, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__15', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'berufsorientierung', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","tx_bwicons_icon":"","slug":"","slug_locked":"","tx_sluggi_sync":"","nav_title":"","subtitle":"","tx_gymgbw_icon":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/unterricht/sekundarstufe-i/zukunftstag', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Zukunftstag', 'link' => '/unterricht/sekundarstufe-i/zukunftstag', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 317, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673950001, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354548139, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Sekundarstufe II', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Qualifikationsphase, Einführungsphase, Oberstufe, Oberstufensekretariat, Sekundarstufe II, Kursangebot, Jahrgangsleitung, Oberstufenkoordinator, Umwahl, Überspringen', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => 'Die Oberstufe umfasst die Einführungsphase (Jg. 11) sowie die Qualifikationsphase (Jg. 12-13) und bereitet auf das abschließende Abitur vor.', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => 'pagets__10', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'sekii', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":null}', 'slug' => '/unterricht/sekundarstufe-ii', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Sekundarstufe II', 'link' => '/unterricht/sekundarstufe-ii', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 341, 'pid' => 317, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673178654, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354892252, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Abitur', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Abitur, Zentralabitur, Klausuren, Zeugnis, Prüfungen, Schulabschluss', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'alumni', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-ii/abitur', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Abitur', 'link' => '/unterricht/sekundarstufe-ii/abitur', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 337, 'pid' => 317, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1621769884, 'sorting' => 768, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354890514, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Betriebspraktikum', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Betriebspraktikum, Praktikum, Berufsorientierung, Berufspraktikum', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => '', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => null, 'slug' => '/unterricht/sekundarstufe-ii/betriebspraktikum', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => '', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Betriebspraktikum', 'link' => '/unterricht/sekundarstufe-ii/betriebspraktikum', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 391, 'pid' => 317, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673952849, 'sorting' => 1536, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1361125889, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Einstiegsklasse IGS/OBS', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Einstiegsklasse, Realschulklasse, Einführungsphase, Oberschulklasse, IGS, Anmeldung', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => 'Informationen zu unserer Einstiegsklasse für Schülerinnen und Schüler mit erweitertem Sekundarabschluss I (Realschulabschluss) auf dem Weg zum Abitur', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => 'Einstiegsklasse mit erweitertem Sekundarabschluss I', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'angle-right', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-ii/einstiegsklasse-igs/obs', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Einstiegsklasse mit erweitertem Sekundarabschluss I', 'link' => '/unterricht/sekundarstufe-ii/einstiegsklasse-igs/obs', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1042, 'pid' => 317, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673952887, 'sorting' => 1792, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1601674345, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Vorbereitungsseminar', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'angle-right', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-ii/vorbereitungsseminar', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Vorbereitungsseminar', 'link' => '/unterricht/sekundarstufe-ii/vorbereitungsseminar', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 342, 'pid' => 317, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673178334, 'sorting' => 2048, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1354892252, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Schulbesuch im Ausland (Jg. 11)', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'International, Ausland', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__10', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'auslandschulbesuch', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/sekundarstufe-ii/schulbesuch-im-ausland-jg-11', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Schulbesuch im Ausland (Jg. 11)', 'link' => '/unterricht/sekundarstufe-ii/schulbesuch-im-ausland-jg-11', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 839, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1683055981, 'sorting' => 1552, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1455475201, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Hausaufgaben', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Hausaufgaben', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'hausaufgaben', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/hausaufgaben', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Hausaufgaben', 'link' => '/unterricht/hausaufgaben', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 1166, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1679143395, 'sorting' => 1556, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1618514874, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Tablets', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Medien, Digitalisierung, Tablets', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'smartphone', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/tablets', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Tablets', 'link' => '/unterricht/tablets', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 1451, 'pid' => 1166, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1699827019, 'sorting' => 128, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1699826855, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Tablet-Regeln', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '0', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => null, 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => '', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => null, 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":"","slug":""}', 'slug' => '/unterricht/tablets/tablet-regeln', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Tablet-Regeln', 'link' => '/unterricht/tablets/tablet-regeln', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 949, 'pid' => 1166, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 921, 'tstamp' => 1679389855, 'sorting' => 256, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 1, 'crdate' => 1565691365, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'FAQ Tablets', 'doktype' => 1, 'TSconfig' => '#Damit nur die Kategorien für FAQ angewählt werden können: TCEFORM.tx_plainfaq_domain_model_faq.categories.config.treeConfig.rootUid = 117', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => 'Häufige Fragen und Antworten', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Medien, Digitalisierung, Tablets', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => '', 'tx_gymgbw_icon' => 'faq', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/tablets/faq-tablets', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'FAQ Tablets', 'link' => '/unterricht/tablets/faq-tablets', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 895, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1699825435, 'sorting' => 1560, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 0, 'perms_user' => 31, 'perms_group' => 27, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1496053624, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Prüfungsordnung', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Klausuren, Prüfungen, Nachschreiben, verpasste Klausuren und Klassenarbeiten', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'schulordnung', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":"","title":"","tx_bwicons_icon":"","slug":"","tx_sluggi_lock":"","tx_sluggi_sync":"","nav_title":"","subtitle":"","tx_gymgbw_icon":"","seo_title":"","description":"","no_index":"","no_follow":"","canonical_link":"","sitemap_changefreq":"","sitemap_priority":"","og_title":"","og_description":"","og_image":"","twitter_title":"","twitter_description":"","twitter_image":"","twitter_card":"","abstract":"","keywords":"","author":"","author_email":"","lastUpdated":"","layout":"","newUntil":"","backend_layout":"","backend_layout_next_level":"","content_from_pid":"","target":"","cache_timeout":"","cache_tags":"","is_siteroot":"","no_search":"","php_tree_stop":"","module":"","media":"","tsconfig_includes":"","TSconfig":"","l18n_cfg":"","hidden":"","nav_hide":"","starttime":"","endtime":"","extendToSubpages":"","fe_group":"","fe_login_mode":"","editlock":"","categories":"","rowDescription":""}', 'slug' => '/unterricht/pruefungsordnung', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Prüfungsordnung', 'link' => '/unterricht/pruefungsordnung', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 365, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1681242681, 'sorting' => 1664, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1357680701, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Unterrichtszeiten', 'doktype' => 1, 'TSconfig' => '', 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Unterricht, Stundenplan, Zeiten, Pausen, Nachmittagsunterricht, Mittagspause', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => '', 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => '', 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'unterrichtszeiten', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"slug_locked":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/unterrichtszeiten', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Unterrichtszeiten', 'link' => '/unterricht/unterrichtszeiten', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0), array('data' => array('uid' => 675, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1678650223, 'sorting' => 1920, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1405366962, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Vertretungsplan', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'WebUntis, Vertretungsplan, Online-Vertretungsplan, Stundenplan, Unterrichtsausfall, Vertretungsunterricht, Passwort', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__12', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'webuntis', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"tx_bwicons_icon":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/vertretungsplan', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Vertretungsplan', 'link' => '/unterricht/vertretungsplan', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 1, 'children' => array(array('data' => array('uid' => 1045, 'pid' => 675, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1673916245, 'sorting' => 512, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 19, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1602180662, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Untis Zugangsdaten vergessen', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 0, 'lastUpdated' => 0, 'keywords' => 'Passwort, Untis mobile, Webuntis, Vertretungsplan, Stundenplan', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__11', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'settings', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"doktype":null,"title":null,"slug":null,"nav_title":null,"subtitle":null,"tx_gymgbw_icon":null,"seo_title":null,"description":null,"no_index":null,"no_follow":null,"canonical_link":null,"sitemap_changefreq":null,"sitemap_priority":null,"og_title":null,"og_description":null,"og_image":null,"twitter_title":null,"twitter_description":null,"twitter_image":null,"twitter_card":null,"abstract":null,"keywords":null,"author":null,"author_email":null,"lastUpdated":null,"layout":null,"newUntil":null,"backend_layout":null,"backend_layout_next_level":null,"content_from_pid":null,"target":null,"cache_timeout":null,"cache_tags":null,"is_siteroot":null,"no_search":null,"php_tree_stop":null,"module":null,"media":null,"tsconfig_includes":null,"TSconfig":null,"l18n_cfg":null,"hidden":null,"nav_hide":null,"starttime":null,"endtime":null,"extendToSubpages":null,"fe_group":null,"fe_login_mode":null,"editlock":null,"categories":null,"rowDescription":null}', 'slug' => '/unterricht/vertretungsplan/untis-zugangsdaten-vergessen', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Untis Zugangsdaten vergessen', 'link' => '/unterricht/vertretungsplan/untis-zugangsdaten-vergessen', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0))), array('data' => array('uid' => 841, 'pid' => 308, 't3ver_oid' => 0, 't3ver_wsid' => 0, 't3ver_state' => 0, 't3ver_stage' => 0, 't3_origuid' => 0, 'tstamp' => 1705525117, 'sorting' => 2048, 'deleted' => 0, 'perms_userid' => 4, 'perms_groupid' => 19, 'perms_user' => 31, 'perms_group' => 17, 'perms_everybody' => 0, 'editlock' => 0, 'crdate' => 1455479989, 'cruser_id' => 4, 'hidden' => 0, 'title' => 'Pausen und Aufsicht', 'doktype' => 1, 'TSconfig' => null, 'is_siteroot' => 0, 'php_tree_stop' => 0, 'url' => '', 'starttime' => 0, 'endtime' => 0, 'shortcut' => 0, 'shortcut_mode' => 0, 'fe_group' => '', 'subtitle' => '', 'layout' => 0, 'target' => '', 'media' => 1, 'lastUpdated' => 0, 'keywords' => 'Pausen, Mittagspause, Haftung, Wertgegenstände', 'cache_timeout' => 0, 'newUntil' => 0, 'description' => null, 'no_search' => 0, 'SYS_LASTCHANGED' => 1709904248, 'abstract' => null, 'module' => '', 'extendToSubpages' => 0, 'author' => '', 'author_email' => '', 'nav_title' => '', 'nav_hide' => 0, 'content_from_pid' => 0, 'mount_pid' => 0, 'mount_pid_ol' => 0, 'l18n_cfg' => 0, 'fe_login_mode' => 0, 'backend_layout' => 'pagets__13', 'backend_layout_next_level' => '', 'cache_tags' => '', 'categories' => 0, 'tsconfig_includes' => null, 'tx_gymgbw_icon' => 'pause', 'tx_impexp_origuid' => 0, 'tx_oelib_is_dummy_record' => 0, 'sys_language_uid' => 0, 'l10n_source' => 0, 'l10n_state' => null, 'l10n_diffsource' => '{"title":"","slug":""}', 'slug' => '/unterricht/pausen-und-aufsicht', 'rowDescription' => null, 'l10n_parent' => 0, 'seo_title' => '', 'no_index' => 0, 'no_follow' => 0, 'og_title' => '', 'og_description' => null, 'twitter_title' => '', 'twitter_description' => null, 'twitter_image' => 0, 'twitter_card' => 'summary', 'canonical_link' => '', 'sitemap_priority' => '0.5', 'sitemap_changefreq' => '', 'og_image' => 0, 'tx_bwicons_icon' => '', 'tx_sluggi_sync' => 1, 'slug_locked' => 0, 'isSpacer' => false), 'title' => 'Pausen und Aufsicht', 'link' => '/unterricht/pausen-und-aufsicht', 'target' => '', 'active' => 0, 'current' => 0, 'spacer' => 0, 'hasSubpages' => 0)), 'languagenavigation' => array(array('languageId' => 0, 'locale' => 'de_DE.UTF8', 'title' => 'Deutsch', 'navigationTitle' => 'Deutsch', 'twoLetterIsoCode' => 'de', 'hreflang' => 'de-DE', 'direction' => '', 'flag' => 'flags-de', 'link' => '/unterricht/faecher/kunst/der-digitale-gruene-buchtag/ausstellungsteil-3', 'active' => 1, 'current' => 0, 'available' => 1), array('languageId' => 6, 'locale' => 'en_GB.UTF-8', 'title' => 'English', 'navigationTitle' => 'English', 'twoLetterIsoCode' => 'en', 'hreflang' => 'en-GB', 'direction' => '', 'flag' => 'flags-gb', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 7, 'locale' => 'fr_FR.UTF-8', 'title' => 'Français', 'navigationTitle' => 'Français', 'twoLetterIsoCode' => 'fr', 'hreflang' => 'fr', 'direction' => '', 'flag' => 'flags-fr', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 9, 'locale' => 'ru_RU.UTF-8', 'title' => 'русский язык', 'navigationTitle' => 'русский язык', 'twoLetterIsoCode' => 'ru', 'hreflang' => 'ru-RU', 'direction' => '', 'flag' => 'flags-ru', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 8, 'locale' => 'uk_UA.UTF-8', 'title' => 'українська мова', 'navigationTitle' => 'українська мова', 'twoLetterIsoCode' => 'uk', 'hreflang' => 'uk-UA', 'direction' => '', 'flag' => 'flags-ua', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 10, 'locale' => 'sv_SE.UTF8', 'title' => 'Svenska', 'navigationTitle' => 'Svenska', 'twoLetterIsoCode' => 'sv', 'hreflang' => 'sv-SE', 'direction' => '', 'flag' => 'flags-se', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 11, 'locale' => 'da-DK.UTF-8', 'title' => 'Dansk', 'navigationTitle' => 'Dansk', 'twoLetterIsoCode' => 'da', 'hreflang' => 'da-DK', 'direction' => '', 'flag' => 'flags-dk', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 12, 'locale' => 'es-ES.UTF-8', 'title' => 'Español', 'navigationTitle' => 'Español', 'twoLetterIsoCode' => 'es', 'hreflang' => 'es-ES', 'direction' => '', 'flag' => 'flags-es', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 13, 'locale' => 'pl-PL.UTF-8', 'title' => 'Polska mowa', 'navigationTitle' => 'Polska mowa', 'twoLetterIsoCode' => 'pl', 'hreflang' => 'pl-PL', 'direction' => '', 'flag' => 'flags-pl', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 14, 'locale' => 'ja-JP.UTF-8', 'title' => '日本語', 'navigationTitle' => '日本語', 'twoLetterIsoCode' => 'ja', 'hreflang' => 'ja-JP', 'direction' => '', 'flag' => 'flags-jp', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0), array('languageId' => 15, 'locale' => 'ar_AE', 'title' => 'اَللُّغَةُ اَلْعَرَبِيَّة', 'navigationTitle' => 'اَللُّغَةُ اَلْعَرَبِيَّة', 'twoLetterIsoCode' => 'ar', 'hreflang' => 'ar_AE', 'direction' => '', 'flag' => 'flags-sa', 'link' => '', 'active' => 0, 'current' => 0, 'available' => 0))), 'optional' => false, 'default' => null, 'contentAs' => null, 'debug' => true), object(Closure), object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3temp/var/cache/code/fluid_template/layout_DefaultLayout_html_fe3f4ff9bc8b8ae61c8222b7804b33082ccbcc73.php line 180
$arguments14['debug'] = true;
$arguments14['partial'] = 'Footer';
$arguments14['arguments'] = $renderingContext->getVariableProvider()->getAll();

$output0 .= TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper::renderStatic($arguments14, $renderChildrenClosure15, $renderingContext);

$output0 .= '
 ';
// Rendering ViewHelper TYPO3\CMS\Fluid\ViewHelpers\RenderViewHelper
at layout_DefaultLayout_html_fe3f4ff9bc8b8ae61c8222b7804b33082ccbcc73->render(object(TYPO3\CMS\Fluid\Core\Rendering\RenderingContext))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/vendor/typo3fluid/fluid/src/View/AbstractTemplateView.php line 200
            } catch (PassthroughSourceException $error) {
                return $error->getSource();
            }
            $this->startRendering(self::RENDERING_LAYOUT, $parsedTemplate, $this->baseRenderingContext);
            $output = $parsedLayout->render($this->baseRenderingContext);
            $this->stopRendering();
        }

        return $output;
at TYPO3Fluid\Fluid\View\AbstractTemplateView->render()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 340
     * @return string
     */
    protected function renderFluidView()
    {
        return $this->view->render();
    }

    /**
     * Apply standard wrap to content
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->renderFluidView()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php line 106

        $this->view->assignMultiple($variables);

        $this->renderFluidTemplateAssetsIntoPageRenderer();
        $content = $this->renderFluidView();
        $content = $this->applyStandardWrapToRenderedContent($content, $conf);

        $this->view = $parentView;
        return $content;
at TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject->render(array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'entryLevel' => '1', 'as' => 'subMenu', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation')), 'layoutRootPath' => 'EXT:gymgbw/Resources/Private/Layouts', 'partialRootPath' => 'EXT:gymgbw/Resources/Private/Partials', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__10' => 'TEXT', 'pagets__10.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__11' => 'TEXT', 'pagets__11.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte.html'), 'pagets__12' => 'TEXT', 'pagets__12.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte-Sidebar.html'), 'pagets__13' => 'TEXT', 'pagets__13.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte.html'), 'pagets__14' => 'TEXT', 'pagets__14.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Startseite.html'), 'pagets__15' => 'TEXT', 'pagets__15.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebarkurz.html'), 'pagets__16' => 'TEXT', 'pagets__16.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte50-Sidebar50.html'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/DSB-blau.html'), 'pagets__20' => 'TEXT', 'pagets__20.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__25' => 'TEXT', 'pagets__25.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/TdOT.html'), 'pagets__26' => 'TEXT', 'pagets__26.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Zeitung-Startseite.html'), 'pagets__100' => 'TEXT', 'pagets__100.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Hauptspalte.html'), 'pagets__101' => 'TEXT', 'pagets__101.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Submenu-Hauptspalte.html')))), 'variables.' => array('contentHauptspalte' => 'CONTENT', 'contentHauptspalte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'contentSubmenu' => 'CONTENT', 'contentSubmenu.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'contentSidebar' => 'CONTENT', 'contentSidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'contentTopzeile' => 'CONTENT', 'contentTopzeile.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'contentHauptspalteUnten' => 'CONTENT', 'contentHauptspalteUnten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'contentEyecatcher' => 'CONTENT', 'contentEyecatcher.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5')), 'contentStartseite-links' => 'CONTENT', 'contentStartseite-links.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 6')), 'contentStartseite-mitte' => 'CONTENT', 'contentStartseite-mitte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 7')), 'contentStartseite-rechts' => 'CONTENT', 'contentStartseite-rechts.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 8')), 'contentStartseite-alle-spalten' => 'CONTENT', 'contentStartseite-alle-spalten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 9')))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 815
        }

        // Render content
        try {
            $content .= $contentObject->render($configuration);
        } catch (ContentRenderingException $exception) {
            // Content rendering Exceptions indicate a critical problem which should not be
            // caught e.g. when something went wrong with Exception handling itself
            throw $exception;
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->render(object(MASK\Mask\Fluid\FluidTemplateContentObject), array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'entryLevel' => '1', 'as' => 'subMenu', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation')), 'layoutRootPath' => 'EXT:gymgbw/Resources/Private/Layouts', 'partialRootPath' => 'EXT:gymgbw/Resources/Private/Partials', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__10' => 'TEXT', 'pagets__10.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__11' => 'TEXT', 'pagets__11.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte.html'), 'pagets__12' => 'TEXT', 'pagets__12.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte-Sidebar.html'), 'pagets__13' => 'TEXT', 'pagets__13.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte.html'), 'pagets__14' => 'TEXT', 'pagets__14.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Startseite.html'), 'pagets__15' => 'TEXT', 'pagets__15.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebarkurz.html'), 'pagets__16' => 'TEXT', 'pagets__16.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte50-Sidebar50.html'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/DSB-blau.html'), 'pagets__20' => 'TEXT', 'pagets__20.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__25' => 'TEXT', 'pagets__25.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/TdOT.html'), 'pagets__26' => 'TEXT', 'pagets__26.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Zeitung-Startseite.html'), 'pagets__100' => 'TEXT', 'pagets__100.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Hauptspalte.html'), 'pagets__101' => 'TEXT', 'pagets__101.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Submenu-Hauptspalte.html')))), 'variables.' => array('contentHauptspalte' => 'CONTENT', 'contentHauptspalte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'contentSubmenu' => 'CONTENT', 'contentSubmenu.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'contentSidebar' => 'CONTENT', 'contentSidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'contentTopzeile' => 'CONTENT', 'contentTopzeile.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'contentHauptspalteUnten' => 'CONTENT', 'contentHauptspalteUnten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'contentEyecatcher' => 'CONTENT', 'contentEyecatcher.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5')), 'contentStartseite-links' => 'CONTENT', 'contentStartseite-links.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 6')), 'contentStartseite-mitte' => 'CONTENT', 'contentStartseite-mitte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 7')), 'contentStartseite-rechts' => 'CONTENT', 'contentStartseite-rechts.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 8')), 'contentStartseite-alle-spalten' => 'CONTENT', 'contentStartseite-alle-spalten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 9')))))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 751
            $timeTracker->decStackPointer();
        } else {
            $contentObject = $this->getContentObject($name);
            if ($contentObject) {
                $content .= $this->render($contentObject, $conf);
            }
        }
        if ($timeTracker->LR) {
            $timeTracker->pull($content);
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSingle('FLUIDTEMPLATE', array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'entryLevel' => '1', 'as' => 'subMenu', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation')), 'layoutRootPath' => 'EXT:gymgbw/Resources/Private/Layouts', 'partialRootPath' => 'EXT:gymgbw/Resources/Private/Partials', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__10' => 'TEXT', 'pagets__10.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__11' => 'TEXT', 'pagets__11.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte.html'), 'pagets__12' => 'TEXT', 'pagets__12.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte-Sidebar.html'), 'pagets__13' => 'TEXT', 'pagets__13.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte.html'), 'pagets__14' => 'TEXT', 'pagets__14.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Startseite.html'), 'pagets__15' => 'TEXT', 'pagets__15.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebarkurz.html'), 'pagets__16' => 'TEXT', 'pagets__16.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte50-Sidebar50.html'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/DSB-blau.html'), 'pagets__20' => 'TEXT', 'pagets__20.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__25' => 'TEXT', 'pagets__25.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/TdOT.html'), 'pagets__26' => 'TEXT', 'pagets__26.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Zeitung-Startseite.html'), 'pagets__100' => 'TEXT', 'pagets__100.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Hauptspalte.html'), 'pagets__101' => 'TEXT', 'pagets__101.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Submenu-Hauptspalte.html')))), 'variables.' => array('contentHauptspalte' => 'CONTENT', 'contentHauptspalte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'contentSubmenu' => 'CONTENT', 'contentSubmenu.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'contentSidebar' => 'CONTENT', 'contentSidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'contentTopzeile' => 'CONTENT', 'contentTopzeile.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'contentHauptspalteUnten' => 'CONTENT', 'contentHauptspalteUnten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'contentEyecatcher' => 'CONTENT', 'contentEyecatcher.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5')), 'contentStartseite-links' => 'CONTENT', 'contentStartseite-links.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 6')), 'contentStartseite-mitte' => 'CONTENT', 'contentStartseite-mitte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 7')), 'contentStartseite-rechts' => 'CONTENT', 'contentStartseite-rechts.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 8')), 'contentStartseite-alle-spalten' => 'CONTENT', 'contentStartseite-alle-spalten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 9')))), '10')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 713
        foreach ($sKeyArray as $theKey) {
            $theValue = $setup[$theKey];
            if ((int)$theKey && !str_contains($theKey, '.')) {
                $conf = $setup[$theKey . '.'] ?? [];
                $contentObjects[] = $this->cObjGetSingle($theValue, $conf, $addKey . $theKey);
            }
        }
        return $contentObjects;
    }
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGetSeparated(array('includeCSS.' => array('ce-timeline' => 'EXT:ce_timeline/Resources/Public/Css/light.css', 'tx-fs-media-gallery' => 'EXT:fs_media_gallery/Resources/Public/Css/MediaAlbum.css', 'mdFullcalendar' => 'EXT:md_fullcalendar/Resources/Public/fullcalendar/lib/main.min.css', 'tx_fancybox' => 'EXT:fancybox/Resources/Public/Libraries/fancybox/jquery.fancybox.min.css', 'ods-osm' => 'EXT:ods_osm/Resources/Public/Css/ods_osm.css', 'media2click' => 'EXT:media2click/Resources/Public/Css/media2click.css', 'media2click.' => array('forceOnTop' => '1'), 'tx_gridgallery' => 'EXT:gridgallery/Resources/Public/Libraries/justifiedGallery/justifiedGallery.min.css', 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/Css/Indexed_search_autocomplete.css', 'slicknav' => 'EXT:gymgbw/Resources/Public/Css/Menu/slimmenu.min.css', 'hamburgers' => 'EXT:gymgbw/Resources/Public/Css/Menu/hamburgers.css', 'bxslider' => 'EXT:gymgbw/Resources/Public/Css/Extensions/gridelements/jquery.bxslider.min.css', 'powermailCss' => 'EXT:gymgbw/Resources/Public/Css/Extensions/powermail/powermail.css'), 'includeJSFooter.' => array('powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'powermailCond' => 'EXT:powermail_cond/Resources/Public/JavaScript/PowermailCondition.min.js', 'powermailCond.' => array('defer' => '1'), 'tx_fancybox_jquery' => 'EXT:fancybox/Resources/Public/Libraries/jquery-3.6.0/jquery.min.js', 'tx_fancybox_jquery.' => array('if.' => array('isTrue' => '0')), 'tx_fancybox' => 'EXT:fancybox/Resources/Public/Libraries/fancybox/jquery.fancybox.min.js', 'tx_fancybox.' => array('async' => '1'), 'media2click' => 'EXT:media2click/Resources/Public/JavaScript/media2click.js', 'tx_gridgallery_jquery' => 'EXT:gridgallery/Resources/Public/Libraries/jquery-3.4.1/jquery-3.4.1.min.js', 'tx_gridgallery_jquery.' => array('if.' => array('isTrue' => '0')), 'tx_gridgallery_lib' => 'EXT:gridgallery/Resources/Public/Libraries/justifiedGallery/jquery.justifiedGallery.min.js', 'tx_gridgallery' => 'EXT:gridgallery/Resources/Public/JavaScript/GridGallery.min.js', 'tx_gridgallery.' => array('async' => '1'), 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/JavaScript/Indexed_search_autocomplete.js', 'file1011' => 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Isotope/isotope.pkgd.min.js', 'file1012' => 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Isotope/isotope.js', 'file1002' => 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Darkmode/darkmode-toggle.js', 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Qrcode/jquery.qrcode.js', 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Qrcode/qrcode.js', 'slimmenu' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/slimmenu.js', 'hamburgers' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/hamburgers.js', 'stickup2' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/stickUp.js', 'megamenu' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/megamenu.js', 'ce-accordion' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/fluid-styled-content/ce-accordion.js', 'toggle' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/toggle.js', 'akkordeon' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/akkordeon.js', 'bxslider1' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/jquery.bxslider.min.js', 'bxslider2' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/slider.js', 'powermailJQueryTabs' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/powermail/Tabs.min.js'), 'COA', '3132.' => array('wrap' => '<script id="powermail_conditions_container"|></script>', 'TEXT', '10.' => array('noTrimWrap' => '| data-condition-uri="|"|', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&type=3132', 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'includeJSFooterlibs.' => array('mdFullcalendar' => 'EXT:md_fullcalendar/Resources/Public/fullcalendar/lib/main.min.js'), 'includeJS.' => array('jquery' => 'EXT:gymgbw/Resources/Public/JayaScript/jquery/jquery-3.7.1.min.js', 'slimmenu-aufruf' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/jquery.slimmenu.min.js', 'iframe' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/mask/iframe.js', 'sound' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/mask/sound.js'), '10.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'entryLevel' => '1', 'as' => 'subMenu', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation')), 'layoutRootPath' => 'EXT:gymgbw/Resources/Private/Layouts', 'partialRootPath' => 'EXT:gymgbw/Resources/Private/Partials', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__10' => 'TEXT', 'pagets__10.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__11' => 'TEXT', 'pagets__11.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte.html'), 'pagets__12' => 'TEXT', 'pagets__12.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte-Sidebar.html'), 'pagets__13' => 'TEXT', 'pagets__13.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte.html'), 'pagets__14' => 'TEXT', 'pagets__14.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Startseite.html'), 'pagets__15' => 'TEXT', 'pagets__15.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebarkurz.html'), 'pagets__16' => 'TEXT', 'pagets__16.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte50-Sidebar50.html'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/DSB-blau.html'), 'pagets__20' => 'TEXT', 'pagets__20.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__25' => 'TEXT', 'pagets__25.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/TdOT.html'), 'pagets__26' => 'TEXT', 'pagets__26.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Zeitung-Startseite.html'), 'pagets__100' => 'TEXT', 'pagets__100.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Hauptspalte.html'), 'pagets__101' => 'TEXT', 'pagets__101.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Submenu-Hauptspalte.html')))), 'variables.' => array('contentHauptspalte' => 'CONTENT', 'contentHauptspalte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'contentSubmenu' => 'CONTENT', 'contentSubmenu.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'contentSidebar' => 'CONTENT', 'contentSidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'contentTopzeile' => 'CONTENT', 'contentTopzeile.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'contentHauptspalteUnten' => 'CONTENT', 'contentHauptspalteUnten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'contentEyecatcher' => 'CONTENT', 'contentEyecatcher.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5')), 'contentStartseite-links' => 'CONTENT', 'contentStartseite-links.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 6')), 'contentStartseite-mitte' => 'CONTENT', 'contentStartseite-mitte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 7')), 'contentStartseite-rechts' => 'CONTENT', 'contentStartseite-rechts.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 8')), 'contentStartseite-alle-spalten' => 'CONTENT', 'contentStartseite-alle-spalten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 9')))), 'FLUIDTEMPLATE', 'headerData.' => array('CASE', '10.' => array('stdWrap.' => array('wrap' => '<link rel="stylesheet" type="text/css" href="typo3conf/ext/gymgbw/Resources/Public/Css/|" media="all">'), 'key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'main.css?v=20240217'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'dsb.css?v='), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'dsb.css?v=')), '11.' => array('value' => '<link rel="stylesheet" type="text/css" href="typo3conf/ext/gymgbw/Resources/Public/Css/focal-point.min.css" media="all">'), 'TEXT', '50.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/checkbox.svg" as="image" type="image/svg+xml">'), 'TEXT', '51.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/checkbox-c.svg" as="image" type="image/svg+xml">'), 'TEXT', '52.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/checkbox-error.svg" as="image" type="image/svg+xml">'), 'TEXT', '53.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/radio.svg" as="image" type="image/svg+xml">'), 'TEXT', '54.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/radio-c.svg" as="image" type="image/svg+xml">'), 'TEXT', '55.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/radio-error.svg" as="image" type="image/svg+xml">'), 'TEXT', '1000.' => array('value' => ' <link rel="apple-touch-icon" sizes="180x180" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/apple-touch-icon.png?v=2023"> <link rel="icon" type="image/png" sizes="32x32" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/favicon-32x32.png?v=2023"> <link rel="icon" type="image/png" sizes="16x16" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/favicon-16x16.png?v=2023"> <link rel="manifest" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/site.webmanifest?v=2023"> <link rel="mask-icon" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/safari-pinned-tab.svg?v=2023" color="#00639f"> <link rel="shortcut icon" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/favicon.ico?v=2023"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-config" content="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/browserconfig.xml?v=2023"> <meta name="theme-color" content="#ffffff"> '), 'USER', '123.' => array('userFunc' => 'Blueways\\BwIcons\\Utility\\CssUtility->includeStyleSheets')), 'includeCSSLibs.' => array('fontawesome' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/css/all.min.css', 'fontawesome-v5' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/css/v5-font-face.css', 'fontawesome-v4' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/css/v4-shims.css'), 'meta.' => array('X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('httpEquivalent' => '1'), 'viewport' => 'width=device-width, initial-scale=1.0', 'page-topic' => 'Schule, Abitur', 'description.' => array('field' => 'description', 'ifEmpty' => 'Gymnasium Großbugwedel, Burgwedel, Schule, Niedersachsen, Hannover, Deutschland'), 'robots' => 'index,follow', 'revisit-after' => '2 days', 'date.' => array('data' => 'page:SYS_LASTCHANGED // page:crdate', 'date' => 'Y-m-d'), 'author.' => array('field' => 'author', 'ifEmpty' => 'Gymnasium Großbugwedel'), 'keywords.' => array('field' => 'keywords', 'ifEmpty' => 'Gymnasium Großbugwedel'), 'geo.' => array('region' => 'DE-NI', 'placename' => 'Burgwedel'), 'publisher' => 'Gymnasium Großburgwedel', 'copyright' => 'Gymnasium Großburgwedel', 'audience' => 'Schüler, Schülerinnen, Lehrer, Lehrerinnen, Eltern', 'referrer' => 'no-referrer')), '')
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 693
    {
        if (!is_array($setup)) {
            return '';
        }
        return implode('', $this->cObjGetSeparated($setup, $addKey));
    }

    /**
     * Rendering of a "numerical array" of cObjects from TypoScript
at TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->cObjGet(array('includeCSS.' => array('ce-timeline' => 'EXT:ce_timeline/Resources/Public/Css/light.css', 'tx-fs-media-gallery' => 'EXT:fs_media_gallery/Resources/Public/Css/MediaAlbum.css', 'mdFullcalendar' => 'EXT:md_fullcalendar/Resources/Public/fullcalendar/lib/main.min.css', 'tx_fancybox' => 'EXT:fancybox/Resources/Public/Libraries/fancybox/jquery.fancybox.min.css', 'ods-osm' => 'EXT:ods_osm/Resources/Public/Css/ods_osm.css', 'media2click' => 'EXT:media2click/Resources/Public/Css/media2click.css', 'media2click.' => array('forceOnTop' => '1'), 'tx_gridgallery' => 'EXT:gridgallery/Resources/Public/Libraries/justifiedGallery/justifiedGallery.min.css', 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/Css/Indexed_search_autocomplete.css', 'slicknav' => 'EXT:gymgbw/Resources/Public/Css/Menu/slimmenu.min.css', 'hamburgers' => 'EXT:gymgbw/Resources/Public/Css/Menu/hamburgers.css', 'bxslider' => 'EXT:gymgbw/Resources/Public/Css/Extensions/gridelements/jquery.bxslider.min.css', 'powermailCss' => 'EXT:gymgbw/Resources/Public/Css/Extensions/powermail/powermail.css'), 'includeJSFooter.' => array('powermailForm' => 'EXT:powermail/Resources/Public/JavaScript/Powermail/Form.min.js', 'powermailForm.' => array('defer' => '1'), 'powermailCond' => 'EXT:powermail_cond/Resources/Public/JavaScript/PowermailCondition.min.js', 'powermailCond.' => array('defer' => '1'), 'tx_fancybox_jquery' => 'EXT:fancybox/Resources/Public/Libraries/jquery-3.6.0/jquery.min.js', 'tx_fancybox_jquery.' => array('if.' => array('isTrue' => '0')), 'tx_fancybox' => 'EXT:fancybox/Resources/Public/Libraries/fancybox/jquery.fancybox.min.js', 'tx_fancybox.' => array('async' => '1'), 'media2click' => 'EXT:media2click/Resources/Public/JavaScript/media2click.js', 'tx_gridgallery_jquery' => 'EXT:gridgallery/Resources/Public/Libraries/jquery-3.4.1/jquery-3.4.1.min.js', 'tx_gridgallery_jquery.' => array('if.' => array('isTrue' => '0')), 'tx_gridgallery_lib' => 'EXT:gridgallery/Resources/Public/Libraries/justifiedGallery/jquery.justifiedGallery.min.js', 'tx_gridgallery' => 'EXT:gridgallery/Resources/Public/JavaScript/GridGallery.min.js', 'tx_gridgallery.' => array('async' => '1'), 'indexedSearchAutocomplete' => 'EXT:indexed_search_autocomplete/Resources/Public/JavaScript/Indexed_search_autocomplete.js', 'file1011' => 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Isotope/isotope.pkgd.min.js', 'file1012' => 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Isotope/isotope.js', 'file1002' => 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Darkmode/darkmode-toggle.js', 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Qrcode/jquery.qrcode.js', 'typo3conf/ext/gymgbw/Resources/Public/JayaScript/Qrcode/qrcode.js', 'slimmenu' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/slimmenu.js', 'hamburgers' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/hamburgers.js', 'stickup2' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/stickUp.js', 'megamenu' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/megamenu.js', 'ce-accordion' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/fluid-styled-content/ce-accordion.js', 'toggle' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/toggle.js', 'akkordeon' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/akkordeon.js', 'bxslider1' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/jquery.bxslider.min.js', 'bxslider2' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/gridelements/slider.js', 'powermailJQueryTabs' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/powermail/Tabs.min.js'), 'COA', '3132.' => array('wrap' => '<script id="powermail_conditions_container"|></script>', 'TEXT', '10.' => array('noTrimWrap' => '| data-condition-uri="|"|', 'typolink.' => array('parameter.' => array('data' => 'TSFE:id'), 'additionalParams' => '&type=3132', 'returnLast' => 'url', 'forceAbsoluteUrl' => '1'))), 'includeJSFooterlibs.' => array('mdFullcalendar' => 'EXT:md_fullcalendar/Resources/Public/fullcalendar/lib/main.min.js'), 'includeJS.' => array('jquery' => 'EXT:gymgbw/Resources/Public/JayaScript/jquery/jquery-3.7.1.min.js', 'slimmenu-aufruf' => 'EXT:gymgbw/Resources/Public/JayaScript/Menu/jquery.slimmenu.min.js', 'iframe' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/mask/iframe.js', 'sound' => 'EXT:gymgbw/Resources/Public/JayaScript/Extensions/mask/sound.js'), '10.' => array('dataProcessing.' => array('TYPO3\\CMS\\Frontend\\DataProcessing\\MenuProcessor', '10.' => array('levels' => '7', 'entryLevel' => '1', 'as' => 'subMenu', 'expandAll' => '1', 'includeSpacer' => '1', 'titleField' => 'nav_title // title'), 'TYPO3\\CMS\\Frontend\\DataProcessing\\LanguageMenuProcessor', '40.' => array('languages' => 'auto', 'as' => 'languagenavigation')), 'layoutRootPath' => 'EXT:gymgbw/Resources/Private/Layouts', 'partialRootPath' => 'EXT:gymgbw/Resources/Private/Partials', 'file.' => array('stdWrap.' => array('cObject' => 'CASE', 'cObject.' => array('key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__10' => 'TEXT', 'pagets__10.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebar.html'), 'pagets__11' => 'TEXT', 'pagets__11.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte.html'), 'pagets__12' => 'TEXT', 'pagets__12.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte-Sidebar.html'), 'pagets__13' => 'TEXT', 'pagets__13.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte.html'), 'pagets__14' => 'TEXT', 'pagets__14.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Startseite.html'), 'pagets__15' => 'TEXT', 'pagets__15.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Submenu-Hauptspalte-Sidebarkurz.html'), 'pagets__16' => 'TEXT', 'pagets__16.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Hauptspalte50-Sidebar50.html'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/DSB-blau.html'), 'pagets__20' => 'TEXT', 'pagets__20.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Leer.html'), 'pagets__25' => 'TEXT', 'pagets__25.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/TdOT.html'), 'pagets__26' => 'TEXT', 'pagets__26.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Zeitung-Startseite.html'), 'pagets__100' => 'TEXT', 'pagets__100.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Hauptspalte.html'), 'pagets__101' => 'TEXT', 'pagets__101.' => array('value' => 'EXT:gymgbw/Resources/Private/Templates/Anleitung-Submenu-Hauptspalte.html')))), 'variables.' => array('contentHauptspalte' => 'CONTENT', 'contentHauptspalte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => '{#colPos}=0')), 'contentSubmenu' => 'CONTENT', 'contentSubmenu.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 1')), 'contentSidebar' => 'CONTENT', 'contentSidebar.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 2')), 'contentTopzeile' => 'CONTENT', 'contentTopzeile.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 3')), 'contentHauptspalteUnten' => 'CONTENT', 'contentHauptspalteUnten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 4')), 'contentEyecatcher' => 'CONTENT', 'contentEyecatcher.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 5')), 'contentStartseite-links' => 'CONTENT', 'contentStartseite-links.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 6')), 'contentStartseite-mitte' => 'CONTENT', 'contentStartseite-mitte.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 7')), 'contentStartseite-rechts' => 'CONTENT', 'contentStartseite-rechts.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 8')), 'contentStartseite-alle-spalten' => 'CONTENT', 'contentStartseite-alle-spalten.' => array('table' => 'tt_content', 'select.' => array('orderBy' => 'sorting', 'where' => 'colPos = 9')))), 'FLUIDTEMPLATE', 'headerData.' => array('CASE', '10.' => array('stdWrap.' => array('wrap' => '<link rel="stylesheet" type="text/css" href="typo3conf/ext/gymgbw/Resources/Public/Css/|" media="all">'), 'key.' => array('data' => 'levelfield:-1, backend_layout_next_level, slide', 'override.' => array('field' => 'backend_layout')), 'default' => 'TEXT', 'default.' => array('value' => 'main.css?v=20240217'), 'pagets__18' => 'TEXT', 'pagets__18.' => array('value' => 'dsb.css?v='), 'pagets__19' => 'TEXT', 'pagets__19.' => array('value' => 'dsb.css?v=')), '11.' => array('value' => '<link rel="stylesheet" type="text/css" href="typo3conf/ext/gymgbw/Resources/Public/Css/focal-point.min.css" media="all">'), 'TEXT', '50.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/checkbox.svg" as="image" type="image/svg+xml">'), 'TEXT', '51.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/checkbox-c.svg" as="image" type="image/svg+xml">'), 'TEXT', '52.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/checkbox-error.svg" as="image" type="image/svg+xml">'), 'TEXT', '53.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/radio.svg" as="image" type="image/svg+xml">'), 'TEXT', '54.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/radio-c.svg" as="image" type="image/svg+xml">'), 'TEXT', '55.' => array('value' => '<link rel="preload" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/svg/radio-error.svg" as="image" type="image/svg+xml">'), 'TEXT', '1000.' => array('value' => ' <link rel="apple-touch-icon" sizes="180x180" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/apple-touch-icon.png?v=2023"> <link rel="icon" type="image/png" sizes="32x32" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/favicon-32x32.png?v=2023"> <link rel="icon" type="image/png" sizes="16x16" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/favicon-16x16.png?v=2023"> <link rel="manifest" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/site.webmanifest?v=2023"> <link rel="mask-icon" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/safari-pinned-tab.svg?v=2023" color="#00639f"> <link rel="shortcut icon" href="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/favicon.ico?v=2023"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-config" content="/typo3conf/ext/gymgbw/Resources/Public/Icons/Favicon/browserconfig.xml?v=2023"> <meta name="theme-color" content="#ffffff"> '), 'USER', '123.' => array('userFunc' => 'Blueways\\BwIcons\\Utility\\CssUtility->includeStyleSheets')), 'includeCSSLibs.' => array('fontawesome' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/css/all.min.css', 'fontawesome-v5' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/css/v5-font-face.css', 'fontawesome-v4' => 'EXT:gymgbw/Resources/Public/Fontawesome/fontawesome-free-6.2.1-web/css/v4-shims.css'), 'meta.' => array('X-UA-Compatible' => 'IE=edge', 'X-UA-Compatible.' => array('httpEquivalent' => '1'), 'viewport' => 'width=device-width, initial-scale=1.0', 'page-topic' => 'Schule, Abitur', 'description.' => array('field' => 'description', 'ifEmpty' => 'Gymnasium Großbugwedel, Burgwedel, Schule, Niedersachsen, Hannover, Deutschland'), 'robots' => 'index,follow', 'revisit-after' => '2 days', 'date.' => array('data' => 'page:SYS_LASTCHANGED // page:crdate', 'date' => 'Y-m-d'), 'author.' => array('field' => 'author', 'ifEmpty' => 'Gymnasium Großbugwedel'), 'keywords.' => array('field' => 'keywords', 'ifEmpty' => 'Gymnasium Großbugwedel'), 'geo.' => array('region' => 'DE-NI', 'placename' => 'Burgwedel'), 'publisher' => 'Gymnasium Großburgwedel', 'copyright' => 'Gymnasium Großburgwedel', 'audience' => 'Schüler, Schülerinnen, Lehrer, Lehrerinnen, Eltern', 'referrer' => 'no-referrer')))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 223
     * @return string
     */
    protected function generatePageBodyContent(TypoScriptFrontendController $controller): string
    {
        $pageContent = $controller->cObj->cObjGet($controller->pSetup) ?: '';
        if ($controller->pSetup['wrap'] ?? false) {
            $pageContent = $controller->cObj->wrap($pageContent, $controller->pSetup['wrap']);
        }
        if ($controller->pSetup['stdWrap.'] ?? false) {
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageBodyContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 189
    protected function generatePageContent(TypoScriptFrontendController $controller, ServerRequestInterface $request): string
    {
        // Generate the main content between the <body> tags
        // This has to be done first, as some additional TSFE-related code could have been written
        $pageContent = $this->generatePageBodyContent($controller);
        // If 'disableAllHeaderCode' is set, all the pageRenderer settings are not evaluated
        if ($controller->config['config']['disableAllHeaderCode'] ?? false) {
            return $pageContent;
        }
at TYPO3\CMS\Frontend\Http\RequestHandler->generatePageContent(object(TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController), object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Http/RequestHandler.php line 141
            // Content generation
            $this->timeTracker->incStackPointer();
            $this->timeTracker->push($controller->sPre, 'PAGE');

            $controller->content = $this->generatePageContent($controller, $request);

            $this->timeTracker->pull($this->timeTracker->LR ? $controller->content : '');
            $this->timeTracker->decStackPointer();

at TYPO3\CMS\Frontend\Http\RequestHandler->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/web2pdf/Classes/Middleware/PdfHandler.php line 59
    {
        $pluginParams = $request->getQueryParams()['tx_web2pdf_pi1'] ?? null;

        if ($pluginParams === null) {
            return $handler->handle($request);
        }

        if (($pluginParams['argument'] !== ModuleOptions::QUERY_PARAMETER)) {
            return $handler->handle($request);
at Mittwald\Web2pdf\Middleware\PdfHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(TYPO3\CMS\Frontend\Http\RequestHandler))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Middleware/ResponsePropagation.php line 34
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        try {
            $response = $handler->handle($request);
        } catch (PropagateResponseException $e) {
            $response = $e->getResponse();
        }

at TYPO3\CMS\Core\Middleware\ResponsePropagation->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/crawler/Classes/Middleware/CrawlerInitialization.php line 58
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $queueParameters = $request->getAttribute('tx_crawler');
        if ($queueParameters === null) {
            return $handler->handle($request);
        }

        $GLOBALS['TSFE']->applicationData['forceIndexing'] = true;
        $GLOBALS['TSFE']->applicationData['tx_crawler']['running'] = true;
at AOE\Crawler\Middleware\CrawlerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/jumpurl/Classes/Middleware/JumpUrlHandler.php line 74
            // Regular jump URL
            $this->validateIfJumpUrlRedirectIsAllowed($jumpUrl, $juHash);
            return $this->redirectToJumpUrl($jumpUrl);
        }
        return $handler->handle($request);
    }
    /**
     * Redirects the user to the given jump URL if all submitted values
     * are valid (checked before)
at FoT3\Jumpurl\Middleware\JumpUrlHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/vhs/Classes/Middleware/AssetInclusion.php line 18
class AssetInclusion implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        $body = $response->getBody();
        $body->rewind();
        $contents = $body->getContents();
at FluidTYPO3\Vhs\Middleware\AssetInclusion->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/mkforms/Classes/Middleware/HeaderInjection.php line 47
class HeaderInjection implements MiddlewareInterface
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);

        if (isset($GLOBALS['tx_ameosformidable']) && isset($GLOBALS['tx_ameosformidable']['headerinjection'])) {
            reset($GLOBALS['tx_ameosformidable']['headerinjection']);
            foreach ($GLOBALS['tx_ameosformidable']['headerinjection'] as $aHeaderSet) {
at DMK\MkForms\Middleware\HeaderInjection->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php line 48
        // Throw away all output that may have happened during bootstrapping by weird extensions
        ob_clean();
        // Initialize output compression if configured
        $this->initializeOutputCompression();
        return $handler->handle($request);
    }

    /**
     * Initialize output compression if configured
at TYPO3\CMS\Frontend\Middleware\OutputCompression->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/mkforms/Classes/Middleware/AjaxHandler.php line 64
    {
        $mkformsAjaxId = $request->getParsedBody()['mkformsAjaxId'] ?? $request->getQueryParams()['mkformsAjaxId'] ?? null;

        if (null === $mkformsAjaxId) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at DMK\MkForms\Middleware\AjaxHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php line 44
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelDataPersister->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/emailobfuscator/Classes/Middleware/ObfuscationMiddleware.php line 63
        if (!isset($settings['enabled']) || !boolval($settings['enabled'])) {
            return $handler->handle($request);
        }

        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
        ) {
            $body = $response->getBody();
at EMAILOBFUSCATOR\Emailobfuscator\Middleware\ObfuscationMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if (
            $GLOBALS['TSFE'] instanceof TypoScriptFrontendController
            && StateUtility::isActivatedForUser()
            && StateUtility::isActivatedInTypoScript()
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelRenderer->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php line 45
     * @return ResponseInterface
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $response = $handler->handle($request);
        if ($GLOBALS['TSFE'] instanceof TypoScriptFrontendController) {
            if (
                (!isset($GLOBALS['TSFE']->config['config']['enableContentLengthHeader']) || $GLOBALS['TSFE']->config['config']['enableContentLengthHeader'])
                && !$GLOBALS['TSFE']->isBackendUserLoggedIn() && !($GLOBALS['TYPO3_CONF_VARS']['FE']['debug'] ?? false)
at TYPO3\CMS\Frontend\Middleware\ContentLengthResponseHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php line 79
                );
            }
        }

        return $handler->handle($request);
    }

    protected function getRedirectUri(ServerRequestInterface $request): ?string
    {
at TYPO3\CMS\Frontend\Middleware\ShortcutAndMountPointRedirect->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php line 78
                $this->convertCharsetRecursivelyToUtf8($parsedBody, $controller->metaCharset);
                $request = $request->withParsedBody($parsedBody);
            }
        }
        $response = $handler->handle($request);

        /**
         * Release TSFE locks. They have been acquired in the above call to controller->getFromCache().
         * TSFE locks are usually released by the RequestHandler 'final' middleware.
at TYPO3\CMS\Frontend\Middleware\PrepareTypoScriptFrontendRendering->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php line 104
        // Make TSFE globally available
        // @todo deprecate $GLOBALS['TSFE'] once TSFE is retrieved from the
        //       PSR-7 request attribute frontend.controller throughout TYPO3 core
        $GLOBALS['TSFE'] = $controller;
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\TypoScriptFrontendInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php line 66
            $previewAspect = GeneralUtility::makeInstance(PreviewAspect::class, $isPreview);
            $this->context->setAspect('frontend.preview', $previewAspect);
        }

        return $handler->handle($request);
    }

    /**
     * Simulate dates for preview functionality
at TYPO3\CMS\Frontend\Middleware\PreviewSimulator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php line 58
        if (StateUtility::isActivatedForUser() && StateUtility::isOpen()) {
            $connection = $this->connectionPool->getConnectionByName(ConnectionPool::DEFAULT_CONNECTION_NAME);
            $connection->getConfiguration()->setSQLLogger(GeneralUtility::makeInstance(DoctrineSqlLogger::class));
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\SqlLogging->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreviewPermissions.php line 47
        $pageArguments = $request->getAttribute('routing', null);
        if ($pageArguments instanceof PageArguments && $GLOBALS['BE_USER'] instanceof PreviewUserAuthentication) {
            $GLOBALS['BE_USER']->setWebmounts([$pageArguments->getPageId()]);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreviewPermissions->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php line 132
            }
        }

        $request = $request->withAttribute('noCache', $this->disableCache);
        return $handler->handle($request);
    }

    /**
     * Filters out the arguments that are necessary for calculating cHash
at TYPO3\CMS\Frontend\Middleware\PageArgumentValidator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/PageResolver.php line 106
        // merge the PageArguments with the request query parameters
        $queryParams = array_replace_recursive($request->getQueryParams(), $pageArguments->getArguments());
        $request = $request->withQueryParams($queryParams);

        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\PageResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php line 128
            $addInformationAboutDisabledCache = true;
            $setCookieOnCurrentRequest = false;
        }

        $response = $handler->handle($request);

        $tsfe = $this->getTypoScriptFrontendController();
        if ($tsfe instanceof TypoScriptFrontendController && $addInformationAboutDisabledCache) {
            $tsfe->set_no_cache('GET Parameter ADMCMD_prev=LIVE was given', true);
at TYPO3\CMS\Workspaces\Middleware\WorkspacePreview->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php line 80

                return new HtmlResponse($content, 200, ['Content-Type' => $contentType]);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Find the proper configuration for the static route in the static route configuration. Mainly:
at TYPO3\CMS\Frontend\Middleware\StaticRouteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/crawler/Classes/Middleware/FrontendUserAuthenticator.php line 75
        $jsonCompatibilityConverter = GeneralUtility::makeInstance(JsonCompatibilityConverter::class);

        $crawlerInformation = $request->getHeaderLine($this->headerName) ?? null;
        if (empty($crawlerInformation)) {
            return $handler->handle($request);
        }

        // Authenticate crawler request:
        //@todo: ask service to exclude current call for special reasons: for example no relevance because the language version is not affected
at AOE\Crawler\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php line 94
                $uri = $requestedUri->withPath(rtrim($requestedUri->getPath(), '/'));
                return new RedirectResponse($uri, 307);
            }
        }
        return $handler->handle($request);
    }

    /**
     * Checks if the language is allowed in Frontend, if not, check if there is valid BE user
at TYPO3\CMS\Frontend\Middleware\SiteBaseRedirectResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php line 89
                return $response;
            }
        }

        return $handler->handle($request);
    }

    protected function buildRedirectResponse(UriInterface $uri, array $redirectRecord): ResponseInterface
    {
at TYPO3\CMS\Redirects\Http\Middleware\RedirectHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php line 55
                MainController::class
            );
            $request = $adminPanelController->initialize($request);
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Adminpanel\Middleware\AdminPanelInitiator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php line 97
        if ($this->context->getAspect('frontend.user')->isLoggedIn() && $rateLimiter) {
            $rateLimiter->reset();
        }

        $response = $handler->handle($request);

        // Store session data for fe_users if it still exists
        if ($frontendUser instanceof FrontendUserAuthentication) {
            $frontendUser->storeSessionData();
at TYPO3\CMS\Frontend\Middleware\FrontendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 78
            Bootstrap::loadExtTables();
            $this->setBackendUserAspect($GLOBALS['BE_USER']);
        }

        $response = $handler->handle($request);

        // If, when building the response, the user is still available, then ensure that the headers are sent properly
        if ($this->context->getAspect('backend.user')->isLoggedIn()) {
            return $this->applyHeadersToResponse($response);
at TYPO3\CMS\Frontend\Middleware\BackendUserAuthenticator->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php line 55
        ) {
            return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.');
        }
        // Continue the regular stack if no maintenance mode is active
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\MaintenanceMode->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/EidHandler.php line 64
    {
        $eID = $request->getParsedBody()['eID'] ?? $request->getQueryParams()['eID'] ?? null;

        if ($eID === null) {
            return $handler->handle($request);
        }

        // Remove any output produced until now
        ob_clean();
at TYPO3\CMS\Frontend\Middleware\EidHandler->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php line 65
        $request = $request->withAttribute('routing', $routeResult);
        if ($routeResult->getLanguage() instanceof SiteLanguage) {
            Locales::setSystemLocaleFromSiteLanguage($routeResult->getLanguage());
        }
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Frontend\Middleware\SiteResolver->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/checkmysite/Classes/Middleware/IndexPhpCheckerMiddleware.php line 167

            exit;
        }

        return $handler->handle($request);
    }

    private function isTimeToSendFurtherMail(): bool
    {
at JWeiland\Checkmysite\Middleware\IndexPhpCheckerMiddleware->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php line 45
     */
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $request = $request->withAttribute('normalizedParams', NormalizedParams::createFromRequest($request));
        return $handler->handle($request);
    }
}
at TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3conf/ext/vhs/Classes/Middleware/RequestAvailability.php line 14
{
    public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
    {
        $GLOBALS['TYPO3_REQUEST'] = $GLOBALS['TYPO3_REQUEST'] ?? $request;
        return $handler->handle($request);
    }
}
at FluidTYPO3\Vhs\Middleware\RequestAvailability->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Middleware/VerifyHostHeader.php line 55
                1396795884
            );
        }

        return $handler->handle($request);
    }

    /**
     * Checks if the provided host header value matches the trusted hosts pattern.
at TYPO3\CMS\Core\Middleware\VerifyHostHeader->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php line 58
        $this->timeTracker->setEnabled($timeTrackingEnabled);
        $this->timeTracker->start(microtime(true));
        $this->timeTracker->push('');

        $response = $handler->handle($request);

        // Finish time tracking
        $this->timeTracker->pull();
        $this->timeTracker->finish();
at TYPO3\CMS\Frontend\Middleware\TimeTrackerInitialization->process(object(TYPO3\CMS\Core\Http\ServerRequest), object(Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 172

                if (!$middleware instanceof MiddlewareInterface) {
                    throw new \InvalidArgumentException(get_class($middleware) . ' does not implement ' . MiddlewareInterface::class, 1516821342);
                }
                return $middleware->process($request, $this->next);
            }
        };
    }
}
at Psr\Http\Server\RequestHandlerInterface@anonymous/www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php:138$74->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php line 78
     * @return ResponseInterface
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        return $this->tip->handle($request);
    }

    /**
     * Seed the middleware stack with the inner request handler
at TYPO3\CMS\Core\Http\MiddlewareDispatcher->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/AbstractApplication.php line 86
     */
    public function handle(ServerRequestInterface $request): ResponseInterface
    {
        try {
            $response = $this->requestHandler->handle($request);
        } catch (ImmediateResponseException $exception) {
            $response = $exception->getResponse();
        }
        return $response;
at TYPO3\CMS\Core\Http\AbstractApplication->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/frontend/Classes/Http/Application.php line 69
        // Create new request object having applicationType "I am a frontend request" attribute.
        $request = $request->withAttribute('applicationType', SystemEnvironmentBuilder::REQUESTTYPE_FE);

        $this->initializeContext();
        return parent::handle($request);
    }

    /**
     * Create a PSR-7 Response that redirects to the install tool
at TYPO3\CMS\Frontend\Http\Application->handle(object(TYPO3\CMS\Core\Http\ServerRequest))
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/typo3/sysext/core/Classes/Http/AbstractApplication.php line 100
     * @param callable $execute Deprecated, will be removed in TYPO3 v12.0
     */
    final public function run(callable $execute = null)
    {
        $response = $this->handle(ServerRequestFactory::fromGlobals());
        if ($execute !== null) {
            trigger_error('Custom execution of Application code will be removed in TYPO3 v12.0, use PSR-15 Middlewares instead.', E_USER_DEPRECATED);
            $execute();
        }
at TYPO3\CMS\Core\Http\AbstractApplication->run()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/index.php line 20
// Set up the application for the frontend
call_user_func(static function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});
at {closure}()
in /www/htdocs/gymgbw/11.gymnasium-grossburgwedel.de/typo3_src-11.5.34/index.php line 21
call_user_func(static function () {
    $classLoader = require __DIR__.'/vendor/autoload.php';
    \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(0, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_FE);
    \TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Frontend\Http\Application::class)->run();
});