Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Fachrat Informatik
adapt4finf
Commits
9bb6d39f
Commit
9bb6d39f
authored
Jul 25, 2014
by
Fjen Undso
Browse files
adapt.tmpl: add piwik code
parent
fb8868c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
adapt.tmpl
View file @
9bb6d39f
...
...
@@ -62,5 +62,21 @@
</div>
<script
src=
"$SkinDirUrl/ui.js"
></script>
<!--HTMLFooter-->
<!-- Piwik -->
<script
type=
"text/javascript"
>
var
_paq
=
_paq
||
[];
_paq
.
push
([
"
trackPageView
"
]);
_paq
.
push
([
"
enableLinkTracking
"
]);
(
function
()
{
var
u
=
((
"
https:
"
==
document
.
location
.
protocol
)
?
"
https
"
:
"
http
"
)
+
"
://www.finf.uni-hannover.de/piwik/
"
;
_paq
.
push
([
"
setTrackerUrl
"
,
u
+
"
piwik.php
"
]);
_paq
.
push
([
"
setSiteId
"
,
"
2
"
]);
var
d
=
document
,
g
=
d
.
createElement
(
"
script
"
),
s
=
d
.
getElementsByTagName
(
"
script
"
)[
0
];
g
.
type
=
"
text/javascript
"
;
g
.
defer
=
true
;
g
.
async
=
true
;
g
.
src
=
u
+
"
piwik.js
"
;
s
.
parentNode
.
insertBefore
(
g
,
s
);
})();
</script>
<noscript><img
src=
"https://www.finf.uni-hannover.de/piwik/piwik.php?idsite=2&rec=1"
style=
"border:0"
alt=
""
/></noscript>
<!-- End Piwik Code -->
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment