А, ну понятно. Это юкозовский информер вывода новых новостей. Итак, твой вопрос в том, как сделать это на dle?
Первый вариант в установке модуля: http://here-soft.com/load/dle/moduli/modul_poslednie_novosti_dlja_dle/53-1-0-97
Второй стандартными средствами:
Код
{custom category="ID категории" template="Шаблона" aviable="global" from="0" limit="3" cache="no"}
В шаблон:
Код
<div class="costum-s">
<div class="costum-s-title">
[full-link]<b>{title}</b>[/full-link]
</div>
<div class="costum-s-content">
<div class="costum-s-content img">
<div class="maincont bnews"><img src="[xfvalue_pic]" alt="{title}"
</div>
{short-story}
</div>
<div style="clear: both;height: 5px;"></div>
<div class="costum-s-more">
[full-link]подробнее[/full-link]
</div>
</div>
<div style="clear: both;height: 5px;"></div>
<hr>
Стили:
Код
.costum-s-title {
color: #1f1f1f;
padding: 0 0 5px 0;
}
.costum-s-title a {
color: #1f1f1f;
text-decoration: none;
}
.costum-s-content {
color: #747474;
font-size: 10px;
}
.costum-s-content img {
float: left;
width: 75px;
margin: 0 5px 5px 0;
}
.costum-s-more {
height: 20px;
text-align: right;
padding: 0 5px 0 0;
}
.costum-s-more a {
color: #000;
}