EngineGP/template/sections/news/list.html
Sergei Solovev b59003e559 Reformat code
This update contains code reformatting to meet PHP standards.
2023-11-12 21:12:42 +03:00

12 lines
330 B
HTML

<div class="news_block">
<h3>
<a href="[home]news/id/[id]">
<p>[name] <span class="right">Опубликована: [date]</span> <span class="right">Просмотров: [views]</span></p>
</a>
</h3>
<pre class="pretext">[text]</pre>
<div class="tags">Теги: [tags]</div>
</div>