Remove obsolete file

This commit is contained in:
Björn Fromme
2018-10-07 20:50:20 +02:00
parent 4a38639f82
commit ce71b916f0
@@ -1,18 +0,0 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"
xmlns:ep="http://typo3.org/ns/EP/EpTheme/ViewHelpers"
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers">
<f:layout name="Default"/>
<f:section name="Main">
<div class="container">
<div class="row">
<div class="col-md-12">
<iframe id="bpn" src="{ep:uri.booking(bookingId: bookingId, hotelId: hotelId)}" width="100%" scrolling="no" frameborder="none" class="bookingframe"></iframe>
</div>
</div>
</div>
</f:section>
</html>