{#
basic/globaltoc.html
~~~~~~~~~~~~~~~~~~~~
Sphinx sidebar template: global table of contents.
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{% if show_root_link %}
‹ Back to CakePHP Cookbook
{% endif %}
{{ toctree(maxdepth=3, titles_only=True) }}