Показать сообщение отдельно
Старый 23.10.2009, 20:54   #3
Alex Podusov
Senior Member
 
Аватар для Alex Podusov
 
Регистрация: 19.06.2008
Адрес: Сергиев Посад
Сообщений: 278
Отправить сообщение для Alex Podusov с помощью ICQ
По умолчанию

выводил и subheader, и links...
шаблон такой:
Код:
<!-- ###TEMPLATE_LATEST### begin
	This is the template for the latest news, typically displayed on a frontpage
-->
<div class="news-latest-container">
	<!-- ###CONTENT### begin
		  This is the part of the template substituted with the list of news:
	-->
		<!-- ###NEWS### begin
			Template for a single item
		-->
			  <div class="news-latest-item">
				<!--###LINK_ITEM###-->###NEWS_IMAGE###<!--###LINK_ITEM###-->
				<!--###LINK_ITEM###-->###NEWS_TITLE###<!--###LINK_ITEM###-->
                <p>###NEWS_LINKS###</p>
               </div>
 		<!-- ###NEWS### end-->
	<!-- ###CONTENT###  end -->
</div>
<!-- ###TEMPLATE_LATEST### end -->
И ни одна ссылка в <!--###LINK_ITEM###--> не имеет места:
Код:
<div class="news-latest-container">

			  <div class="news-latest-item">
				<img src="typo3temp/pics/ac9d5b6d1c.jpg" width="250" height="208" border="0" alt="" title="" />
				Туристическая рыболовно-охотничья база «Капелька»
                <p>http://kapelka.ru</p>
               </div>
               
</div>
Alex Podusov вне форума   Ответить с цитированием