<p style="color:green;font-size:20px">
<?php
$storeCode = Mage::app()->getStore()->getCode();
if($storeCode == 'french')
{
echo 'Hai, This is french store...';
}
?>
</p>
<?php
$storeCode = Mage::app()->getStore()->getCode();
if($storeCode == 'french')
{
echo 'Hai, This is french store...';
}
?>
</p>