Der Zwiebelflüsterer

Schälen, oder geschält werden


Magento – static blocks into template

<?php echo $this->getLayout()->createBlock(‘cms/block’)->setBlockId(‘my-new-block-identifier’)->toHtml() ?>

thanks to inacode, the first usefull google-search result to this special point ;) .

Published by Thomas, on September 10th, 2009 at 10:30 am. Filled under: Magento Commerce Tags: , , No Comments

Hint: osx, terminal, ssh timeout

to prevent a continuous timeout through a remote ssh connection, add the following line to sudo vi /etc/ss_config.

ServerAliveInterval 180

Published by Thomas, on September 9th, 2009 at 10:58 am. Filled under: AllgemeinNo Comments