Created
December 6, 2013 11:53
-
-
Save dompascal/7822576 to your computer and use it in GitHub Desktop.
EE - HTML Header Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]--> | |
| <!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]--> | |
| <!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]--> | |
| <!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]--> | |
| <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]--> | |
| <head> | |
| <title>{site_name}</title> | |
| <meta charset="UTF-8"> | |
| <!-- SEO Lite --> | |
| {exp:seo_lite use_last_segment='yes' | |
| title_postfix='{embed:title_postfix}' | |
| default_title='{embed:default_title}' | |
| default_keywords='{embed:default_keywords}' | |
| default_description='{embed:default_description}' | |
| } | |
| <!-- end SEO Lite --> | |
| {exp:mobile_detect location="http://hampshirestreet.com/" mobile="http://m.hampshirestreet.com/"} | |
| <!--<meta name="viewport" content="width=device-width, initial-scale=0.7">--> | |
| <link rel="shortcut icon" href="/favicon.ico"> | |
| <link rel="apple-touch-icon" href="/apple-touch-icon.png"> | |
| <link href="{site_url}css/global.css" rel="stylesheet" type="text/css"> | |
| <link rel="stylesheet" type="text/css" href="{site_url}css/fancybox/jquery.fancybox.css" media="screen" /> | |
| <link rel="stylesheet" type="text/css" href="{site_url}css/jquery.tooltip.css" media="screen" /> | |
| <!--JQUERY PLUGINS --> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
| <!--OTHER JS--> | |
| <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> | |
| <script type="text/javascript" src="{site_url}themes/third_party/mx_google_map/mxgooglemap.js"></script> | |
| <script src="{site_url}js/libs/galleria/galleria-1.2.7.min.js" type="text/javascript"></script> | |
| <script type="text/javascript" src="{site_url}js/libs/jquery.preloader.js"></script> | |
| <script type="text/javascript" src="{site_url}js/libs/fancybox/jquery.fancybox.js"></script> | |
| <script type="text/javascript" src="{site_url}js/libs/jquery.mousewheel-3.0.6.pack.js"></script> | |
| <script type="text/javascript" src="{site_url}js/libs/jquery.tooltip.js"></script> | |
| <!--[if lt IE 9]> | |
| <script src="{site_url}js/libs/html5shiv.js"></script> | |
| <![endif]--> | |
| <!--[if lt IE 9]> | |
| <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> | |
| <![endif]--> | |
| <!--GLOBAL SITE FUNCTIONS--> | |
| <script src="{site_url}js/script.js"></script> | |
| </head> | |
| <body{exp:classee_body}> | |
| <script type="text/javascript"> | |
| var _gaq = _gaq || []; | |
| _gaq.push(['_setAccount', 'UA-23530703-1']); | |
| _gaq.push(['_trackPageview']); | |
| (function() { | |
| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
| (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); | |
| })(); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment