PHP Cross Reference of WordPress Subversion HEAD |
| [ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] |
[Summary view] [Print] [Text view]
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 3 4 <head profile="http://gmpg.org/xfn/11"> 5 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 6 7 <title><?php bloginfo('name'); ?><?php wp_title(); ?></title> 8 9 <style type="text/css" media="screen"> 10 @import url( <?php bloginfo('stylesheet_url'); ?> ); 11 </style> 12 13 <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> 14 <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> 15 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" /> 16 17 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 18 <?php wp_get_archives('type=monthly&format=link'); ?> 19 <?php //comments_popup_script(); // off by default ?> 20 <?php wp_head(); ?> 21 </head> 22 23 <body> 24 <div id="rap"> 25 <h1 id="header"><a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h1> 26 27 <div id="content"> 28 <!-- end header -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated Thu Dec 6 06:47:08 2007 for RedAlt XRefs | Cross-referenced by PHPXref 0.6 and RedAlt |