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


You need to login to view comments.