File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -31,24 +31,7 @@ <h1>PHP101</h1>
31
31
</ div > <!-- end banner -->
32
32
33
33
< 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 %}
52
35
< section >
53
36
< h2 > Easy peasy</ h2 >
54
37
< p > Unless you’ve been hiding in a cave for the last few years, you’ve heard about XML – it’s
You can’t perform that action at this time.
0 commit comments