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
Digital Experience Group
GoBigRed
Commits
dbcbef1b
Commit
dbcbef1b
authored
Sep 26, 2011
by
Aaron Coleman
Browse files
changed includes for search/navigation in PHP instead of html
parent
a97f036e
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
dbcbef1b
...
...
@@ -34,7 +34,7 @@
<div
id=
"wdn_wrapper"
>
<div
id=
"header"
>
<a
href=
"http://www.unl.edu/"
title=
"UNL website"
><img
src=
"/wdn/templates_3.0/images/logo.png"
alt=
"UNL graphic identifier"
id=
"logo"
/></a>
<h1>
University of Nebraska
–
Lincoln
</h1>
<
!--#include
virtual
="
/wdn/templates_3.0/includes/wdnTools.html
" --
>
<
?php
virtual
(
'
/wdn/templates_3.0/includes/wdnTools.html
'
);
?
>
</div>
<div
id=
"wdn_navigation_bar"
>
<div
id=
"breadcrumbs"
>
...
...
@@ -47,7 +47,7 @@
<!-- TemplateEndEditable -->
</div>
<div
id=
"wdn_navigation_wrapper"
>
<div
id=
"navigation"
>
<!-- InstanceBeginEditable name="navlinks" -->
<
!--#include
virtual
="
/ucomm/sharedcode/navigation.html
" --
>
<
?php
virtual
(
'
/ucomm/sharedcode/navigation.html
'
);
?
>
<!-- InstanceEndEditable -->
</div>
</div>
</div>
...
...
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