Add custom CSS for homepage layout and banner styling
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
{if isset($leading_blogs) AND !empty($leading_blogs)}
|
||||
<section id="blogRecentBlog" class="block an-block-sidebar block-categories">
|
||||
<h4 class='title_block'><a href="">{l s='Recent Articles' mod='anblog'}</a></h4>
|
||||
<h4 class='title_block'><a href="">{l s='Ostatnie artykuły' mod='anblog'}</a></h4>
|
||||
<div class="block_content products-block">
|
||||
<ul class="lists">
|
||||
{foreach from=$leading_blogs item="blog" name=leading_blog}
|
||||
@@ -43,7 +43,7 @@
|
||||
{$blog.description|strip_tags:'UTF-8'|truncate:70:'...' nofilter}{* HTML form , no escape necessary *}
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user