<?php if( is_home() ): ?>
<h1 id="top_info">Изделия для малышей ручной работы</h1>
<?php else: ?>
<div id="top_info">Изделия для малышей ручной работы</div>
<?php endif; ?>
<?php if( is_page('ID') ): ?>
<h1 id="top_info">Изделия для малышей ручной работы</h1>
<?php else: ?>
<div id="top_info">Изделия для малышей ручной работы</div>
<?php endif; ?>
$host = $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
if($host == 'domain.com/customer/account/create/?student=1')
{
echo $this->__('Create an account if you are a Post Graduate Endodontic Resident and receive our resident pricing. Please fill in all required fields. Thank you!');
}
else
{
echo $this->__('Create an Account');
}