Skip to content

Commit d77b94a

Browse files
author
Jason Varnedoe
committed
forgot nav for xml
1 parent 0c34a13 commit d77b94a

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

xml.html

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,7 @@ <h1>PHP101</h1>
3131
</div><!-- end banner -->
3232

3333
<div class="wrapper">
34-
<nav>
35-
<ul>
36-
<li><a href="index.html">Introduction</a></li>
37-
<li><a href="start.html">Down the rabbit hole - Part 1</a></li>
38-
<li><a href="operators.html">Calling all operators - Part 2</a></li>
39-
<li><a href="loops.html">Looping the loop - Part 3</a></li>
40-
<li><a href="types.html">The food factor - Part 4</a></li>
41-
<li><a href="files.html">Rank and file - Part 5</a></li>
42-
<li><a href="functions.html">Functionally yours - Part 6</a></li>
43-
<li><a href="objects.html">The bear necessities - Part 7</a></li>
44-
<li><a href="databases.html">Databases and otters - Part 8</a></li>
45-
<li><a href="sessions.html">Sessions in cookie jars - Part 10</a></li>
46-
<li><a href="xml.html">Sinfully simple - Part 11</a></li>
47-
<li><a href="error-handling.html">Bugging out - Part 12</a></li>
48-
<li><a href="validation.html">The trashman cometh - Part 13</a></li>
49-
<li><a href="fin.html">A real challenge - Part 14</a></li>
50-
</ul>
51-
</nav>
34+
{% include nav.html %}
5235
<section>
5336
<h2>Easy peasy</h2>
5437
<p>Unless you’ve been hiding in a cave for the last few years, you’ve heard about XML – it’s

0 commit comments

Comments
 (0)