MAGENTO – Conditional statment id we are on store ( tranlsation )

<?php if (Mage::app()->getStore()->getStoreId() == 1): ?>

// Contents for the store with ID = 1 , ( for retrive the id, look at the url when you are on backand – System > Shops Management )

<?php  else : ?>

// Contents for other Stores

<?php endif; ?>