Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL_GraduateBulletin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ryan Dee
UNL_GraduateBulletin
Commits
b0a24eca
Commit
b0a24eca
authored
13 years ago
by
Brett Bieber
Browse files
Options
Downloads
Patches
Plain Diff
Update and move Google Analytics tracker to footer.html
parent
5f9e398a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/UNL/Catalog.php
+0
-5
0 additions, 5 deletions
src/UNL/Catalog.php
www/templates/footer.html
+9
-1
9 additions, 1 deletion
www/templates/footer.html
with
9 additions
and
6 deletions
src/UNL/Catalog.php
+
0
−
5
View file @
b0a24eca
...
@@ -516,11 +516,6 @@ class UNL_Catalog
...
@@ -516,11 +516,6 @@ class UNL_Catalog
$this
->
p
->
leftcollinks
=
file_get_contents
(
dirname
(
__FILE__
)
.
'/../../www/templates/relatedLinks.html'
);
$this
->
p
->
leftcollinks
=
file_get_contents
(
dirname
(
__FILE__
)
.
'/../../www/templates/relatedLinks.html'
);
$this
->
p
->
contactinfo
=
file_get_contents
(
dirname
(
__FILE__
)
.
'/../../www/templates/footerContactInfo.html'
);
$this
->
p
->
contactinfo
=
file_get_contents
(
dirname
(
__FILE__
)
.
'/../../www/templates/footerContactInfo.html'
);
$this
->
p
->
optionalfooter
=
file_get_contents
(
dirname
(
__FILE__
)
.
'/../../www/templates/optionalfooter.html'
);
$this
->
p
->
optionalfooter
=
file_get_contents
(
dirname
(
__FILE__
)
.
'/../../www/templates/optionalfooter.html'
);
$this
->
p
->
footercontent
.
=
'<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "UA-2901646-1";
urchinTracker();
</script>'
;
}
}
/**
/**
...
...
This diff is collapsed.
Click to expand it.
www/templates/footer.html
+
9
−
1
View file @
b0a24eca
©
2011 UNL Graduate Studies | 1100 Seaton Hall | Lincoln NE 68588-0619 | 402-472-2875 |
<a
href=
"http://www.unl.edu/gradstudies/comments.shtml"
title=
"Click here to direct your comments and questions"
>
comments?
</a>
©
2012 UNL Graduate Studies | 1100 Seaton Hall | Lincoln NE 68588-0619 | 402-472-2875 |
<a
href=
"http://www.unl.edu/gradstudies/comments.shtml"
title=
"Click here to direct your comments and questions"
>
comments?
</a>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
_gaq
.
push
([
'
_setAccount
'
,
'
UA-2901646-1
'
]);
//replace with your unique tracker id
_gaq
.
push
([
'
_setDomainName
'
,
'
.unl.edu
'
]);
_gaq
.
push
([
'
_setAllowLinker
'
,
true
]);
_gaq
.
push
([
'
_setAllowHash
'
,
false
]);
_gaq
.
push
([
'
_trackPageview
'
]);
</script>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment