dir/view/head.tpl
Roland Häder d400ed3342
Rewrite:
- don't download files - more worse JavaScript - from external CDNs
- this is a security nightmare when the remote CDN is compromised and starts
  distributing worms/trojan horses (see NSA scandal)
- this will give them away your user's IP addresses
- removed no longer used js/main.js as there is assets/js/main.js around
- moved css/js files in their own folder (assets/<css|js>)
- removed executable right from include/dba.php, no need for this

Signed-off-by: Roland Häder <roland@mxchange.org>
2017-05-11 16:49:02 +02:00

17 lines
662 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="/assets/js/jquery/jquery.js?v=1.11.2" ></script>
<script type="text/javascript" src="/assets/js/main.js" ></script>
<link rel="search" type="application/opensearchdescription+xml" title="Friendica Global Directory" href="$baseurl/opensearch" />