File Downloads not working without copying the system pages into every domain root path

Permalink Browser Info Environment
Thank you for this package.

I had some problems with the setup that I want to share with you:

1. Default setup for multilingual websites is not clearly explained in the documentation.
If you have two languages and two domains, how should this be handled (if both languages should not have the language slug in the final result)?

It seems like you need three domains for two language paths (one main domain and one for each language path). This could be explained by an example in the documentation.

2. After installation the downloads did not work anymore, because the system page "download_file" is in the root and not in the domain paths. I copied the system page to every language path in the sitetree and now it is working again.

3. Search forms did not work anymore
The search forms did not work anymore, too, because the actions included the /de or /en language slug (also if not redirecting to another page). I solved it with .htaccess redirects of the language-subdirectory to the root and with absolute paths for the redirects.

Type: Discussion
Status: Resolved
furehead
View Replies:
Mainio replied on at Permalink Reply
Mainio
Hi!

Thank you for these!

1. Good point, we can write something about this to the docs.

I would maybe suggest having the "main language" at the root of the website and keep it as your main domain. And then map the alternate languages to the language specific domains.

2. This can also be solved by adding an attribute to the top-level page. It is called "Allow From All Domains".

Seems like a good addition to the docs, too. (I actually thought it was there already but it seems it's only in the 5.6 version docs)

3. This depends a lot on how you have setup the search to work on your site. I would personally create dedicated search results pages under each domain and then set the domain specific search blocks to "Post results to a Different Page".

I'm not sure if this would solve the problem completely but I think it should work at least on the concept level.

Anyways, thanks for all of these! We don't always hear back from people using this software, so usually this kind of things are left in the wind and we never hear about them. We'll check into updating the docs about each point.

Also, if you don't mind we would really appreciate any reviews for this product. You can leave one here:
https://www.concrete5.org/marketplace/addons/multiple-domains1/revie...

It should only take 1 minute of your time.

Best regards,
Antti Hukkanen
Mainio Tech Ltd.
furehead replied on at Permalink Reply 1 Attachment
furehead
Hi Antti,
thank you for the fast response.

1. Regarding the languages. I don't think that multiple languages work if one language is inside the other... I solved it with using the root domain as main domain and the www. subdomain as the language domain. This seems to work somehow.

2. Thank you, I did not find this attribute. Great if you can add to the documentation for 5.7 on which system pages this attribute has to be activated.

3. Yes this is what I had set it up. But if you search on the same page (i.e. on the results page you can search again) the forms submit action has the domains slug in the action. (see screenshot attached).
To make this work I created htaccess redirects which redirect the slug-urls to the non-slug urls depending on the domain.
# Rewrites all URLS [Replace "domain" with the actual domain, without the TLD (.com, .net, .biz, etc)]
# german language domain
RewriteCond %{HTTP_HOST} ^www\.domain\.
RewriteRule ^de/(.*)$ /$1 [R=301,NC,L]
# english language domain
RewriteCond %{HTTP_HOST} ^en\.domain\.
RewriteRule ^en/(.*)$ /$1 [R=301,NC,L]


Best regards
Johannes
Mainio replied on at Permalink Reply
Mainio
Hi,

1. Actually if the language is defined at the root level (i.e. the "default language"), other languages can be specified underneath it. This hasn't always been possible but it is now.

For any other pages you are correct that no other languages can be defined if there is already a language parent specified above the page.

3. OK, this might be one of the core bugs again we recently fixed for the form block:
https://www.concrete5.org/marketplace/addons/multiple-domains1/suppo...

If it has a similar problem, only way to fix that would be through fixing it in the core.

We'll also look more closely into this!

I'll keep this thread updated once we have anwers for these remaining things.

Antti
Mainio replied on at Permalink Reply
Mainio
Finally having some time to take a look at the remaining issue.

It really seems as I was expecting: it's "kinda" a core bug. It's basically how the link is generated in the core, it's not generating the link through the method that we have overridden (through which most of the links are generated).

I think we'll fix this again directly to the core in the next couple of days. However, it probably takes some time to get it to an official release.
Mainio replied on at Permalink Reply
Mainio
The search block issue (3.) is now fixed for the core:
https://github.com/concrete5/concrete5/pull/3954...

If you want it to be fixed right away, you'll need to patch your core and apply the same changes there as shown in the files changed of that pull request.

Otherwise, let's hope they accept it and it would be part of the next release.

Also, I think you could also work around this problem by using the "path" option in the search block's options.
furehead replied on at Permalink Reply
furehead
Thank you, I chose the paths option but this will be good for all future customers :-)
Mainio replied on at Permalink Reply
Mainio
Just an update: they just merged the changes in, so this will be part of the next core release.
henningb replied on at Permalink Reply 1 Attachment
henningb
Hello,

we have the same problem with downloads. I have attached the Sitemap tree:

admin.barcomis.de => backend login
http://www.barcomis.de => homepage 1
http://www.cynthiabarcomis.com => homepage 2

All downloads are returning 404
http://www.barcomis.de/download_file/373/219...

when i replace the domain with admin.barcomis.de it works.
with "Allow From All Domains" i completely disable the domainmapping.

can you please help me with the correct setup?

thanks
henning
Mainio replied on at Permalink Reply
Mainio
In the sitemap, just click the "show system pages" checkbox, select the "Download File" page that becomes visible and enable the "Allow From All Domains" attribute for that page.
henningb replied on at Permalink Reply
henningb
thanks, it works!

concrete5 Environment Information

# concrete5 Version
Core Version - 5.7.5.6
Version Installed - 5.7.5.6
Database Version - 20151221000000

# concrete5 Packages
Block Designer (1.3.12), Multiple Domains (2.3.2), Vivid Simple Accordion (1.0.1).

# concrete5 Overrides
blocks/autonav/view.php, blocks/autonav/templates/sidebar.php, blocks/autonav/templates/breadcrumb.php, blocks/autonav/templates/mmenu.php, blocks/autonav/templates, blocks/autonav, blocks/image_slider/images/arrows.gif, blocks/image_slider/images, blocks/image_slider/view.php, blocks/image_slider/view.css, blocks/image_slider/view.js, blocks/image_slider, blocks/teaser_background_color/view.php, blocks/teaser_background_color/edit.php, blocks/teaser_background_color/db.xml, blocks/teaser_background_color/controller.php, blocks/teaser_background_color/add.php, blocks/teaser_background_color/form.php, blocks/teaser_background_color/config.json, blocks/teaser_background_color/icon.png, blocks/teaser_background_color/view.css, blocks/teaser_background_color/composer.php, blocks/teaser_background_color, blocks/content/templates/infobox.php, blocks/content/templates, blocks/content, blocks/search/view.php, blocks/search/templates/header.php, blocks/search/templates, blocks/search/view.css, blocks/search, blocks/vivid_simple_accordion/view.php, blocks/vivid_simple_accordion/view.css, blocks/vivid_simple_accordion/view.js, blocks/vivid_simple_accordion, blocks/search_lehrer/view.php, blocks/search_lehrer/scrapbook.php, blocks/search_lehrer/PHPExcel/Shared/TimeZone.php, blocks/search_lehrer/PHPExcel/Shared/Font.php, blocks/search_lehrer/PHPExcel/Shared/PCLZip/readme.txt, blocks/search_lehrer/PHPExcel/Shared/PCLZip/pclzip.lib.php, blocks/search_lehrer/PHPExcel/Shared/PCLZip/gnu-lgpl.txt, blocks/search_lehrer/PHPExcel/Shared/PCLZip, blocks/search_lehrer/PHPExcel/Shared/Drawing.php, blocks/search_lehrer/PHPExcel/Shared/CodePage.php, blocks/search_lehrer/PHPExcel/Shared/OLERead.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/SingularValueDecomposition.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/EigenvalueDecomposition.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/LUDecomposition.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/utils/Error.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/utils/Maths.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/utils, blocks/search_lehrer/PHPExcel/Shared/JAMA/QRDecomposition.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/Matrix.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/CHANGELOG.TXT, blocks/search_lehrer/PHPExcel/Shared/JAMA/CholeskyDecomposition.php, blocks/search_lehrer/PHPExcel/Shared/JAMA, blocks/search_lehrer/PHPExcel/Shared/Escher.php, blocks/search_lehrer/PHPExcel/Shared/File.php, blocks/search_lehrer/PHPExcel/Shared/ZipArchive.php, blocks/search_lehrer/PHPExcel/Shared/String.php, blocks/search_lehrer/PHPExcel/Shared/XMLWriter.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DgContainer.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer/BstoreContainer, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer, blocks/search_lehrer/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DgContainer/SpgrContainer, blocks/search_lehrer/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DgContainer, blocks/search_lehrer/PHPExcel/Shared/Escher, blocks/search_lehrer/PHPExcel/Shared/Excel5.php, blocks/search_lehrer/PHPExcel/Shared/trend/exponentialBestFitClass.php, blocks/search_lehrer/PHPExcel/Shared/trend/logarithmicBestFitClass.php, blocks/search_lehrer/PHPExcel/Shared/trend/trendClass.php, blocks/search_lehrer/PHPExcel/Shared/trend/powerBestFitClass.php, blocks/search_lehrer/PHPExcel/Shared/trend/linearBestFitClass.php, blocks/search_lehrer/PHPExcel/Shared/trend/polynomialBestFitClass.php, blocks/search_lehrer/PHPExcel/Shared/trend/bestFitClass.php, blocks/search_lehrer/PHPExcel/Shared/trend, blocks/search_lehrer/PHPExcel/Shared/Date.php, blocks/search_lehrer/PHPExcel/Shared/ZipStreamWrapper.php, blocks/search_lehrer/PHPExcel/Shared/PasswordHasher.php, blocks/search_lehrer/PHPExcel/Shared/OLE/ChainedBlockStream.php, blocks/search_lehrer/PHPExcel/Shared/OLE/PPS/File.php, blocks/search_lehrer/PHPExcel/Shared/OLE/PPS/Root.php, blocks/search_lehrer/PHPExcel/Shared/OLE/PPS, blocks/search_lehrer/PHPExcel/Shared/OLE/PPS.php, blocks/search_lehrer/PHPExcel/Shared/OLE, blocks/search_lehrer/PHPExcel/Shared/OLE.php, blocks/search_lehrer/PHPExcel/Shared, blocks/search_lehrer/PHPExcel/CachedObjectStorage/MemorySerialized.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/APC.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/ICache.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/Igbinary.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/Wincache.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/SQLite.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/DiscISAM.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/SQLite3.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/Memcache.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/CacheBase.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/MemoryGZip.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/PHPTemp.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/Memory.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage, blocks/search_lehrer/PHPExcel/CalcEngine/Logger.php, blocks/search_lehrer/PHPExcel/CalcEngine/CyclicReferenceStack.php, blocks/search_lehrer/PHPExcel/CalcEngine, blocks/search_lehrer/PHPExcel/Style/Conditional.php, blocks/search_lehrer/PHPExcel/Style/Font.php, blocks/search_lehrer/PHPExcel/Style/Fill.php, blocks/search_lehrer/PHPExcel/Style/Protection.php, blocks/search_lehrer/PHPExcel/Style/Borders.php, blocks/search_lehrer/PHPExcel/Style/Supervisor.php, blocks/search_lehrer/PHPExcel/Style/Color.php, blocks/search_lehrer/PHPExcel/Style/NumberFormat.php, blocks/search_lehrer/PHPExcel/Style/Border.php, blocks/search_lehrer/PHPExcel/Style/Alignment.php, blocks/search_lehrer/PHPExcel/Style, blocks/search_lehrer/PHPExcel/Cell.php, blocks/search_lehrer/PHPExcel/Calculation/Statistical.php, blocks/search_lehrer/PHPExcel/Calculation/FormulaParser.php, blocks/search_lehrer/PHPExcel/Calculation/LookupRef.php, blocks/search_lehrer/PHPExcel/Calculation/functionlist.txt, blocks/search_lehrer/PHPExcel/Calculation/DateTime.php, blocks/search_lehrer/PHPExcel/Calculation/Token/Stack.php, blocks/search_lehrer/PHPExcel/Calculation/Token, blocks/search_lehrer/PHPExcel/Calculation/ExceptionHandler.php, blocks/search_lehrer/PHPExcel/Calculation/Functions.php, blocks/search_lehrer/PHPExcel/Calculation/Exception.php, blocks/search_lehrer/PHPExcel/Calculation/Financial.php, blocks/search_lehrer/PHPExcel/Calculation/FormulaToken.php, blocks/search_lehrer/PHPExcel/Calculation/Engineering.php, blocks/search_lehrer/PHPExcel/Calculation/Logical.php, blocks/search_lehrer/PHPExcel/Calculation/TextData.php, blocks/search_lehrer/PHPExcel/Calculation/MathTrig.php, blocks/search_lehrer/PHPExcel/Calculation/Database.php, blocks/search_lehrer/PHPExcel/Calculation/Function.php, blocks/search_lehrer/PHPExcel/Calculation, blocks/search_lehrer/PHPExcel/Chart.php, blocks/search_lehrer/PHPExcel/Comment.php, blocks/search_lehrer/PHPExcel/RichText/ITextElement.php, blocks/search_lehrer/PHPExcel/RichText/TextElement.php, blocks/search_lehrer/PHPExcel/RichText/Run.php, blocks/search_lehrer/PHPExcel/RichText, blocks/search_lehrer/PHPExcel/Worksheet/ColumnIterator.php, blocks/search_lehrer/PHPExcel/Worksheet/ColumnDimension.php, blocks/search_lehrer/PHPExcel/Worksheet/Drawing.php, blocks/search_lehrer/PHPExcel/Worksheet/HeaderFooterDrawing.php, blocks/search_lehrer/PHPExcel/Worksheet/MemoryDrawing.php, blocks/search_lehrer/PHPExcel/Worksheet/Drawing/Shadow.php, blocks/search_lehrer/PHPExcel/Worksheet/Drawing, blocks/search_lehrer/PHPExcel/Worksheet/PageMargins.php, blocks/search_lehrer/PHPExcel/Worksheet/RowCellIterator.php, blocks/search_lehrer/PHPExcel/Worksheet/HeaderFooter.php, blocks/search_lehrer/PHPExcel/Worksheet/Dimension.php, blocks/search_lehrer/PHPExcel/Worksheet/AutoFilter/Column/Rule.php, blocks/search_lehrer/PHPExcel/Worksheet/AutoFilter/Column, blocks/search_lehrer/PHPExcel/Worksheet/AutoFilter/Column.php, blocks/search_lehrer/PHPExcel/Worksheet/AutoFilter, blocks/search_lehrer/PHPExcel/Worksheet/Protection.php, blocks/search_lehrer/PHPExcel/Worksheet/BaseDrawing.php, blocks/search_lehrer/PHPExcel/Worksheet/RowIterator.php, blocks/search_lehrer/PHPExcel/Worksheet/Row.php, blocks/search_lehrer/PHPExcel/Worksheet/ColumnCellIterator.php, blocks/search_lehrer/PHPExcel/Worksheet/AutoFilter.php, blocks/search_lehrer/PHPExcel/Worksheet/SheetView.php, blocks/search_lehrer/PHPExcel/Worksheet/Column.php, blocks/search_lehrer/PHPExcel/Worksheet/CellIterator.php, blocks/search_lehrer/PHPExcel/Worksheet/RowDimension.php, blocks/search_lehrer/PHPExcel/Worksheet/PageSetup.php, blocks/search_lehrer/PHPExcel/Worksheet, blocks/search_lehrer/PHPExcel/Autoloader.php, blocks/search_lehrer/PHPExcel/Writer/PDF.php, blocks/search_lehrer/PHPExcel/Writer/Abstract.php, blocks/search_lehrer/PHPExcel/Writer/HTML.php, blocks/search_lehrer/PHPExcel/Writer/CSV.php, blocks/search_lehrer/PHPExcel/Writer/IWriter.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Mimetype.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Styles.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/WriterPart.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/MetaInf.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Settings.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Thumbnails.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Meta.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Content.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Cell/Comment.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Cell, blocks/search_lehrer/PHPExcel/Writer/OpenDocument, blocks/search_lehrer/PHPExcel/Writer/Excel5/Workbook.php, blocks/search_lehrer/PHPExcel/Writer/Excel5/Font.php, blocks/search_lehrer/PHPExcel/Writer/Excel5/Xf.php, blocks/search_lehrer/PHPExcel/Writer/Excel5/Escher.php, blocks/search_lehrer/PHPExcel/Writer/Excel5/Worksheet.php, blocks/search_lehrer/PHPExcel/Writer/Excel5/BIFFwriter.php, blocks/search_lehrer/PHPExcel/Writer/Excel5/Parser.php, blocks/search_lehrer/PHPExcel/Writer/Excel5, blocks/search_lehrer/PHPExcel/Writer/OpenDocument.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007.php, blocks/search_lehrer/PHPExcel/Writer/Exception.php, blocks/search_lehrer/PHPExcel/Writer/PDF/tcPDF.php, blocks/search_lehrer/PHPExcel/Writer/PDF/mPDF.php, blocks/search_lehrer/PHPExcel/Writer/PDF/Core.php, blocks/search_lehrer/PHPExcel/Writer/PDF/DomPDF.php, blocks/search_lehrer/PHPExcel/Writer/PDF, blocks/search_lehrer/PHPExcel/Writer/Excel5.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Rels.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/ContentTypes.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Workbook.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/WriterPart.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/StringTable.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Drawing.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/RelsVBA.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Chart.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Worksheet.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Comments.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Style.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/RelsRibbon.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Theme.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/DocProps.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007, blocks/search_lehrer/PHPExcel/Writer, blocks/search_lehrer/PHPExcel/Worksheet.php, blocks/search_lehrer/PHPExcel/RichText.php, blocks/search_lehrer/PHPExcel/locale/tr/config, blocks/search_lehrer/PHPExcel/locale/tr/functions, blocks/search_lehrer/PHPExcel/locale/tr, blocks/search_lehrer/PHPExcel/locale/no/config, blocks/search_lehrer/PHPExcel/locale/no/functions, blocks/search_lehrer/PHPExcel/locale/no, blocks/search_lehrer/PHPExcel/locale/en/uk/config, blocks/search_lehrer/PHPExcel/locale/en/uk, blocks/search_lehrer/PHPExcel/locale/en, blocks/search_lehrer/PHPExcel/locale/fr/config, blocks/search_lehrer/PHPExcel/locale/fr/functions, blocks/search_lehrer/PHPExcel/locale/fr, blocks/search_lehrer/PHPExcel/locale/bg/config, blocks/search_lehrer/PHPExcel/locale/bg, blocks/search_lehrer/PHPExcel/locale/es/config, blocks/search_lehrer/PHPExcel/locale/es/functions, blocks/search_lehrer/PHPExcel/locale/es, blocks/search_lehrer/PHPExcel/locale/pt/config, blocks/search_lehrer/PHPExcel/locale/pt/br/config, blocks/search_lehrer/PHPExcel/locale/pt/br/functions, blocks/search_lehrer/PHPExcel/locale/pt/br, blocks/search_lehrer/PHPExcel/locale/pt/functions, blocks/search_lehrer/PHPExcel/locale/pt, blocks/search_lehrer/PHPExcel/locale/sv/config, blocks/search_lehrer/PHPExcel/locale/sv/functions, blocks/search_lehrer/PHPExcel/locale/sv, blocks/search_lehrer/PHPExcel/locale/hu/config, blocks/search_lehrer/PHPExcel/locale/hu/functions, blocks/search_lehrer/PHPExcel/locale/hu, blocks/search_lehrer/PHPExcel/locale/fi/config, blocks/search_lehrer/PHPExcel/locale/fi/functions, blocks/search_lehrer/PHPExcel/locale/fi, blocks/search_lehrer/PHPExcel/locale/it/config, blocks/search_lehrer/PHPExcel/locale/it/functions, blocks/search_lehrer/PHPExcel/locale/it, blocks/search_lehrer/PHPExcel/locale/de/config, blocks/search_lehrer/PHPExcel/locale/de/functions, blocks/search_lehrer/PHPExcel/locale/de, blocks/search_lehrer/PHPExcel/locale/nl/config, blocks/search_lehrer/PHPExcel/locale/nl/functions, blocks/search_lehrer/PHPExcel/locale/nl, blocks/search_lehrer/PHPExcel/locale/ru/config, blocks/search_lehrer/PHPExcel/locale/ru/functions, blocks/search_lehrer/PHPExcel/locale/ru, blocks/search_lehrer/PHPExcel/locale/pl/config, blocks/search_lehrer/PHPExcel/locale/pl/functions, blocks/search_lehrer/PHPExcel/locale/pl, blocks/search_lehrer/PHPExcel/locale/da/config, blocks/search_lehrer/PHPExcel/locale/da/functions, blocks/search_lehrer/PHPExcel/locale/da, blocks/search_lehrer/PHPExcel/locale/cs/config, blocks/search_lehrer/PHPExcel/locale/cs/functions, blocks/search_lehrer/PHPExcel/locale/cs, blocks/search_lehrer/PHPExcel/locale, blocks/search_lehrer/PHPExcel/Exception.php, blocks/search_lehrer/PHPExcel/ReferenceHelper.php, blocks/search_lehrer/PHPExcel/Settings.php, blocks/search_lehrer/PHPExcel/Reader/Abstract.php, blocks/search_lehrer/PHPExcel/Reader/HTML.php, blocks/search_lehrer/PHPExcel/Reader/IReadFilter.php, blocks/search_lehrer/PHPExcel/Reader/CSV.php, blocks/search_lehrer/PHPExcel/Reader/SYLK.php, blocks/search_lehrer/PHPExcel/Reader/IReader.php, blocks/search_lehrer/PHPExcel/Reader/Excel5/Escher.php, blocks/search_lehrer/PHPExcel/Reader/Excel5/MD5.php, blocks/search_lehrer/PHPExcel/Reader/Excel5/RC4.php, blocks/search_lehrer/PHPExcel/Reader/Excel5, blocks/search_lehrer/PHPExcel/Reader/DefaultReadFilter.php, blocks/search_lehrer/PHPExcel/Reader/Excel2007.php, blocks/search_lehrer/PHPExcel/Reader/Exception.php, blocks/search_lehrer/PHPExcel/Reader/Excel5.php, blocks/search_lehrer/PHPExcel/Reader/Excel2003XML.php, blocks/search_lehrer/PHPExcel/Reader/Excel2007/Chart.php, blocks/search_lehrer/PHPExcel/Reader/Excel2007/Theme.php, blocks/search_lehrer/PHPExcel/Reader/Excel2007, blocks/search_lehrer/PHPExcel/Reader/OOCalc.php, blocks/search_lehrer/PHPExcel/Reader/Gnumeric.php, blocks/search_lehrer/PHPExcel/Reader, blocks/search_lehrer/PHPExcel/DocumentProperties.php, blocks/search_lehrer/PHPExcel/Style.php, blocks/search_lehrer/PHPExcel/Chart/Title.php, blocks/search_lehrer/PHPExcel/Chart/PlotArea.php, blocks/search_lehrer/PHPExcel/Chart/Layout.php, blocks/search_lehrer/PHPExcel/Chart/Properties.php, blocks/search_lehrer/PHPExcel/Chart/DataSeriesValues.php, blocks/search_lehrer/PHPExcel/Chart/Exception.php, blocks/search_lehrer/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt, blocks/search_lehrer/PHPExcel/Chart/Renderer/jpgraph.php, blocks/search_lehrer/PHPExcel/Chart/Renderer, blocks/search_lehrer/PHPExcel/Chart/Legend.php, blocks/search_lehrer/PHPExcel/Chart/GridLines.php, blocks/search_lehrer/PHPExcel/Chart/DataSeries.php, blocks/search_lehrer/PHPExcel/Chart/Axis.php, blocks/search_lehrer/PHPExcel/Chart, blocks/search_lehrer/PHPExcel/CachedObjectStorageFactory.php, blocks/search_lehrer/PHPExcel/Calculation.php, blocks/search_lehrer/PHPExcel/WorksheetIterator.php, blocks/search_lehrer/PHPExcel/Helper/HTML.php, blocks/search_lehrer/PHPExcel/Helper, blocks/search_lehrer/PHPExcel/IComparable.php, blocks/search_lehrer/PHPExcel/Cell/AdvancedValueBinder.php, blocks/search_lehrer/PHPExcel/Cell/Hyperlink.php, blocks/search_lehrer/PHPExcel/Cell/DataValidation.php, blocks/search_lehrer/PHPExcel/Cell/DataType.php, blocks/search_lehrer/PHPExcel/Cell/IValueBinder.php, blocks/search_lehrer/PHPExcel/Cell/DefaultValueBinder.php, blocks/search_lehrer/PHPExcel/Cell, blocks/search_lehrer/PHPExcel/IOFactory.php, blocks/search_lehrer/PHPExcel/DocumentSecurity.php, blocks/search_lehrer/PHPExcel/HashTable.php, blocks/search_lehrer/PHPExcel/NamedRange.php, blocks/search_lehrer/PHPExcel, blocks/search_lehrer/edit.php, blocks/search_lehrer/db.xml, blocks/search_lehrer/controller.php, blocks/search_lehrer/icon.png, blocks/search_lehrer/PHPExcel.php, blocks/search_lehrer/view.css, blocks/search_lehrer/form_setup_html.php, blocks/search_lehrer/view.js, blocks/search_lehrer/auto.js, blocks/search_lehrer/search_lehrer.po, blocks/search_lehrer/Laenderliste.xls, blocks/search_lehrer, blocks/switch_language/view.php, blocks/switch_language/view.js, blocks/switch_language, blocks/image/templates/quaderteaser_einspaltig.php, blocks/image/templates, blocks/image, blocks/next_previous/view.php, blocks/next_previous, blocks/form/view.php, blocks/form/templates/kontaktformular/view.php, blocks/form/templates/kontaktformular/view.css, blocks/form/templates/kontaktformular, blocks/form/templates, blocks/form/view.css, blocks/form, blocks/page_list/view.php, blocks/page_list/templates/dreispaltig/view.php, blocks/page_list/templates/dreispaltig, blocks/page_list/templates/thumbnail_grid/view.php, blocks/page_list/templates/thumbnail_grid/view.css, blocks/page_list/templates/thumbnail_grid, blocks/page_list/templates/einspaltig.php, blocks/page_list/templates/teamliste.php, blocks/page_list/templates, blocks/page_list, blocks/teaser_tiles/view.php, blocks/teaser_tiles/edit.php, blocks/teaser_tiles/db.xml, blocks/teaser_tiles/controller.php, blocks/teaser_tiles/add.php, blocks/teaser_tiles/form.php, blocks/teaser_tiles/config.json, blocks/teaser_tiles/templates/alleinstehend/view.php, blocks/teaser_tiles/templates/alleinstehend/view.css, blocks/teaser_tiles/templates/alleinstehend, blocks/teaser_tiles/templates, blocks/teaser_tiles/icon.png, blocks/teaser_tiles/view.css, blocks/teaser_tiles/view.js, blocks/teaser_tiles/composer.php, blocks/teaser_tiles, blocks/search_kurs/form_setup_html.php, blocks/search_kurs/db.xml, blocks/search_kurs/edit.php, blocks/search_kurs/controller.php, blocks/search_kurs/view.css, blocks/search_kurs/view.js, blocks/search_kurs/auto.js, blocks/search_kurs/scrapbook.php, blocks/search_kurs/icon.png, blocks/search_kurs/view.php, blocks/search_kurs/search_kurs.po, blocks/search_kurs, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/pl_PL/LC_MESSAGES/messages.mo, languages/pl_PL/LC_MESSAGES, languages/pl_PL, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/en_GB/LC_MESSAGES/messages.mo, languages/en_GB/LC_MESSAGES/messages.po, languages/en_GB/LC_MESSAGES, languages/en_GB, themes/ias/Thumbs.db, themes/ias/images/Thumbs.db, themes/ias/images/header_language_arrow.png, themes/ias/images/body-bg_01.png, themes/ias/images/logo-fixed.png, themes/ias/images/header_kontakt.png, themes/ias/images/body-bg_07.png, themes/ias/images/body-bg_08.png, themes/ias/images/background-slider-royal.png, themes/ias/images/body-bg_10.png, themes/ias/images/body-bg_06.png, themes/ias/images/body-bg_02.png, themes/ias/images/body-bg.jpg, themes/ias/images/body-bg_mobil.png, themes/ias/images/body-bg_03.png, themes/ias/images/menu-icon.png, themes/ias/images/background-slider-blue-sky.png, themes/ias/images/background-slider-default.png, themes/ias/images/background-slider-night-road.png, themes/ias/images/background.png, themes/ias/images/body-bg_04.png, themes/ias/images/body-bg_09.png, themes/ias/images/logo.png, themes/ias/images/body-bg_05.png, themes/ias/images/header_search_icon.png, themes/ias/images/header_menu_burger.png, themes/ias/images/logo_en.png, themes/ias/images, themes/ias/view.php, themes/ias/blank.php, themes/ias/default.php, themes/ias/js/tabs.js, themes/ias/js/mmenu/js/umd/jquery.mmenu.umd.js, themes/ias/js/mmenu/js/umd/jquery.mmenu.umd.all.js, themes/ias/js/mmenu/js/umd, themes/ias/js/mmenu/js/jquery.mmenu.min.js, themes/ias/js/mmenu/js/jquery.mmenu.min.all.js, themes/ias/js/mmenu/js/jquery.mmenu.oncanvas.min.js, themes/ias/js/mmenu/js, themes/ias/js/mmenu/css/jquery.mmenu.oncanvas.css, themes/ias/js/mmenu/css/jquery.mmenu.all.css, themes/ias/js/mmenu/css/jquery.mmenu.css, themes/ias/js/mmenu/css, themes/ias/js/mmenu, themes/ias/js/jquery-scrolltofixed.js, themes/ias/js/silviomoreto-bootstrap-select/js/bootstrap-select.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-it_IT.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-sl_SI.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-pl_PL.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-pt_PT.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ro_RO.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-fa_IR.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-sv_SE.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-nl_NL.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-pl_PL.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-zh_CN.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-hu_HU.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-fa_IR.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-en_US.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-fr_FR.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ko_KR.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ua_UA.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-da_DK.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-en_US.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-zh_CN.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ko_KR.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-zh_TW.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-it_IT.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-es_CL.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ru_RU.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-sl_SI.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-sk_SK.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-de_DE.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-hu_HU.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-es_CL.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-zh_TW.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ru_RU.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-fr_FR.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-pt_PT.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-nl_NL.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-tr_TR.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ro_RO.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-sv_SE.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-de_DE.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-sk_SK.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-bg_BG.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-bg_BG.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-pt_BR.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-pt_BR.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-cs_CZ.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-eu.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-cs_CZ.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ua_UA.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-da_DK.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-tr_TR.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-eu.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n, themes/ias/js/silviomoreto-bootstrap-select/js/bootstrap-select.js, themes/ias/js/silviomoreto-bootstrap-select/js/bootstrap-select.js.map, themes/ias/js/silviomoreto-bootstrap-select/js, themes/ias/js/silviomoreto-bootstrap-select/css/bootstrap-select.css, themes/ias/js/silviomoreto-bootstrap-select/css, themes/ias/js/silviomoreto-bootstrap-select, themes/ias/js/jquery-scrolltofixed-min.js, themes/ias/js/jquery.matchHeight-min.js, themes/ias/js, themes/ias/thumbnail.png, themes/ias/full.php, themes/ias/right_sidebar.php, themes/ias/veranstaltung.php, themes/ias/page_not_found.php, themes/ias/left_sidebar.php, themes/ias/page_forbidden.php, themes/ias/page_theme.php, themes/ias/elements/header_top.php, themes/ias/elements/header.php, themes/ias/elements/footer.php, themes/ias/elements/footer_bottom.php, themes/ias/elements, themes/ias/css/bootstrap-modified_gerade_nicht_in_benutzung.css, themes/ias/css/theme.min.css, themes/ias/css/presets/royal.less, themes/ias/css/presets/ias.less, themes/ias/css/presets/blue-sky.less, themes/ias/css/presets/night-road.less, themes/ias/css/presets/defaults.less, themes/ias/css/presets, themes/ias/css/theme.css, themes/ias/css/main.less, themes/ias/css/styles.xml, themes/ias/css/build/header.less, themes/ias/css/build/errors.less, themes/ias/css/build/body.less, themes/ias/css/build/add-ons/calendar.less, themes/ias/css/build/add-ons, themes/ias/css/build/footer.less, themes/ias/css/build/blocks/tags.less, themes/ias/css/build/blocks/page-title-option-byline.less, themes/ias/css/build/blocks/page-list-template-thumbnail-grid.less, themes/ias/css/build/blocks/topic-list.less, themes/ias/css/build/blocks/testimonial.less, themes/ias/css/build/blocks/feature.less, themes/ias/css/build/blocks/faq.less, themes/ias/css/build/blocks/image-slider.less, themes/ias/css/build/blocks/date-navigation.less, themes/ias/css/build/blocks/page-title.less, themes/ias/css/build/blocks/page-list-option-buttons.less, themes/ias/css/build/blocks/next-previous.less, themes/ias/css/build/blocks/page-attribute-display.less, themes/ias/css/build/blocks/page-list.less, themes/ias/css/build/blocks/image.less, themes/ias/css/build/blocks/feature-template-hover-description.less, themes/ias/css/build/blocks, themes/ias/css/build/fonts/royal.less, themes/ias/css/build/fonts/ias.less, themes/ias/css/build/fonts/blue-sky.less, themes/ias/css/build/fonts/night-road.less, themes/ias/css/build/fonts/defaults.less, themes/ias/css/build/fonts, themes/ias/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/ias/css/build/bootstrap-3.2.0/progress-bars.less, themes/ias/css/build/bootstrap-3.2.0/carousel.less, themes/ias/css/build/bootstrap-3.2.0/list-group.less, themes/ias/css/build/bootstrap-3.2.0/labels.less, themes/ias/css/build/bootstrap-3.2.0/grid.less, themes/ias/css/build/bootstrap-3.2.0/tables.less, themes/ias/css/build/bootstrap-3.2.0/utilities.less, themes/ias/css/build/bootstrap-3.2.0/close.less, themes/ias/css/build/bootstrap-3.2.0/thumbnails.less, themes/ias/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/ias/css/build/bootstrap-3.2.0/component-animations.less, themes/ias/css/build/bootstrap-3.2.0/bootstrap.less, themes/ias/css/build/bootstrap-3.2.0/media.less, themes/ias/css/build/bootstrap-3.2.0/panels.less, themes/ias/css/build/bootstrap-3.2.0/print.less, themes/ias/css/build/bootstrap-3.2.0/modals.less, themes/ias/css/build/bootstrap-3.2.0/buttons.less, themes/ias/css/build/bootstrap-3.2.0/wells.less, themes/ias/css/build/bootstrap-3.2.0/popovers.less, themes/ias/css/build/bootstrap-3.2.0/scaffolding.less, themes/ias/css/build/bootstrap-3.2.0/mixins.less, themes/ias/css/build/bootstrap-3.2.0/dropdowns.less, themes/ias/css/build/bootstrap-3.2.0/pagination.less, themes/ias/css/build/bootstrap-3.2.0/normalize.less, themes/ias/css/build/bootstrap-3.2.0/theme.less, themes/ias/css/build/bootstrap-3.2.0/button-groups.less, themes/ias/css/build/bootstrap-3.2.0/forms.less, themes/ias/css/build/bootstrap-3.2.0/navs.less, themes/ias/css/build/bootstrap-3.2.0/input-groups.less, themes/ias/css/build/bootstrap-3.2.0/jumbotron.less, themes/ias/css/build/bootstrap-3.2.0/responsive-embed.less, themes/ias/css/build/bootstrap-3.2.0/glyphicons.less, themes/ias/css/build/bootstrap-3.2.0/tooltip.less, themes/ias/css/build/bootstrap-3.2.0/badges.less, themes/ias/css/build/bootstrap-3.2.0/pager.less, themes/ias/css/build/bootstrap-3.2.0/type.less, themes/ias/css/build/bootstrap-3.2.0/code.less, themes/ias/css/build/bootstrap-3.2.0/navbar.less, themes/ias/css/build/bootstrap-3.2.0/variables.less, themes/ias/css/build/bootstrap-3.2.0/alerts.less, themes/ias/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/ias/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/ias/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/ias/css/build/bootstrap-3.2.0/mixins/labels.less, themes/ias/css/build/bootstrap-3.2.0/mixins/grid.less, themes/ias/css/build/bootstrap-3.2.0/mixins/size.less, themes/ias/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/ias/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/ias/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/ias/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/ias/css/build/bootstrap-3.2.0/mixins/panels.less, themes/ias/css/build/bootstrap-3.2.0/mixins/resize.less, themes/ias/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/ias/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/ias/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/ias/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/ias/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/ias/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/ias/css/build/bootstrap-3.2.0/mixins/forms.less, themes/ias/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/ias/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/ias/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/ias/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/ias/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/ias/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/ias/css/build/bootstrap-3.2.0/mixins/image.less, themes/ias/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/ias/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/ias/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/ias/css/build/bootstrap-3.2.0/mixins, themes/ias/css/build/bootstrap-3.2.0, themes/ias/css/build/captcha.less, themes/ias/css/build/miscellaneous-styles.less, themes/ias/css/build/buttons.less, themes/ias/css/build/mixins.less, themes/ias/css/build/pagination.less, themes/ias/css/build/custom-design-classes/block-sidebar-padded.less, themes/ias/css/build/custom-design-classes/recent-blog-entry.less, themes/ias/css/build/custom-design-classes/testimonial-bio.less, themes/ias/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/ias/css/build/custom-design-classes/blog-entry-list.less, themes/ias/css/build/custom-design-classes/area-content-accent.less, themes/ias/css/build/custom-design-classes, themes/ias/css/build/forms.less, themes/ias/css/build/content.less, themes/ias/css/build/reset.less, themes/ias/css/build/mobile/navigation.less, themes/ias/css/build/mobile, themes/ias/css/build/search.less, themes/ias/css/build/variables.less, themes/ias/css/build/breadcrumb.less, themes/ias/css/build, themes/ias/css, themes/ias, blocks/autonav/view.php, blocks/autonav/templates/sidebar.php, blocks/autonav/templates/breadcrumb.php, blocks/autonav/templates/mmenu.php, blocks/autonav/templates, blocks/autonav, blocks/image_slider/images/arrows.gif, blocks/image_slider/images, blocks/image_slider/view.php, blocks/image_slider/view.css, blocks/image_slider/view.js, blocks/image_slider, blocks/teaser_background_color/view.php, blocks/teaser_background_color/edit.php, blocks/teaser_background_color/db.xml, blocks/teaser_background_color/controller.php, blocks/teaser_background_color/add.php, blocks/teaser_background_color/form.php, blocks/teaser_background_color/config.json, blocks/teaser_background_color/icon.png, blocks/teaser_background_color/view.css, blocks/teaser_background_color/composer.php, blocks/teaser_background_color, blocks/content/templates/infobox.php, blocks/content/templates, blocks/content, blocks/search/view.php, blocks/search/templates/header.php, blocks/search/templates, blocks/search/view.css, blocks/search, blocks/vivid_simple_accordion/view.php, blocks/vivid_simple_accordion/view.css, blocks/vivid_simple_accordion/view.js, blocks/vivid_simple_accordion, blocks/search_lehrer/view.php, blocks/search_lehrer/scrapbook.php, blocks/search_lehrer/PHPExcel/Shared/TimeZone.php, blocks/search_lehrer/PHPExcel/Shared/Font.php, blocks/search_lehrer/PHPExcel/Shared/PCLZip/readme.txt, blocks/search_lehrer/PHPExcel/Shared/PCLZip/pclzip.lib.php, blocks/search_lehrer/PHPExcel/Shared/PCLZip/gnu-lgpl.txt, blocks/search_lehrer/PHPExcel/Shared/PCLZip, blocks/search_lehrer/PHPExcel/Shared/Drawing.php, blocks/search_lehrer/PHPExcel/Shared/CodePage.php, blocks/search_lehrer/PHPExcel/Shared/OLERead.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/SingularValueDecomposition.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/EigenvalueDecomposition.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/LUDecomposition.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/utils/Error.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/utils/Maths.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/utils, blocks/search_lehrer/PHPExcel/Shared/JAMA/QRDecomposition.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/Matrix.php, blocks/search_lehrer/PHPExcel/Shared/JAMA/CHANGELOG.TXT, blocks/search_lehrer/PHPExcel/Shared/JAMA/CholeskyDecomposition.php, blocks/search_lehrer/PHPExcel/Shared/JAMA, blocks/search_lehrer/PHPExcel/Shared/Escher.php, blocks/search_lehrer/PHPExcel/Shared/File.php, blocks/search_lehrer/PHPExcel/Shared/ZipArchive.php, blocks/search_lehrer/PHPExcel/Shared/String.php, blocks/search_lehrer/PHPExcel/Shared/XMLWriter.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DgContainer.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE/Blip.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer/BstoreContainer, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer/BstoreContainer.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DggContainer, blocks/search_lehrer/PHPExcel/Shared/Escher/DgContainer/SpgrContainer/SpContainer.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DgContainer/SpgrContainer, blocks/search_lehrer/PHPExcel/Shared/Escher/DgContainer/SpgrContainer.php, blocks/search_lehrer/PHPExcel/Shared/Escher/DgContainer, blocks/search_lehrer/PHPExcel/Shared/Escher, blocks/search_lehrer/PHPExcel/Shared/Excel5.php, blocks/search_lehrer/PHPExcel/Shared/trend/exponentialBestFitClass.php, blocks/search_lehrer/PHPExcel/Shared/trend/logarithmicBestFitClass.php, blocks/search_lehrer/PHPExcel/Shared/trend/trendClass.php, blocks/search_lehrer/PHPExcel/Shared/trend/powerBestFitClass.php, blocks/search_lehrer/PHPExcel/Shared/trend/linearBestFitClass.php, blocks/search_lehrer/PHPExcel/Shared/trend/polynomialBestFitClass.php, blocks/search_lehrer/PHPExcel/Shared/trend/bestFitClass.php, blocks/search_lehrer/PHPExcel/Shared/trend, blocks/search_lehrer/PHPExcel/Shared/Date.php, blocks/search_lehrer/PHPExcel/Shared/ZipStreamWrapper.php, blocks/search_lehrer/PHPExcel/Shared/PasswordHasher.php, blocks/search_lehrer/PHPExcel/Shared/OLE/ChainedBlockStream.php, blocks/search_lehrer/PHPExcel/Shared/OLE/PPS/File.php, blocks/search_lehrer/PHPExcel/Shared/OLE/PPS/Root.php, blocks/search_lehrer/PHPExcel/Shared/OLE/PPS, blocks/search_lehrer/PHPExcel/Shared/OLE/PPS.php, blocks/search_lehrer/PHPExcel/Shared/OLE, blocks/search_lehrer/PHPExcel/Shared/OLE.php, blocks/search_lehrer/PHPExcel/Shared, blocks/search_lehrer/PHPExcel/CachedObjectStorage/MemorySerialized.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/APC.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/ICache.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/Igbinary.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/Wincache.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/SQLite.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/DiscISAM.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/SQLite3.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/Memcache.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/CacheBase.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/MemoryGZip.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/PHPTemp.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage/Memory.php, blocks/search_lehrer/PHPExcel/CachedObjectStorage, blocks/search_lehrer/PHPExcel/CalcEngine/Logger.php, blocks/search_lehrer/PHPExcel/CalcEngine/CyclicReferenceStack.php, blocks/search_lehrer/PHPExcel/CalcEngine, blocks/search_lehrer/PHPExcel/Style/Conditional.php, blocks/search_lehrer/PHPExcel/Style/Font.php, blocks/search_lehrer/PHPExcel/Style/Fill.php, blocks/search_lehrer/PHPExcel/Style/Protection.php, blocks/search_lehrer/PHPExcel/Style/Borders.php, blocks/search_lehrer/PHPExcel/Style/Supervisor.php, blocks/search_lehrer/PHPExcel/Style/Color.php, blocks/search_lehrer/PHPExcel/Style/NumberFormat.php, blocks/search_lehrer/PHPExcel/Style/Border.php, blocks/search_lehrer/PHPExcel/Style/Alignment.php, blocks/search_lehrer/PHPExcel/Style, blocks/search_lehrer/PHPExcel/Cell.php, blocks/search_lehrer/PHPExcel/Calculation/Statistical.php, blocks/search_lehrer/PHPExcel/Calculation/FormulaParser.php, blocks/search_lehrer/PHPExcel/Calculation/LookupRef.php, blocks/search_lehrer/PHPExcel/Calculation/functionlist.txt, blocks/search_lehrer/PHPExcel/Calculation/DateTime.php, blocks/search_lehrer/PHPExcel/Calculation/Token/Stack.php, blocks/search_lehrer/PHPExcel/Calculation/Token, blocks/search_lehrer/PHPExcel/Calculation/ExceptionHandler.php, blocks/search_lehrer/PHPExcel/Calculation/Functions.php, blocks/search_lehrer/PHPExcel/Calculation/Exception.php, blocks/search_lehrer/PHPExcel/Calculation/Financial.php, blocks/search_lehrer/PHPExcel/Calculation/FormulaToken.php, blocks/search_lehrer/PHPExcel/Calculation/Engineering.php, blocks/search_lehrer/PHPExcel/Calculation/Logical.php, blocks/search_lehrer/PHPExcel/Calculation/TextData.php, blocks/search_lehrer/PHPExcel/Calculation/MathTrig.php, blocks/search_lehrer/PHPExcel/Calculation/Database.php, blocks/search_lehrer/PHPExcel/Calculation/Function.php, blocks/search_lehrer/PHPExcel/Calculation, blocks/search_lehrer/PHPExcel/Chart.php, blocks/search_lehrer/PHPExcel/Comment.php, blocks/search_lehrer/PHPExcel/RichText/ITextElement.php, blocks/search_lehrer/PHPExcel/RichText/TextElement.php, blocks/search_lehrer/PHPExcel/RichText/Run.php, blocks/search_lehrer/PHPExcel/RichText, blocks/search_lehrer/PHPExcel/Worksheet/ColumnIterator.php, blocks/search_lehrer/PHPExcel/Worksheet/ColumnDimension.php, blocks/search_lehrer/PHPExcel/Worksheet/Drawing.php, blocks/search_lehrer/PHPExcel/Worksheet/HeaderFooterDrawing.php, blocks/search_lehrer/PHPExcel/Worksheet/MemoryDrawing.php, blocks/search_lehrer/PHPExcel/Worksheet/Drawing/Shadow.php, blocks/search_lehrer/PHPExcel/Worksheet/Drawing, blocks/search_lehrer/PHPExcel/Worksheet/PageMargins.php, blocks/search_lehrer/PHPExcel/Worksheet/RowCellIterator.php, blocks/search_lehrer/PHPExcel/Worksheet/HeaderFooter.php, blocks/search_lehrer/PHPExcel/Worksheet/Dimension.php, blocks/search_lehrer/PHPExcel/Worksheet/AutoFilter/Column/Rule.php, blocks/search_lehrer/PHPExcel/Worksheet/AutoFilter/Column, blocks/search_lehrer/PHPExcel/Worksheet/AutoFilter/Column.php, blocks/search_lehrer/PHPExcel/Worksheet/AutoFilter, blocks/search_lehrer/PHPExcel/Worksheet/Protection.php, blocks/search_lehrer/PHPExcel/Worksheet/BaseDrawing.php, blocks/search_lehrer/PHPExcel/Worksheet/RowIterator.php, blocks/search_lehrer/PHPExcel/Worksheet/Row.php, blocks/search_lehrer/PHPExcel/Worksheet/ColumnCellIterator.php, blocks/search_lehrer/PHPExcel/Worksheet/AutoFilter.php, blocks/search_lehrer/PHPExcel/Worksheet/SheetView.php, blocks/search_lehrer/PHPExcel/Worksheet/Column.php, blocks/search_lehrer/PHPExcel/Worksheet/CellIterator.php, blocks/search_lehrer/PHPExcel/Worksheet/RowDimension.php, blocks/search_lehrer/PHPExcel/Worksheet/PageSetup.php, blocks/search_lehrer/PHPExcel/Worksheet, blocks/search_lehrer/PHPExcel/Autoloader.php, blocks/search_lehrer/PHPExcel/Writer/PDF.php, blocks/search_lehrer/PHPExcel/Writer/Abstract.php, blocks/search_lehrer/PHPExcel/Writer/HTML.php, blocks/search_lehrer/PHPExcel/Writer/CSV.php, blocks/search_lehrer/PHPExcel/Writer/IWriter.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Mimetype.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Styles.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/WriterPart.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/MetaInf.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Settings.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Thumbnails.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Meta.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Content.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Cell/Comment.php, blocks/search_lehrer/PHPExcel/Writer/OpenDocument/Cell, blocks/search_lehrer/PHPExcel/Writer/OpenDocument, blocks/search_lehrer/PHPExcel/Writer/Excel5/Workbook.php, blocks/search_lehrer/PHPExcel/Writer/Excel5/Font.php, blocks/search_lehrer/PHPExcel/Writer/Excel5/Xf.php, blocks/search_lehrer/PHPExcel/Writer/Excel5/Escher.php, blocks/search_lehrer/PHPExcel/Writer/Excel5/Worksheet.php, blocks/search_lehrer/PHPExcel/Writer/Excel5/BIFFwriter.php, blocks/search_lehrer/PHPExcel/Writer/Excel5/Parser.php, blocks/search_lehrer/PHPExcel/Writer/Excel5, blocks/search_lehrer/PHPExcel/Writer/OpenDocument.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007.php, blocks/search_lehrer/PHPExcel/Writer/Exception.php, blocks/search_lehrer/PHPExcel/Writer/PDF/tcPDF.php, blocks/search_lehrer/PHPExcel/Writer/PDF/mPDF.php, blocks/search_lehrer/PHPExcel/Writer/PDF/Core.php, blocks/search_lehrer/PHPExcel/Writer/PDF/DomPDF.php, blocks/search_lehrer/PHPExcel/Writer/PDF, blocks/search_lehrer/PHPExcel/Writer/Excel5.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Rels.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/ContentTypes.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Workbook.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/WriterPart.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/StringTable.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Drawing.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/RelsVBA.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Chart.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Worksheet.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Comments.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Style.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/RelsRibbon.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/Theme.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007/DocProps.php, blocks/search_lehrer/PHPExcel/Writer/Excel2007, blocks/search_lehrer/PHPExcel/Writer, blocks/search_lehrer/PHPExcel/Worksheet.php, blocks/search_lehrer/PHPExcel/RichText.php, blocks/search_lehrer/PHPExcel/locale/tr/config, blocks/search_lehrer/PHPExcel/locale/tr/functions, blocks/search_lehrer/PHPExcel/locale/tr, blocks/search_lehrer/PHPExcel/locale/no/config, blocks/search_lehrer/PHPExcel/locale/no/functions, blocks/search_lehrer/PHPExcel/locale/no, blocks/search_lehrer/PHPExcel/locale/en/uk/config, blocks/search_lehrer/PHPExcel/locale/en/uk, blocks/search_lehrer/PHPExcel/locale/en, blocks/search_lehrer/PHPExcel/locale/fr/config, blocks/search_lehrer/PHPExcel/locale/fr/functions, blocks/search_lehrer/PHPExcel/locale/fr, blocks/search_lehrer/PHPExcel/locale/bg/config, blocks/search_lehrer/PHPExcel/locale/bg, blocks/search_lehrer/PHPExcel/locale/es/config, blocks/search_lehrer/PHPExcel/locale/es/functions, blocks/search_lehrer/PHPExcel/locale/es, blocks/search_lehrer/PHPExcel/locale/pt/config, blocks/search_lehrer/PHPExcel/locale/pt/br/config, blocks/search_lehrer/PHPExcel/locale/pt/br/functions, blocks/search_lehrer/PHPExcel/locale/pt/br, blocks/search_lehrer/PHPExcel/locale/pt/functions, blocks/search_lehrer/PHPExcel/locale/pt, blocks/search_lehrer/PHPExcel/locale/sv/config, blocks/search_lehrer/PHPExcel/locale/sv/functions, blocks/search_lehrer/PHPExcel/locale/sv, blocks/search_lehrer/PHPExcel/locale/hu/config, blocks/search_lehrer/PHPExcel/locale/hu/functions, blocks/search_lehrer/PHPExcel/locale/hu, blocks/search_lehrer/PHPExcel/locale/fi/config, blocks/search_lehrer/PHPExcel/locale/fi/functions, blocks/search_lehrer/PHPExcel/locale/fi, blocks/search_lehrer/PHPExcel/locale/it/config, blocks/search_lehrer/PHPExcel/locale/it/functions, blocks/search_lehrer/PHPExcel/locale/it, blocks/search_lehrer/PHPExcel/locale/de/config, blocks/search_lehrer/PHPExcel/locale/de/functions, blocks/search_lehrer/PHPExcel/locale/de, blocks/search_lehrer/PHPExcel/locale/nl/config, blocks/search_lehrer/PHPExcel/locale/nl/functions, blocks/search_lehrer/PHPExcel/locale/nl, blocks/search_lehrer/PHPExcel/locale/ru/config, blocks/search_lehrer/PHPExcel/locale/ru/functions, blocks/search_lehrer/PHPExcel/locale/ru, blocks/search_lehrer/PHPExcel/locale/pl/config, blocks/search_lehrer/PHPExcel/locale/pl/functions, blocks/search_lehrer/PHPExcel/locale/pl, blocks/search_lehrer/PHPExcel/locale/da/config, blocks/search_lehrer/PHPExcel/locale/da/functions, blocks/search_lehrer/PHPExcel/locale/da, blocks/search_lehrer/PHPExcel/locale/cs/config, blocks/search_lehrer/PHPExcel/locale/cs/functions, blocks/search_lehrer/PHPExcel/locale/cs, blocks/search_lehrer/PHPExcel/locale, blocks/search_lehrer/PHPExcel/Exception.php, blocks/search_lehrer/PHPExcel/ReferenceHelper.php, blocks/search_lehrer/PHPExcel/Settings.php, blocks/search_lehrer/PHPExcel/Reader/Abstract.php, blocks/search_lehrer/PHPExcel/Reader/HTML.php, blocks/search_lehrer/PHPExcel/Reader/IReadFilter.php, blocks/search_lehrer/PHPExcel/Reader/CSV.php, blocks/search_lehrer/PHPExcel/Reader/SYLK.php, blocks/search_lehrer/PHPExcel/Reader/IReader.php, blocks/search_lehrer/PHPExcel/Reader/Excel5/Escher.php, blocks/search_lehrer/PHPExcel/Reader/Excel5/MD5.php, blocks/search_lehrer/PHPExcel/Reader/Excel5/RC4.php, blocks/search_lehrer/PHPExcel/Reader/Excel5, blocks/search_lehrer/PHPExcel/Reader/DefaultReadFilter.php, blocks/search_lehrer/PHPExcel/Reader/Excel2007.php, blocks/search_lehrer/PHPExcel/Reader/Exception.php, blocks/search_lehrer/PHPExcel/Reader/Excel5.php, blocks/search_lehrer/PHPExcel/Reader/Excel2003XML.php, blocks/search_lehrer/PHPExcel/Reader/Excel2007/Chart.php, blocks/search_lehrer/PHPExcel/Reader/Excel2007/Theme.php, blocks/search_lehrer/PHPExcel/Reader/Excel2007, blocks/search_lehrer/PHPExcel/Reader/OOCalc.php, blocks/search_lehrer/PHPExcel/Reader/Gnumeric.php, blocks/search_lehrer/PHPExcel/Reader, blocks/search_lehrer/PHPExcel/DocumentProperties.php, blocks/search_lehrer/PHPExcel/Style.php, blocks/search_lehrer/PHPExcel/Chart/Title.php, blocks/search_lehrer/PHPExcel/Chart/PlotArea.php, blocks/search_lehrer/PHPExcel/Chart/Layout.php, blocks/search_lehrer/PHPExcel/Chart/Properties.php, blocks/search_lehrer/PHPExcel/Chart/DataSeriesValues.php, blocks/search_lehrer/PHPExcel/Chart/Exception.php, blocks/search_lehrer/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt, blocks/search_lehrer/PHPExcel/Chart/Renderer/jpgraph.php, blocks/search_lehrer/PHPExcel/Chart/Renderer, blocks/search_lehrer/PHPExcel/Chart/Legend.php, blocks/search_lehrer/PHPExcel/Chart/GridLines.php, blocks/search_lehrer/PHPExcel/Chart/DataSeries.php, blocks/search_lehrer/PHPExcel/Chart/Axis.php, blocks/search_lehrer/PHPExcel/Chart, blocks/search_lehrer/PHPExcel/CachedObjectStorageFactory.php, blocks/search_lehrer/PHPExcel/Calculation.php, blocks/search_lehrer/PHPExcel/WorksheetIterator.php, blocks/search_lehrer/PHPExcel/Helper/HTML.php, blocks/search_lehrer/PHPExcel/Helper, blocks/search_lehrer/PHPExcel/IComparable.php, blocks/search_lehrer/PHPExcel/Cell/AdvancedValueBinder.php, blocks/search_lehrer/PHPExcel/Cell/Hyperlink.php, blocks/search_lehrer/PHPExcel/Cell/DataValidation.php, blocks/search_lehrer/PHPExcel/Cell/DataType.php, blocks/search_lehrer/PHPExcel/Cell/IValueBinder.php, blocks/search_lehrer/PHPExcel/Cell/DefaultValueBinder.php, blocks/search_lehrer/PHPExcel/Cell, blocks/search_lehrer/PHPExcel/IOFactory.php, blocks/search_lehrer/PHPExcel/DocumentSecurity.php, blocks/search_lehrer/PHPExcel/HashTable.php, blocks/search_lehrer/PHPExcel/NamedRange.php, blocks/search_lehrer/PHPExcel, blocks/search_lehrer/edit.php, blocks/search_lehrer/db.xml, blocks/search_lehrer/controller.php, blocks/search_lehrer/icon.png, blocks/search_lehrer/PHPExcel.php, blocks/search_lehrer/view.css, blocks/search_lehrer/form_setup_html.php, blocks/search_lehrer/view.js, blocks/search_lehrer/auto.js, blocks/search_lehrer/search_lehrer.po, blocks/search_lehrer/Laenderliste.xls, blocks/search_lehrer, blocks/switch_language/view.php, blocks/switch_language/view.js, blocks/switch_language, blocks/image/templates/quaderteaser_einspaltig.php, blocks/image/templates, blocks/image, blocks/next_previous/view.php, blocks/next_previous, blocks/form/view.php, blocks/form/templates/kontaktformular/view.php, blocks/form/templates/kontaktformular/view.css, blocks/form/templates/kontaktformular, blocks/form/templates, blocks/form/view.css, blocks/form, blocks/page_list/view.php, blocks/page_list/templates/dreispaltig/view.php, blocks/page_list/templates/dreispaltig, blocks/page_list/templates/thumbnail_grid/view.php, blocks/page_list/templates/thumbnail_grid/view.css, blocks/page_list/templates/thumbnail_grid, blocks/page_list/templates/einspaltig.php, blocks/page_list/templates/teamliste.php, blocks/page_list/templates, blocks/page_list, blocks/teaser_tiles/view.php, blocks/teaser_tiles/edit.php, blocks/teaser_tiles/db.xml, blocks/teaser_tiles/controller.php, blocks/teaser_tiles/add.php, blocks/teaser_tiles/form.php, blocks/teaser_tiles/config.json, blocks/teaser_tiles/templates/alleinstehend/view.php, blocks/teaser_tiles/templates/alleinstehend/view.css, blocks/teaser_tiles/templates/alleinstehend, blocks/teaser_tiles/templates, blocks/teaser_tiles/icon.png, blocks/teaser_tiles/view.css, blocks/teaser_tiles/view.js, blocks/teaser_tiles/composer.php, blocks/teaser_tiles, blocks/search_kurs/form_setup_html.php, blocks/search_kurs/db.xml, blocks/search_kurs/edit.php, blocks/search_kurs/controller.php, blocks/search_kurs/view.css, blocks/search_kurs/view.js, blocks/search_kurs/auto.js, blocks/search_kurs/scrapbook.php, blocks/search_kurs/icon.png, blocks/search_kurs/view.php, blocks/search_kurs/search_kurs.po, blocks/search_kurs, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/pl_PL/LC_MESSAGES/messages.mo, languages/pl_PL/LC_MESSAGES, languages/pl_PL, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/pt_BR/LC_MESSAGES/messages.mo, languages/pt_BR/LC_MESSAGES, languages/pt_BR, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/en_GB/LC_MESSAGES/messages.mo, languages/en_GB/LC_MESSAGES/messages.po, languages/en_GB/LC_MESSAGES, languages/en_GB, themes/ias/Thumbs.db, themes/ias/images/Thumbs.db, themes/ias/images/header_language_arrow.png, themes/ias/images/body-bg_01.png, themes/ias/images/logo-fixed.png, themes/ias/images/header_kontakt.png, themes/ias/images/body-bg_07.png, themes/ias/images/body-bg_08.png, themes/ias/images/background-slider-royal.png, themes/ias/images/body-bg_10.png, themes/ias/images/body-bg_06.png, themes/ias/images/body-bg_02.png, themes/ias/images/body-bg.jpg, themes/ias/images/body-bg_mobil.png, themes/ias/images/body-bg_03.png, themes/ias/images/menu-icon.png, themes/ias/images/background-slider-blue-sky.png, themes/ias/images/background-slider-default.png, themes/ias/images/background-slider-night-road.png, themes/ias/images/background.png, themes/ias/images/body-bg_04.png, themes/ias/images/body-bg_09.png, themes/ias/images/logo.png, themes/ias/images/body-bg_05.png, themes/ias/images/header_search_icon.png, themes/ias/images/header_menu_burger.png, themes/ias/images/logo_en.png, themes/ias/images, themes/ias/view.php, themes/ias/blank.php, themes/ias/default.php, themes/ias/js/tabs.js, themes/ias/js/mmenu/js/umd/jquery.mmenu.umd.js, themes/ias/js/mmenu/js/umd/jquery.mmenu.umd.all.js, themes/ias/js/mmenu/js/umd, themes/ias/js/mmenu/js/jquery.mmenu.min.js, themes/ias/js/mmenu/js/jquery.mmenu.min.all.js, themes/ias/js/mmenu/js/jquery.mmenu.oncanvas.min.js, themes/ias/js/mmenu/js, themes/ias/js/mmenu/css/jquery.mmenu.oncanvas.css, themes/ias/js/mmenu/css/jquery.mmenu.all.css, themes/ias/js/mmenu/css/jquery.mmenu.css, themes/ias/js/mmenu/css, themes/ias/js/mmenu, themes/ias/js/jquery-scrolltofixed.js, themes/ias/js/silviomoreto-bootstrap-select/js/bootstrap-select.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-it_IT.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-sl_SI.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-pl_PL.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-pt_PT.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ro_RO.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-fa_IR.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-sv_SE.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-nl_NL.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-pl_PL.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-zh_CN.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-hu_HU.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-fa_IR.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-en_US.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-fr_FR.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ko_KR.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ua_UA.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-da_DK.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-en_US.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-zh_CN.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ko_KR.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-zh_TW.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-it_IT.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-es_CL.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ru_RU.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-sl_SI.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-sk_SK.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-de_DE.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-hu_HU.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-es_CL.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-zh_TW.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ru_RU.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-fr_FR.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-pt_PT.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-nl_NL.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-tr_TR.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ro_RO.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-sv_SE.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-de_DE.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-sk_SK.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-bg_BG.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-bg_BG.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-pt_BR.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-pt_BR.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-cs_CZ.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-eu.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-cs_CZ.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-ua_UA.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-da_DK.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-tr_TR.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n/defaults-eu.min.js, themes/ias/js/silviomoreto-bootstrap-select/js/i18n, themes/ias/js/silviomoreto-bootstrap-select/js/bootstrap-select.js, themes/ias/js/silviomoreto-bootstrap-select/js/bootstrap-select.js.map, themes/ias/js/silviomoreto-bootstrap-select/js, themes/ias/js/silviomoreto-bootstrap-select/css/bootstrap-select.css, themes/ias/js/silviomoreto-bootstrap-select/css, themes/ias/js/silviomoreto-bootstrap-select, themes/ias/js/jquery-scrolltofixed-min.js, themes/ias/js/jquery.matchHeight-min.js, themes/ias/js, themes/ias/thumbnail.png, themes/ias/full.php, themes/ias/right_sidebar.php, themes/ias/veranstaltung.php, themes/ias/page_not_found.php, themes/ias/left_sidebar.php, themes/ias/page_forbidden.php, themes/ias/page_theme.php, themes/ias/elements/header_top.php, themes/ias/elements/header.php, themes/ias/elements/footer.php, themes/ias/elements/footer_bottom.php, themes/ias/elements, themes/ias/css/bootstrap-modified_gerade_nicht_in_benutzung.css, themes/ias/css/theme.min.css, themes/ias/css/presets/royal.less, themes/ias/css/presets/ias.less, themes/ias/css/presets/blue-sky.less, themes/ias/css/presets/night-road.less, themes/ias/css/presets/defaults.less, themes/ias/css/presets, themes/ias/css/theme.css, themes/ias/css/main.less, themes/ias/css/styles.xml, themes/ias/css/build/header.less, themes/ias/css/build/errors.less, themes/ias/css/build/body.less, themes/ias/css/build/add-ons/calendar.less, themes/ias/css/build/add-ons, themes/ias/css/build/footer.less, themes/ias/css/build/blocks/tags.less, themes/ias/css/build/blocks/page-title-option-byline.less, themes/ias/css/build/blocks/page-list-template-thumbnail-grid.less, themes/ias/css/build/blocks/topic-list.less, themes/ias/css/build/blocks/testimonial.less, themes/ias/css/build/blocks/feature.less, themes/ias/css/build/blocks/faq.less, themes/ias/css/build/blocks/image-slider.less, themes/ias/css/build/blocks/date-navigation.less, themes/ias/css/build/blocks/page-title.less, themes/ias/css/build/blocks/page-list-option-buttons.less, themes/ias/css/build/blocks/next-previous.less, themes/ias/css/build/blocks/page-attribute-display.less, themes/ias/css/build/blocks/page-list.less, themes/ias/css/build/blocks/image.less, themes/ias/css/build/blocks/feature-template-hover-description.less, themes/ias/css/build/blocks, themes/ias/css/build/fonts/royal.less, themes/ias/css/build/fonts/ias.less, themes/ias/css/build/fonts/blue-sky.less, themes/ias/css/build/fonts/night-road.less, themes/ias/css/build/fonts/defaults.less, themes/ias/css/build/fonts, themes/ias/css/build/bootstrap-3.2.0/responsive-utilities.less, themes/ias/css/build/bootstrap-3.2.0/progress-bars.less, themes/ias/css/build/bootstrap-3.2.0/carousel.less, themes/ias/css/build/bootstrap-3.2.0/list-group.less, themes/ias/css/build/bootstrap-3.2.0/labels.less, themes/ias/css/build/bootstrap-3.2.0/grid.less, themes/ias/css/build/bootstrap-3.2.0/tables.less, themes/ias/css/build/bootstrap-3.2.0/utilities.less, themes/ias/css/build/bootstrap-3.2.0/close.less, themes/ias/css/build/bootstrap-3.2.0/thumbnails.less, themes/ias/css/build/bootstrap-3.2.0/breadcrumbs.less, themes/ias/css/build/bootstrap-3.2.0/component-animations.less, themes/ias/css/build/bootstrap-3.2.0/bootstrap.less, themes/ias/css/build/bootstrap-3.2.0/media.less, themes/ias/css/build/bootstrap-3.2.0/panels.less, themes/ias/css/build/bootstrap-3.2.0/print.less, themes/ias/css/build/bootstrap-3.2.0/modals.less, themes/ias/css/build/bootstrap-3.2.0/buttons.less, themes/ias/css/build/bootstrap-3.2.0/wells.less, themes/ias/css/build/bootstrap-3.2.0/popovers.less, themes/ias/css/build/bootstrap-3.2.0/scaffolding.less, themes/ias/css/build/bootstrap-3.2.0/mixins.less, themes/ias/css/build/bootstrap-3.2.0/dropdowns.less, themes/ias/css/build/bootstrap-3.2.0/pagination.less, themes/ias/css/build/bootstrap-3.2.0/normalize.less, themes/ias/css/build/bootstrap-3.2.0/theme.less, themes/ias/css/build/bootstrap-3.2.0/button-groups.less, themes/ias/css/build/bootstrap-3.2.0/forms.less, themes/ias/css/build/bootstrap-3.2.0/navs.less, themes/ias/css/build/bootstrap-3.2.0/input-groups.less, themes/ias/css/build/bootstrap-3.2.0/jumbotron.less, themes/ias/css/build/bootstrap-3.2.0/responsive-embed.less, themes/ias/css/build/bootstrap-3.2.0/glyphicons.less, themes/ias/css/build/bootstrap-3.2.0/tooltip.less, themes/ias/css/build/bootstrap-3.2.0/badges.less, themes/ias/css/build/bootstrap-3.2.0/pager.less, themes/ias/css/build/bootstrap-3.2.0/type.less, themes/ias/css/build/bootstrap-3.2.0/code.less, themes/ias/css/build/bootstrap-3.2.0/navbar.less, themes/ias/css/build/bootstrap-3.2.0/variables.less, themes/ias/css/build/bootstrap-3.2.0/alerts.less, themes/ias/css/build/bootstrap-3.2.0/mixins/progress-bar.less, themes/ias/css/build/bootstrap-3.2.0/mixins/list-group.less, themes/ias/css/build/bootstrap-3.2.0/mixins/background-variant.less, themes/ias/css/build/bootstrap-3.2.0/mixins/labels.less, themes/ias/css/build/bootstrap-3.2.0/mixins/grid.less, themes/ias/css/build/bootstrap-3.2.0/mixins/size.less, themes/ias/css/build/bootstrap-3.2.0/mixins/table-row.less, themes/ias/css/build/bootstrap-3.2.0/mixins/opacity.less, themes/ias/css/build/bootstrap-3.2.0/mixins/center-block.less, themes/ias/css/build/bootstrap-3.2.0/mixins/reset-filter.less, themes/ias/css/build/bootstrap-3.2.0/mixins/panels.less, themes/ias/css/build/bootstrap-3.2.0/mixins/resize.less, themes/ias/css/build/bootstrap-3.2.0/mixins/clearfix.less, themes/ias/css/build/bootstrap-3.2.0/mixins/buttons.less, themes/ias/css/build/bootstrap-3.2.0/mixins/vendor-prefixes.less, themes/ias/css/build/bootstrap-3.2.0/mixins/grid-framework.less, themes/ias/css/build/bootstrap-3.2.0/mixins/pagination.less, themes/ias/css/build/bootstrap-3.2.0/mixins/text-emphasis.less, themes/ias/css/build/bootstrap-3.2.0/mixins/forms.less, themes/ias/css/build/bootstrap-3.2.0/mixins/text-overflow.less, themes/ias/css/build/bootstrap-3.2.0/mixins/border-radius.less, themes/ias/css/build/bootstrap-3.2.0/mixins/tab-focus.less, themes/ias/css/build/bootstrap-3.2.0/mixins/responsive-visibility.less, themes/ias/css/build/bootstrap-3.2.0/mixins/nav-vertical-align.less, themes/ias/css/build/bootstrap-3.2.0/mixins/gradients.less, themes/ias/css/build/bootstrap-3.2.0/mixins/image.less, themes/ias/css/build/bootstrap-3.2.0/mixins/nav-divider.less, themes/ias/css/build/bootstrap-3.2.0/mixins/hide-text.less, themes/ias/css/build/bootstrap-3.2.0/mixins/alerts.less, themes/ias/css/build/bootstrap-3.2.0/mixins, themes/ias/css/build/bootstrap-3.2.0, themes/ias/css/build/captcha.less, themes/ias/css/build/miscellaneous-styles.less, themes/ias/css/build/buttons.less, themes/ias/css/build/mixins.less, themes/ias/css/build/pagination.less, themes/ias/css/build/custom-design-classes/block-sidebar-padded.less, themes/ias/css/build/custom-design-classes/recent-blog-entry.less, themes/ias/css/build/custom-design-classes/testimonial-bio.less, themes/ias/css/build/custom-design-classes/block-sidebar-wrapped.less, themes/ias/css/build/custom-design-classes/blog-entry-list.less, themes/ias/css/build/custom-design-classes/area-content-accent.less, themes/ias/css/build/custom-design-classes, themes/ias/css/build/forms.less, themes/ias/css/build/content.less, themes/ias/css/build/reset.less, themes/ias/css/build/mobile/navigation.less, themes/ias/css/build/mobile, themes/ias/css/build/search.less, themes/ias/css/build/variables.less, themes/ias/css/build/breadcrumb.less, themes/ias/css/build, themes/ias/css, themes/ias

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache

# Server API
cgi-fcgi

# PHP Version
5.5.35

# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dba, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, hash, iconv, imap, intl, json, libxml, mbstring, mcrypt, mysql, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, session, shmop, SimpleXML, soap, SPL, sqlite3, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, zip, zlib.

# PHP Settings
max_execution_time - 60000
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - -1
max_input_vars - 1000
memory_limit - 128M
post_max_size - 150M
sql.safe_mode - Off
upload_max_filesize - 120M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 1440
soap.wsdl_cache_limit - 5

Browser User-Agent String

Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.