Skip to content

Instantly share code, notes, and snippets.

@ryaan-anthony
Created May 22, 2014 18:20
Show Gist options
  • Select an option

  • Save ryaan-anthony/a9a18b7704afd6ab46cb to your computer and use it in GitHub Desktop.

Select an option

Save ryaan-anthony/a9a18b7704afd6ab46cb to your computer and use it in GitHub Desktop.
<?php
include 'app/Mage.php';
Mage::app();
echo '<pre>';
print_r(Mage::getConfig()->getNode()->xpath('//global//rewrite'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment