コード例 #1
0
ファイル: layout.php プロジェクト: ndachez/dacheznicolas
    <link rel="shortcut icon" href="/favicon.ico" />
    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
    <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" />
    <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" />
    
    
    <!--[if lt IE 9]>  
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
   
    <?php 
include_html5_stylesheets();
?>

    <?php 
echo html5_javascript_include_tag('/peanutAssetPlugin/js/modernizr-2.0.6.min.js');
?>
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
    <script>!window.jQuery && document.write(unescape('%3Cscript src="/peanutAssetPlugin/js/jquery-1.5.1.min.js"%3E%3C/script%3E'))</script>
    
    <?php 
include_partial('public/headerSocial');
?>
  </head>

  <body>
    <?php 
echo $sf_content;
?>

    <!--[if lt IE 7 ]>
コード例 #2
0
ファイル: layout.php プロジェクト: ndachez/emach
?>
">
    <meta name="language" content="<?php 
echo $sf_context->getRequest()->getParameter('sf_culture');
?>
">

    <link rel="shortcut icon" href="/favicon.ico" />
    <link rel="apple-touch-icon" href="/apple-touch-icon.png">

    <?php 
include_html5_stylesheets();
?>

    <?php 
echo html5_javascript_include_tag('/js/modernizr-1.7.min.js');
?>
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
    <script>!window.jQuery && document.write(unescape('%3Cscript src="/js/jquery-1.5.1.min.js"%3E%3C/script%3E'))</script>
    
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600' rel='stylesheet' type='text/css'>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>

  </head>

  <body>
    <?php 
include_component('language', 'language');
?>
    <?php 
echo $sf_content;