Momentan siehts so aus (sorry für die miese Darstellung, im Editor siehts ok aus):
HTML-Code:
<!-- ###TEMPLATE_LIST### begin
This is the template for the list of news in the archive or news page or search
-->
<!-- ###CONTENT### begin
This is the part of the template substituted with the list of news:
-->
<!-- ###NEWS### begin
Template for a single item
-->
<h5 class="top_20 bottom_10">
###NEWS_CATEGORY### <img src="fileadmin/images/icons/arrow_on.gif" />
</h5>
<div class="border_bottom_space_darker bottom_10">
<div id="jobbox">
<div class="lines_bg">
<div class="lines left">
<span class="headline"> <!--###LINK_ITEM###-->###NEWS_TITLE###<!--###LINK_ITEM###-->
</span>
</div>
<div class="clear_noline"></div>
</div>
<div class="grey top_white">
<p>###NEWS_SUBHEADER###</p>
</div>
</div>
</div>
<!-- ###NEWS### end-->
<!-- ###CONTENT### end -->
<!-- ###TEMPLATE_LIST### end -->
Ich hab anfangs den Kategorie-Marker über den News-Marker gesetzt. Doch dann taucht kein Kategoriename auf. Ist ja auch logisch. Und dass die Ausgabe so ist, wie sie ist, ist nach dem Code oben auch logisch. Nur wie solls anders gehn?
Das Manuall hab ich noch nicht geprüft. Hast du nen Link für mich?