Merge branch 'gh-pages' of github.com:codeguy/php-the-right-way into gh-pages

This commit is contained in:
=
2012-07-09 13:00:22 -04:00
2 changed files with 13 additions and 12 deletions

View File

@@ -32,8 +32,8 @@
<li><a href="/index.html#code_style_guide">Code Style Guide</a></li>
<li><a href="/index.html#language_highlights">Language Highlights</a>
<ul>
<li><a href="/index.html#namespaces">Namespaces</a></li>
<li><a href="/index.html#programming_paradigms">Programming Paradigms</a></li>
<li><a href="/index.html#namespaces">Namespaces</a></li>
<li><a href="/index.html#standard_php_library">Standard PHP Library</a></li>
<li><a href="/index.html#command_line_interface">Command Line Interface</a></li>
</ul>