Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Посмотрите shortstory.tpl и fullstory.tplНужно в нем изменить надписи "Краткое содержание" ,"Подробное содержание" ,"В категории" и убрать "Комментарии (0)", как это сделать?
и fullstory.tpl<div class="news">
<h1>{title} [edit] [x] [/edit]</h1>
<div class="top-info">
</div>
<div class="news-text">
{short-story}
</div>
<div class="info">
<ul>
</ul>
</div>
</div>
и принскрин<div class="news">
<h1>Количество дисков: [full-link] {title} [/full-link] [edit] [x] [/edit]</h1>
<h1>Способ оплаты: {link-category}</h1>
<div class="top-info">
</div>
<div class="news-text">
{full-story}
</div>
<div class="info">
<ul>
[/com-link]</li>
</ul>
</div>
</div>