Magento – ( Static ) Show block only on homepage

Who wants to show only certain blocks on the HOME page of the Home Page so Magento Stores, can do this with a small code snippets. In header.phtml folder app / design / frontend / base / default / template / page / html in the default template is still simple: <?php if ($this->getIsHomePage()):?> <h1 class=”logo”><strong><?php echo $this->getLogoAlt() ?></strong><a href=”<?php echo $this->getUrl(”) ?>” title=”<?php echo $this->getLogoAlt() ?>” class =”logo”><img src =”<?php echo $this->getLogoSrc()…

Google Maps window with its own Show address on website

Who on his side e.g.. in contact will have a window with its own address on Google Maps, can this with the iFrame code make very nice and comfortable: <iframe src=”http://maps.google.de/maps?hl = en&amp;q = number IhreStrasse, PLZ Ort (Your name or info)&amp;ie=UTF8&amp;t=&amp;z = 14&amp;iwloc = A&amp;output=embed” height=”450″ width=”850″ frameborder =”0″ marginwidth=”0″ marginheight =”0″ scrolling=”no”></iframe> Look for us