[TYPO3-ttnews] tt_news altLayoutsOptionSplit wraps
Sebastian Schmal
sebastian.schmal at gmx.de
Sun Mar 2 11:54:09 CET 2014
Hallo Liste,
i works with the alternativen Layouts tt_news.
plugin.tt_news {
altLayoutsOptionSplit = 0 || 0 |*| 1
}
the template output:
LIST Template:
###NEWS### begin
###NEWS_1### begin
it works fine!
now, i need a wrap outer of complete ###NEWS### and a wrap outer the
complete ###NEWS_1###
how does it work?
the html template:
<!-- ###TEMPLATE_LIST### begin
This is the template for the list of news in the archive or news page
or search
-->
<div class="wrapumalles">
<!-- ###CONTENT### begin
This is the part of the template substituted with the list of news: -->
<div class="wrapumNEWS">
<!-- ###NEWS### begin
Template for a single item -->
news inhalt hier
<!-- ###NEWS### end-->
</div>
<div class="wrapumNEWS_1">
<!-- ###NEWS_1### begin -->
news inhalt hier
<!-- ###NEWS_1### end-->
</div>
<!-- ###CONTENT### end -->
</div>
<!-- ###TEMPLATE_LIST### end -->
thanks,
Basti
--
------------------------------------------
TYPO3 - TIPPS - ANLEITUNGEN - NEWS
unter: http://blog.ingeniumdesign.de/
TYPO3 Webdesign Agentur Wiesbaden - Frankfurt
unter: http://www.ingeniumdesign.de/
Facebook Fan
http://www.facebook.com/ingeniumdesign/
------------------------------------------
More information about the TYPO3-project-tt-news
mailing list