Magento - Display Layout Handles


/ Published in: PHP
Save to your folder(s)

Prints layout Handles.


Copy this code and paste it in your HTML
  1. $this->loadLayout(); echo "<pre>"; print_r($this->getLayout()->getUpdate()->getHandles()); echo "</pre>"; die();

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.