Remove superfluous code
This commit is contained in:
@@ -1,12 +1,4 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
<f:if condition="{region.webcam.available}">
|
||||||
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">
|
|
||||||
<f:if condition="{region.webcam.available}">
|
|
||||||
<div class="ep-sidebar ep-snow">
|
<div class="ep-sidebar ep-snow">
|
||||||
<p><strong>Webcam</strong></p>
|
<p><strong>Webcam</strong></p>
|
||||||
<div>
|
<div>
|
||||||
@@ -17,7 +9,4 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</f:if>
|
</f:if>
|
||||||
</f:section>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user