aboutsummaryrefslogtreecommitdiffstats
path: root/view/fr
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-29 15:27:14 -0700
committerFriendika <info@friendika.com>2011-03-29 15:27:14 -0700
commite1fd2ecb16a212c56567ac5c5910d2a2d9754b47 (patch)
tree88f6a4f84828010e6f27cdda5b332ed1c5b6010a /view/fr
parent97ae3814d9fd48f0922744223a690092181bbacb (diff)
downloadvolse-hubzilla-e1fd2ecb16a212c56567ac5c5910d2a2d9754b47.tar.gz
volse-hubzilla-e1fd2ecb16a212c56567ac5c5910d2a2d9754b47.tar.bz2
volse-hubzilla-e1fd2ecb16a212c56567ac5c5910d2a2d9754b47.zip
another template
Diffstat (limited to 'view/fr')
-rw-r--r--view/fr/head.tpl32
1 files changed, 0 insertions, 32 deletions
diff --git a/view/fr/head.tpl b/view/fr/head.tpl
deleted file mode 100644
index 4636b542c..000000000
--- a/view/fr/head.tpl
+++ /dev/null
@@ -1,32 +0,0 @@
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-<base href="$baseurl" />
-<meta name="generator" content="$generator" />
-<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" />
-<link rel="shortcut icon" href="$baseurl/images/friendika-32.png" />
-
-<!--[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("Effacer cet élément?"); }
- 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>
-
-