iranbetting
Registered User
- تاریخ عضویت
- 2 آگوست 2007
- نوشتهها
- 602
- لایکها
- 42
با سلام من میخوام منوهای سایتم چند تاش کشویی بشه ؟
منتظر یاری سبز هستیم
منتظر یاری سبز هستیم
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 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'); ?>" />
<!--[if IE]>
<SCRIPT src="<?php bloginfo('template_directory'); ?>/js/pngfix.js" defer type=text/javascript></SCRIPT>
<![endif]-->
<!--[if lt IE 7]>
<SCRIPT src="<?php bloginfo('template_directory'); ?>/js/pngfix.js" defer type=text/javascript></SCRIPT>
<![endif]-->
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php //comments_popup_script(); // off by default ?>
<?php remove_action( 'wp_head', 'wp_generator' ); ?>
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
<body>
<div id ="mainwrapper">
<div class="header">
<div class="bannerpic">
<div class="blogtitle">
<a href="<?php echo get_option('home'); ?>/"></a>
</div>
<div class="bannerright">
</div>
</div>
<div class="btnbar">
<div class="btnbarleft">
<?php include (TEMPLATEPATH . "/Include/wpgone.php"); ?>
<li class="<?php if (((is_home()) && !(is_paged())) or (is_single()) or (is_archive()) or (is_paged()) or (is_search())) { ?>current_page_item<?php } else { ?>page_item<?php } ?> active">
<a href="<?php echo get_settings('home'); ?>"><em><?php _e('Home', 'auto') ?></em><?php echo $langblog;?></a></li>
<?php wp_list_pages('depth=1&title_li=&link_before=<em class="">&link_after=</em>'); ?>
</ul>
</div>
<div class="btnbarright"><a href="<?php bloginfo('rss2_url'); ?>"></a> </div>
</div>
</div>
<div class="middlecontainer">