public function init()
{
//set all context to xml
$this->_helper->contextSwitch()->initContext('xml');} It simply does not load my xml.phtml files. What am I doing wrong? Thanks,-Joshua-
public function init()
{
//set all context to xml
$this->_helper->contextSwitch()->initContext('xml');} It simply does not load my xml.phtml files. What am I doing wrong? Thanks,-Joshua-