Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.01 KB | None | 0 0
  1. <?php
  2.  
  3. // no direct access
  4. defined( '_JEXEC' ) or die( 'Restricted access' );
  5.  
  6. ?>
  7. <!doctype html>
  8. <!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
  9. <!--[if IE 7 ]>    <html class="no-js ie7" lang="en"> <![endif]-->
  10. <!--[if IE 8 ]>    <html class="no-js ie8" lang="en"> <![endif]-->
  11. <!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
  12.  
  13. <head>
  14.     <jdoc:include type="head" />
  15.   <meta charset="utf-8">
  16.   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  17.  
  18.   <title></title>
  19.   <meta name="description" content="">
  20.   <meta name="author" content="">
  21.  
  22.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  23.   <link rel="shortcut icon" href="favicon.ico">
  24.   <link rel="apple-touch-icon" href="apple-touch-icon.png">
  25.  
  26.   <link rel="stylesheet" href="<?php echo JURI::base() . 'templates/tateproperty/css/style.css?v=2';?>">
  27.   <script src="<?php echo JURI::base() . 'templates/tateproperty/js/libs/modernizr-1.7.min.js'?>"></script>
  28.  
  29. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement