Add custom CSS for homepage layout and banner styling

This commit is contained in:
2025-07-04 00:39:46 +02:00
parent cc0c9e86b8
commit 037a6c5551
6 changed files with 724 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ class AnbloglistModuleFrontController extends ModuleFrontController
* @see FrontController::initContent()
*/
public function initContent()
{die('test');
{
$this->php_self = 'list';
$config = AnblogConfig::getInstance();

View File

@@ -3,10 +3,11 @@
global $_MODULE;
$_MODULE = array();
$_MODULE['<{anblog}prestashop>single_post_a5d491060952aa8ad5fdee071be752de'] = 'Komentarze';
$_MODULE['<{anblog}prestashop>_local_comment_8413c683b4b27cc3f4dbd4c90329d8ba'] = 'Komentarze';
$_MODULE['<{anblog}prestashop>miniature-post-type1_a5d491060952aa8ad5fdee071be752de'] = 'Komentarze';
$_MODULE['<{anblog}prestashop>_hp_listing_blog_8413c683b4b27cc3f4dbd4c90329d8ba'] = 'Komentarze';
$_MODULE['<{anblog}prestashop>comment_8413c683b4b27cc3f4dbd4c90329d8ba'] = 'Komentarze';
$_MODULE['<{anblog}prestashop>_hp_listing_blog_8413c683b4b27cc3f4dbd4c90329d8ba'] = 'Komentarze';
$_MODULE['<{anblog}prestashop>miniature-post-type2_a5d491060952aa8ad5fdee071be752de'] = 'Komentarze';
$_MODULE['<{anblog}prestashop>_local_comment_8413c683b4b27cc3f4dbd4c90329d8ba'] = 'Komentarze';
$_MODULE['<{anblog}prestashop>miniature-post-type3_a5d491060952aa8ad5fdee071be752de'] = 'Komentarze';
$_MODULE['<{anblog}prestashop>_listing_blog_8413c683b4b27cc3f4dbd4c90329d8ba'] = 'Komentarze';
$_MODULE['<{anblog}prestashop>left_recent_58009509dfadf30a0c307129b13137d2'] = 'Najnowsze artykuły';

View File

@@ -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>

View File

@@ -2232,8 +2232,8 @@
.arcontactus-widget.arcontactus-message {
z-index: 1000000;
left: 20px;
bottom: 20px;
left: 10px;
bottom: 90px;
position: fixed !important;
height: 50px;
width: 50px