| Line 21... |
Line 21... |
| 21 |
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
21 |
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
| 22 |
<!--[if lt IE 9]>
|
22 |
<!--[if lt IE 9]>
|
| 23 |
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
23 |
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
| 24 |
<![endif]-->
|
24 |
<![endif]-->
|
| 25 |
<link href="<?php echo $base_url;?>css/style.css" rel="stylesheet"/>
|
25 |
<link href="<?php echo $base_url;?>css/style.css" rel="stylesheet"/>
|
| - |
|
26 |
<script type='text/javascript' src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
|
| - |
|
27 |
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
| 26 |
<script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.7.2.min.js"></script>
|
28 |
<!-- <script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.7.2.min.js"></script> -->
|
| 27 |
<link rel="shortcut icon" href="<?php echo $base_url;?>favicon.ico" type="image/x-icon">
|
29 |
<link rel="shortcut icon" href="<?php echo $base_url;?>favicon.ico" type="image/x-icon">
|
| 28 |
<link rel="icon" href="<?php echo $base_url;?>favicon.ico" type="image/x-icon">
|
30 |
<link rel="icon" href="<?php echo $base_url;?>favicon.ico" type="image/x-icon">
|
| 29 |
</head>
|
31 |
</head>
|
| 30 |
<body>
|
32 |
<body>
|
| 31 |
<div id="wrap">
|
33 |
<div id="wrap">
|