/ Published in: PHP
Adding HTML into custom blocks rather than hard coding makes it so people don't bother us devs to change sheite!
Expand |
Embed | Plain Text
<?php $layout = $this->getLayout(); if (!$layout ) { $layout = Mage::app()->getLayout(); } ?>
You need to login to post a comment.
