Skip to content

Commit

Permalink
Adds back download config buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinoprea committed Feb 10, 2016
1 parent 70686e8 commit 09fd6e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions design/template/sheep_debug/view/panel/config.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ $extensionStatus = Mage::helper('sheep_debug/config')->getExtensionStatus();
</div>
</div>

<a href="<?php echo Mage::helper('sheep_debug/url')->getDownloadConfig('txt') ?>" class="btn"><?php echo $this->__('Download Config (TEXT)'); ?></a>
<a href="<?php echo Mage::helper('sheep_debug/url')->getDownloadConfig('xml') ?>" class="btn"><?php echo $this->__('Download Config (XML)'); ?></a>

<h3><?php echo $this->__('Magento Modules'); ?></h3>
<table>
<thead>
Expand Down

0 comments on commit 09fd6e4

Please sign in to comment.