PHP snipt.info - Index - Arhiva

View followups from SH-headerphp mod | download | new post | SH-headerphp on August Sun 23rd 8:48 PM - Never Expires

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  5.  
  6. <head>
  7. <title><?php wp_title('&laquo;', true, 'right'); ?><?php bloginfo('name'); ?></title>
  8. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  9. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />
  10. <link rel="shortcut icon" href="<?php bloginfo('url'); ?>/favicon.ico" />
  11. <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
  12. <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
  13. <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" />
  14. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  15. <?php wp_enqueue_script('jquery'); ?>
  16. <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
  17. <?php wp_head(); ?>
  18.  
  19. </head>
  20.  
  21. <body>
  22. <?php lw_header_image(); ?>
  23. <div id="header">
  24. <?php lw_rss_feed(); ?>
  25.  
  26. <div id="top_bar">
  27. <ul id="front_menu"<?php echo lw_expmenu(); ?>>
  28. <?php echo lw_homebtn(); ?>
  29. <?php echo lw_wp_list_pages();  ?>
  30. </ul>
  31. <?php echo lw_searchbox(); ?>
  32. </div>
  33.  
  34. </div>
  35. <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.
Syntax Highlighting:
To highlight particular lines, prefix each line with @@
Pressing TAB inserts 3 spaces