Initial commit - Typo3 11.5.41
This commit is contained in:
14
typo3conf/ext/news/Resources/Private/Layouts/Detail.html
Normal file
14
typo3conf/ext/news/Resources/Private/Layouts/Detail.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
||||
xmlns:n="http://typo3.org/ns/GeorgRinger/News/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true">
|
||||
|
||||
<f:if condition="{settings.cssFile}">
|
||||
<n:includeFile path="{settings.cssFile}" />
|
||||
</f:if>
|
||||
|
||||
<div class="news news-single">
|
||||
<div class="article" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||||
<f:render section="content" />
|
||||
</div>
|
||||
</div>
|
||||
</html>
|
||||
Reference in New Issue
Block a user