Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ryan Dee
UNL_Search
Commits
d5034a09
Commit
d5034a09
authored
Jan 27, 2017
by
Michael Fairchild
Browse files
Fix the local-footer.tpl.php
parent
630115f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/templates/local-footer.tpl.php
View file @
d5034a09
...
...
@@ -8,13 +8,7 @@
<div
class=
"bp960-wdn-col-one-half"
>
<div
class=
"wdn-footer-module"
>
<span
role=
"heading"
class=
"wdn-footer-heading"
>
About UNL Search
</span>
<?php
if
(
$file
=
@
file_get_contents
(
UNL_Search
::
getProjectRoot
()
.
'/tmp/iim-app-footer.html'
))
{
echo
$file
;
}
else
{
echo
file_get_contents
(
'http://iim.unl.edu/iim-app-footer?format=partial'
);
}
?>
<p>
This application is developed and maintained by
<a
href=
"http://iim.unl.edu/"
>
Internet and Interactive Media
</a>
(IIM), which is a partnership with University Communication and Information Technology Services.
</p>
</div>
</div>
<div
class=
"bp960-wdn-col-one-fourth"
>
...
...
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