advanced code snippet search
JustMadMike on 08/03/11
layout debugging magento
08/03/11 11:02pm
Prints layout Handles.
$this->loadLayout(); echo "<pre>"; print_r($this->getLayout()->getUpdate()->getHandles()); echo "</pre>"; die();
Report this snippet Tweet
Comment:
You need to login to post a comment.