Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
0b59de81
Commit
0b59de81
authored
Nov 07, 2013
by
Leigh B Stoller
Committed by
Gary Wong
Jan 08, 2014
Browse files
Google analytics code.
parent
3e765303
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/quickvm_sup.php
View file @
0b59de81
...
...
@@ -23,6 +23,8 @@
#
function
SPITHEADER
(
$thinheader
=
0
)
{
global
$TBMAINSITE
;
$height
=
(
$thinheader
?
150
:
250
);
echo
"<html>
...
...
@@ -36,7 +38,13 @@ function SPITHEADER($thinheader = 0)
<script src='https://code.jquery.com/jquery.js'></script>
<script src='bootstrap/js/bootstrap.js'></script>
</head>
<body>
<body>
\n
"
;
if
(
$TBMAINSITE
&&
file_exists
(
"../google-analytics.php"
))
{
readfile
(
"../google-analytics.php"
);
}
echo
"
<!-- Container for body, needed for sticky footer -->
<div id='wrap'>
<div style='background-color: #ff6600'>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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