<?php $store = Mage::app()->getStore()->getCode(); ?> <?php if($store == "default"): ?> <!-- DO THIS --> <?php elseif($store == "uk"): ?> <!-- OR THAT --> <?php endif; ?>