Advertisement
janus57

header.php - wordpress/prestahsop

Sep 27th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.61 KB | None | 0 0
  1. <?php
  2. // Loads the PRESTASHOP ENVIRONNEMENT
  3. require_once(dirname(__FILE__).'/../../../../config/config.inc.php');
  4. require_once(dirname(__FILE__).'/../../../../header.php');
  5. /**
  6.  * The Header template for our theme
  7.  *
  8.  * Displays all of the <head> section and everything up till <div id="main">
  9.  *
  10.  * @package WordPress
  11.  * @subpackage Twenty_Twelve
  12.  * @since Twenty Twelve 1.0
  13.  */
  14. ?>
  15.  
  16. <link rel="profile" href="http://gmpg.org/xfn/11" />
  17. <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
  18. <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement