Skip to content

Commit 1d9fd88

Browse files
committed
new logo + fix bug minor
* Fix bug menu responsive (frontend) * Fix bug min collum width (tablet)
1 parent 433c642 commit 1d9fd88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+148
-66
lines changed

app/frontend/controller/home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private function getBuildItems() {
8484
'content' => $collection['content_page'],
8585
'seo' => [
8686
'title' => $collection['seo_title_page'] ?: ($collection['title_page'] ?: $this->template->getConfigVars('home')),
87-
'description' => $collection['seo_desc_page'] ?: ($collection['content_page'] ? $string_format->truncate(strip_tags($collection['content_page'])) : ($collection['title_page'] ?: $this->template->getConfigVars('home')))
87+
'description' => $collection['seo_desc_page'] ?: ($collection['content_page'] ? $string_format->clearHTMLTemplate($collection['content_page']) : ($collection['title_page'] ?: $this->template->getConfigVars('home')))
8888
]
8989
];
9090
}
-2.99 KB
8.79 KB
Binary file not shown.
2.96 KB
4.7 KB
Binary file not shown.
-313 Bytes
1.83 KB
Binary file not shown.
-2.99 KB
8.79 KB
Binary file not shown.
2.96 KB

0 commit comments

Comments
 (0)