M
footer.php——————————
<?php include(TEMPLATEPATH . '/leftbar.php'); ?>
<?php include(TEMPLATEPATH . '/rightbar.php'); ?>
<?php include(TEMPLATEPATH . '/bottombar.php');?>
<div id="trans">
<script type="text/javascript"
src="http://www.gmodules.com/ig/ifr?url=
http://www.google.com/ig/modules/translatemypage.xml&
up_source_language=en&w=160&h=60&title=&
border=&output=js"></script>
</div>
</div>
<!-- content2 -->
</div>
<!-- center -->
<div id="footerpl">
<ul> <li>
<a href="<?php bloginfo('url')?>">Home</a> </li>
<?php wp_list_pages('sort_column=menu_order&title_li='); ?>
<li>
<a href="<?php bloginfo('url')?>#top" title="Top of Page">
Top</a> </li>
</ul>
</div>
<div id="footer">
<div id="footerleft">
<ul>
<?php if(!function_exists('dynamic_sidebar') ||
!dynamic_sidebar(5) ): ?><li>
<h2 class="widgettitle">
<?php _e('Archives')?></h2>
<ul>
<?php wp_get_archives('before=&after=&type=monthly'); ?>
</ul></li>
<?php endif; ?>
</ul>
</div>
<div id="footercenter" >
<ul>
<?php dynamic_sidebar(6) ?><li></li>
</ul>
<?php include(TEMPLATEPATH.'/searchform2.php') ?>
<div id="refer">
<a href="<?php bloginfo('url');?>">
<?php echo get_the_time('Y'); ?> ©
<?php bloginfo('name'); ?></a>
<a href="http://validator.w3.org/check/referer" title="<?php
_e('This page validates as XHTML 1.0 Transitional') ?>">
<?php _e('Valid <abbr title="eXtensible HyperText Markup
Language">XHTML</abbr>') ?></a>
<a href="http://jigsaw.w3.org/css-validator/validator?uri=<
?php bloginfo('url') ?>" title="This page validates as
CSS level 2.1">
<abbr title="Cascading Style Sheets Level 2 Revision 1">CSS
</abbr></a>
<a href="http://gmpg.org/xfn/">
<abbr title="XHTML Friends Network">XFN</abbr></a>
<a href="http://wordpress.org/" title="<?php _e('Powered by
WordPress, state-of-the-art semantic personal publishing platform.')
?>">WordPress</a>
<a href="http://m-eken.com/" title="<?php _e('Theme by') ?>
M">M</a>
<?php wp_register('',' '); ?>
<?php wp_loginout(); ?><br />
</div>
</div>
<div id="footerright">
<ul>
<?php if (!function_exists('dynamic_sidebar')||
!dynamic_sidebar(7) ): ?><li>
<h2 class="widgettitle">
<?php _e('Bookmarks') ?></h2>
<ul>
<?php wp_list_bookmarks('title_li=&categorize=0&orderby=RAND
&show_images=0') ?>
</ul></li>
<?php endif; ?>
</ul>
</div>
</div>
<?php wp_footer(); ?>
</div>
<!-- page end -->
</body>
</html>
functions.php---------------------------
<?php if(function_exists('register_sidebars') )
register_sidebars(7); ?>
header.php------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php
language_attributes(); ?> >
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content=" <?php
bloginfo('html_type'); ?>; charset=<?php
bloginfo('charset'); ?>;" />
<title>
<?php bloginfo('name'); ?>
<?php if(is_single()){?> » Blog Archive
<?php } wp_title(); ?>
</title>
<style type="text/css" media="screen"> @import url(
<?php bloginfo('stylesheet_url'); ?>);
</style>
<link rel="alternate" type="application/rss+xml"
title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92"
href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml"
title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php
bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<div id="page">
<!-- page space start -->
<div id="header">
<div id="hsearch">
<?php include ( TEMPLATEPATH .'/searchform.php' ) ?>
</div>
<div id="headertitle">
<a href="<?php bloginfo('url'); ?>/">
<?php bloginfo('name'); ?></a>
</div>
<div id="hdescription">
<?php bloginfo('description'); ?>
</div>
</div>
<div id="btop">
<ul><li>
<a href="<?php bloginfo('url')?>">Home</a></li>
<?php wp_list_pages('sort_column=menu_order&title_li='); ?>
</ul>
</div>
<div id="center">