PHP Code:
<?php get_header(); ?>
<div id="content">
<div id="homepage">
<div id="homepagetop">
<h3>"WATWATWORLD SPECIALS"</h3>
<object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/XkcyfCeMUwo?version=3&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XkcyfCeMUwo?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
<strong><a href="praktis lang!"> FOR ORDERS, EMAIL US AT [email]entrepinoy@gmail.com[/email]</a></strong>
</div>
</div>
<?php endif; ?>
<?php // end ?>
I saw the following php code
PHP Code:
<?php endif; ?>
<?php // end ?>
Are they closing "if" clause in header.php or not?