Modification for production
This commit is contained in:
parent
4d1918a530
commit
e2173a7d44
6 changed files with 40 additions and 18 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<div class="clock">
|
||||
<div id="ficlogo">
|
||||
<a href="/">
|
||||
<img src="/img/challenge.jpg" alt="Forum International de la Cybersécurité">
|
||||
<a href="{$SALT_PUBLIC}/">
|
||||
<img src="{$SALT_CDN}/img/challenge.jpg" alt="Forum International de la Cybersécurité">
|
||||
</a>
|
||||
</div>
|
||||
<div id="epitalogo">
|
||||
<img src="/img/epita.png" alt="Epita">
|
||||
<img src="{$SALT_CDN}/img/epita.png" alt="Epita">
|
||||
</div>
|
||||
<div id="Date"></div>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<title>{block name=title}Challenge FIC2014{/block}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- Bootstrap -->
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||
<link href="{$SALT_CDN}/css/bootstrap.min.css" rel="stylesheet" media="screen">
|
||||
|
||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
<script src="../../assets/js/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{$SALT_CDN}/favicon.ico">
|
||||
<meta name="author" content="EPITA Laboratoire SRS">
|
||||
<meta name="robots" content="all">
|
||||
<meta name="language" content="{$smarty.const.LANG}">
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
</footer>
|
||||
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script src="{$SALT_CDN}/js/jquery.min.js"></script>
|
||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
{block name=end}{/block}
|
||||
|
|
|
|||
Reference in a new issue