Roland Haeder
2e18a053bb
- moved JS of Raphael (seems to be a lib?) to own sub folder - removed redundant jquery-1.4.2.min.js - added version number to almost all JS files (see cache-busting) Signed-off-by: Roland Haeder <roland@mxchange.org>
16 lines
638 B
Smarty
16 lines
638 B
Smarty
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<base href="$baseurl" />
|
|
<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" />
|
|
|
|
<!--[if IE]>
|
|
<!--
|
|
@TODO Dead file
|
|
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
//-->
|
|
<![endif]-->
|
|
|
|
<link rel="shortcut icon" href="images/friendica-32.png" />
|
|
|
|
<script type="text/javascript" src="js/jquery.js?v=1.4.2" ></script>
|
|
<script type="text/javascript" src="js/main.js" ></script>
|
|
<link rel="search" type="application/opensearchdescription+xml" title="Friendica Global Directory" href="$baseurl/opensearch" />
|