Content of header.php from minimalissimplistic.zip

without / with line numbers
  1. <?php include_once(dirname(__FILE__) . '/functions.php'); ?>
    
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
  3. <html xmlns="http://www.w3.org/1999/xhtml">
    
  4. <head profile="http://gmpg.org/xfn/11">
    
  5.     <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    
  6.     <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
    
  7.     <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
    
  8.     <style type="text/css" media="screen">
    
  9.         @import url( <?php bloginfo('stylesheet_url'); ?> );
    
  10.         <?php
    
  11.             mytheme_sidebar();
    
  12.             mytheme_colors();
    
  13.             mytheme_width();
    
  14.         ?>
    
  15.     </style>
    
  16.     <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    
  17.     <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    
  18.     <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    
  19.     <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
  20.    <?php wp_get_archives('type=monthly&format=link'); ?>
    
  21.     <?php wp_head(); ?>
    
  22. </head>
    
  23. 
    
  24. <body>
    
  25. 
    
  26. <div id="wrap">
    
  27. 
    
  28.     <div id="header">
    
  29.     <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
    
  30.     <small><?php bloginfo('description'); ?></small>
    
  31.     </div>
    
  32. 
    
  33. <!-- end header -->
  34.  

Return to listing of minimalissimplistic.zip