Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/code/Amasty/Base/view/adminhtml/templates/
Upload File :
Current File : //home/rtorresani/www/app/code/Amasty/Base/view/adminhtml/templates/notification.phtml

<?php
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Magento 2 Base Package
 */
/** @var \Amasty\Base\Block\Adminhtml\Notification $block */
?>
<?php if ($count = $block->getUpdatesCount()): ?>
<style>
    .ambase-tab-container > .admin__page-nav-title:before {
        content: '<?= (int)$count ?>';
    }
</style>
<?php endif; ?>