![]() 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/aheadworks/module-csblock/view/adminhtml/templates/ |
<?php // @codingStandardsIgnoreFile ?> <div class="aw-extensions-menu admin__action-dropdown-wrap"> <button class="admin__action-dropdown" title="Menu" data-toggle="dropdown" data-mage-init='{"dropdown":{}}'> <span class="admin__action-dropdown-text"><?php /* @noEscape */ echo $this->getCurrentItemTitle();?></span> </button> <ul class="admin__action-dropdown-menu"> <?php foreach($this->getItems() as $key => $item):?> <?php $class = array_key_exists('class', $item)? $item['class']: '';?> <li class="action-dropdown-menu-action<?php /* @noEscape */ echo ($key==$this->getCurrentItemKey()?' current disabled':'');?> <?php /* @noEscape */ echo array_key_exists('class', $item)? $item['class']: '';?>"> <a href="<?php /* @noEscape */ echo $item['url'];?>" data-ui-id="aw-extensions-<?php /* @noEscape */ echo $key;?>" title="<?php /* @noEscape */ echo $item['title'];?>" <?php /* @noEscape */ echo array_key_exists('target', $item)?'target="' . $item['target'] . '"':'';?>><?php /* @noEscape */ echo $item['title'];?> </a> </li> <?php endforeach;?> </ul> </div>