You will need some debugging techniques to get the handle of your controller. In your controller: Zend_Debug::dump($this->getLayout()->getUpdate()->getHandles()); Output: array(5) { [0] => string(7) "default" [1] => string(13) "STORE_default" [2] => string(30) "THEME_frontend_default_default" [3] => string(27) "brymayor_custom_upload_index" [4] => string(19) "customer_logged_out"…
The post Magento Custom Controller Layout appeared first on BryMayor.com.