php文件 帮我解释一下这一些代码是什么意思 解释越清楚越好
php文件 帮我解释一下这一些代码是什么意思 解释越清楚越好
<body>
<div id="wrapper"><img src="file:///F|/网页专用文件夹/flashbg-0003.swf"!" title="404 Error Oops!" />
<h1 class="loud"><?php _e('Sorry! We could not find it', 'illustrative'); ?></h1>
<p class="loud"><?php _e('You have requested a page or file which does not exist so we notified the web administrator to check it out.', 'illustrative'); ?></p>
<p class="small"><?php _e('Here are a few options to find what you are looking for.', 'illustrative'); ?></p>
<ol>
<li><span><?php _e('Double check the web address for typos', 'illustrative'); ?></span></li>
<li><span><?php _e('Head back to our home page via the navigation below', 'illustrative'); ?></span></li>
<li><span><?php _e('Visit our full website', 'illustrative'); ?>
<a href="<?php bloginfo('url'); ?>"><?php _e('sitemap here', 'illustrative'); ?></a></span></li>
</ol>
<ul>
<li><a href="<?php bloginfo('url'); ?>"><?php _e('Home', 'illustrative'); ?></a></li>
<li><a href="<?php bloginfo('url'); ?>"><?php _e('Blog', 'illustrative'); ?></a></li>
<li><a href="<?php bloginfo('url'); ?>"><?php _e('About', 'illustrative'); ?></a></li>
<li class="last"><a href="<?php bloginfo('url'); ?>"><?php _e('Contact', 'illustrative'); ?></a></li>
</ul>
</div><!-- end div #wrapper -->
<?php wp_footer(); ?>
</body>
</html>