12345678910111213141516171819 |
- <?php
- /**
- * Copyright © 2015-2017 Ihor Vansach (ihor@magefan.com). All rights reserved.
- * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
- *
- * Glory to Ukraine! Glory to the heroes!
- */
- namespace Magefan\Blog\Block\Post\View;
- use Magento\Store\Model\ScopeInterface;
- /**
- * Blog post media gallery images
- */
- class Gallery extends \Magefan\Blog\Block\Post\AbstractPost
- {
- }
|