diff options
author | Friendika <info@friendika.com> | 2010-11-16 20:13:18 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-16 20:13:18 -0800 |
commit | f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311 (patch) | |
tree | 5f4bebec0387932becfb2415dd3c8045a7e5418d /view/head.tpl | |
parent | 22f7ffc2d71576acf16b71c2018cf92a39a73e78 (diff) | |
download | volse-hubzilla-f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311.tar.gz volse-hubzilla-f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311.tar.bz2 volse-hubzilla-f9d5aafe9c2559a65aeb0aafeec5bfd5c76f1311.zip |
finish moving english files
Diffstat (limited to 'view/head.tpl')
-rw-r--r-- | view/head.tpl | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/view/head.tpl b/view/head.tpl deleted file mode 100644 index 50dd9cab6..000000000 --- a/view/head.tpl +++ /dev/null @@ -1,31 +0,0 @@ -<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -<base href="$baseurl" /> -<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" /> -<link rel="shortcut icon" href="$baseurl/images/ff-32.jpg"> - -<!--[if IE]> -<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> -<![endif]--> -<script type="text/javascript" src="$baseurl/include/jquery.js" ></script> -<script type="text/javascript" src="$baseurl/include/main.js" ></script> -<script> - - function confirmDelete() { return confirm("Delete this item?"); } - function commentOpen(obj,id) { - if(obj.value == 'Comment') { - obj.value = ''; - obj.className = "comment-edit-text-full"; - openMenu("comment-edit-submit-wrapper-" + id); - } - } - function commentClose(obj,id) { - if(obj.value == '') { - obj.value = 'Comment'; - obj.className="comment-edit-text-empty"; - closeMenu("comment-edit-submit-wrapper-" + id); - } - } - -</script> - - |