![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magefan/module-blog/view/frontend/layout/ |
<?xml version="1.0"?> <!-- /** * Copyright © Magefan ([email protected]). All rights reserved. * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement). * * Glory to Ukraine! Glory to the heroes! */ --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-right" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <head> <css src="Magefan_Blog::css/comments.css" /> </head> <update handle="blog_css"/> <body> <attribute name="class" value="blog-page" /> <referenceContainer name="sidebar.additional"> <block class="Magefan\Blog\Block\Sidebar" name="blog.sidebar" template="sidebar.phtml"> <block class="Magefan\Blog\Block\Sidebar\Search" name="blog.sidebar.search" template="sidebar/search.phtml" /> <block class="Magefan\Blog\Block\Sidebar\Categories" name="blog.sidebar.category" template="sidebar/categories.phtml"> <action method="setCacheLifetime"> <argument name="time" xsi:type="string">86400</argument> </action> </block> <block class="Magefan\Blog\Block\Sidebar\Recent" name="blog.sidebar.recent" template="sidebar/recent.phtml" > <action method="setBlockTitle"> <argument name="time" xsi:type="string">Recent Posts</argument> </action> </block> <block class="Magefan\Blog\Block\Sidebar\Featured" name="blog.sidebar.featured" template="sidebar/recent.phtml"> <action method="setCacheLifetime"> <argument name="time" xsi:type="string">86400</argument> </action> <action method="setBlockTitle"> <argument name="time" xsi:type="string">Featured Posts</argument> </action> </block> <block class="Magefan\Blog\Block\Sidebar\Popular" name="blog.sidebar.popular" template="sidebar/recent.phtml"> <action method="setCacheLifetime"> <argument name="time" xsi:type="string">86400</argument> </action> <action method="setBlockTitle"> <argument name="time" xsi:type="string">Popular Posts</argument> </action> </block> <block class="Magefan\Blog\Block\Sidebar\Archive" name="blog.sidebar.archive" template="sidebar/archive.phtml"> <action method="setCacheLifetime"> <argument name="time" xsi:type="string">86400</argument> </action> </block> <block class="Magefan\Blog\Block\Sidebar\TagClaud" name="blog.sidebar.tagclaud" template="sidebar/tag_claud.phtml"> <action method="setCacheLifetime"> <argument name="time" xsi:type="string">86400</argument> </action> </block> <block class="Magefan\Blog\Block\Sidebar\Custom" name="blog.sidebar.custom" template="sidebar/custom.phtml" /> <block class="Magefan\Blog\Block\Sidebar\CustomTwo" name="blog.sidebar.custom2" template="sidebar/custom.phtml" /> <block class="Magefan\Blog\Block\Sidebar\Rss" name="blog.sidebar.rss" template="sidebar/rss.phtml"> <action method="setCacheLifetime"> <argument name="time" xsi:type="string">86400</argument> </action> </block> </block> <referenceBlock name="catalog.compare.sidebar" remove="true"/> <referenceBlock name="wishlist_sidebar" remove="true"/> <referenceBlock name="sale.reorder.sidebar" remove="true"/> </referenceContainer> </body> </page>