diff | download | new post | SH-headerphp mod on August Sun 23rd 8:51 PM - Never Expires
- <!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>
- <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
- <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />
- <link rel="shortcut icon" href="<?php bloginfo('url'); ?>/favicon.ico" />
- <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_enqueue_script('jquery'); ?>
- <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
- <?php wp_head(); ?>
- </head>
- <body>
- <?php lw_header_image(); ?>
- <div id="header">
- <?php lw_rss_feed(); ?>
- <div id="top_bar">
- <ul id="front_menu"<?php echo lw_expmenu(); ?>>
- <?php echo lw_homebtn(); ?>
- <?php echo lw_wp_list_pages(); ?>
- <li><a title="some post" href="http://yourblog/some-post.html"><span>some post</span></a></li>
- <li><a title="some other post" href="http://yourblog/some-other-post.html"><span>some other post</span></a></li>
- </ul>
- <?php echo lw_searchbox(); ?>
- </div>
- </div>
- <div id="content">
Submit a correction or amendment below. (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.