Documentation: Difference between revisions
m (Reverted edits by Linkbuilidngservices (talk) to last revision by CodeSquid) |
No edit summary |
||
Line 1: | Line 1: | ||
<!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> | |||
<title><?php wp_title('«', true, 'right'); ?><?php bloginfo('name'); ?></title> | |||
== | <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" /> | ||
=== | <meta name="language" content="tr-TR" /> | ||
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> | |||
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> | |||
=== | <?php wp_head(); ?> | ||
</head> | |||
<body> | |||
<div id="wrapper"> | |||
<div id="header"> | |||
<div id="ustalan"> | |||
<div id="logo"> | |||
<img src="<?php if(get_option('logo-url')) { echo stripslashes(get_option('logo-url')); } else { echo get_bloginfo('stylesheet_directory').'/resim/logo.png'; } ?>" alt="<?php bloginfo('name'); ?>" /> | |||
</div> | |||
== | </div> | ||
== | <div id="ustmenu"> | ||
<div id="nav"> | |||
<div class="topnav"> | |||
<ul class="nav"> | |||
=== | <li class="anasayfa"><a href="<?php echo get_option('home'); ?>" target="_self">Anasayfa</a></li> | ||
<li><a href="http://www.ahmetsumen.com.tr/sok-dalga-tedavisi" target="_self">Şok Dalga Tedavisi</a></li> | |||
<li><a href="http://www.ahmetsumen.com.tr/elektroakupunktur" target="_self">Elektroakupunktur</a></li> | |||
= | <li><a href="http://www.ahmetsumen.com.tr/noral-terapi" target="_self">Nöral Terapi</a></li> | ||
<li><a href="http://www.ahmetsumen.com.tr/tzp-tedavisi" target="_self">TZP Tedavisi</a></li> | |||
<li><a href="http://www.ahmetsumen.com.tr/ultrasonografi" target="_self">Ultrasonografi</a></li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div><!-- ustmenu --> | |||
= | </div><!-- header --> | ||
Revision as of 17:31, 1 September 2011
<!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> <title><?php wp_title('«', true, 'right'); ?><?php bloginfo('name'); ?></title> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" /> <meta name="language" content="tr-TR" /> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<img src="<?php if(get_option('logo-url')) { echo stripslashes(get_option('logo-url')); } else { echo get_bloginfo('stylesheet_directory').'/resim/logo.png'; } ?>" alt="<?php bloginfo('name'); ?>" />