Advertisement
jamesmcbennett

Header.php

Feb 29th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html <?php language_attributes(); ?>>
  3. <head>
  4. <meta charset="<?php bloginfo( 'charset' ); ?>" />
  5. <title><?php wp_title(); ?></title>
  6. <?php wp_head(); ?>
  7. </head>
  8. <body id="<?php prima_option('themelayout') ?>" <?php body_class(); ?>>
  9. <?php if(prima_get_option('usernav')&&class_exists('WP_eCommerce')) get_template_part( 'flexi-usernav' ); ?>
  10. <div id="flexi-wrapper">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement