Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Fixed adminhtml url to be dynamic, using code placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
broopdias authored Jul 4, 2019
1 parent 0c62731 commit 53db9d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ul data-menu="<?php echo htmlspecialchars(Mage::helper('core')->jsonEncode($this->getMenu()->getData())) ?>"
data-form-key="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>"
data-website="<?php echo Mage::app()->getRequest()->getParam('website') ?>"
data-url="/store_admin/menu/"></ul>
data-url="/<?php echo Mage::getConfig()->getNode('admin/routers/adminhtml/args/frontName') ?>/menu/"></ul>
</div>
<div class="right">
<div class="creator">
Expand All @@ -32,4 +32,4 @@
</div>
</div>
</article>
</div>
</div>

0 comments on commit 53db9d8

Please sign in to comment.