Форуми / Cotonti / Bugs / Reports / List.group.tpl not working

pieter
#14670 21.07.2009 19:39
Hello Guys,

List.group.tpl not working.
Not in sed-light, not on my skin.

It is not working on a fresh install or upgrade.

eg: http://www.dutchcotonti.com/list.php?c=download

How to solve?

Added 2 minutes later:

<!-- BEGIN: MAIN -->
	<div class="mboxHD">{LIST_PAGETITLE}</div>
	<div class="mboxBody">

		<div id="subtitle">{LIST_CATDESC}</div>
		<div class="pagnav">{LISTCAT_PAGEPREV} {LISTCAT_PAGNAV} {LISTCAT_PAGENEXT}</div>
		<ul>
			<!-- BEGIN: LIST_ROWCAT -->
			<li style="margin-top:8px;padding:0;">
				<strong><a href="{LIST_ROWCAT_URL}">{LIST_ROWCAT_TITLE}</a> ({LIST_ROWCAT_COUNT})</strong><br />
				<span class="desc">{LIST_ROWCAT_DESC}</span>
			</li>
			<!-- END: LIST_ROWCAT -->
		</ul>
		<div class="pagnav">{LISTCAT_PAGEPREV} {LISTCAT_PAGNAV} {LISTCAT_PAGENEXT}</div>
		<div class="paging">{LIST_TOP_PAGEPREV} {LIST_TOP_PAGINATION} {LIST_TOP_PAGENEXT}</div>
		<ul>
			<!-- BEGIN: LIST_ROW -->
			<li style="padding:0;">
				<strong><a href="{LIST_ROW_URL}">{LIST_ROW_TITLE}</a></strong> {LIST_ROW_FILEICON}<br />
				<span class="desc">{LIST_ROW_DESC} ({LIST_ROW_COUNT} {PHP.skinlang.list.hits})</span>
			</li>
			<!-- END: LIST_ROW -->
		</ul>
		<div class="paging">{LIST_TOP_PAGEPREV} {LIST_TOP_PAGINATION} {LIST_TOP_PAGENEXT}</div>
</div>

<!-- END: MAIN -->
... can we help you ...