Skip to content

Commit

Permalink
"Merged" comments from issue 649.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisglass committed Jan 11, 2011
1 parent 131a0c3 commit b0f8769
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/navigation.rst
Expand Up @@ -12,6 +12,11 @@ menu:
* ``show_sub_menu``
* ``show_breadcrumb``

.. note::

Please note that menus were originally implemented to be application-independant
and as such, live in the ``menus`` application instead of the "normal" ``cms``

*********
show_menu
*********
Expand Down Expand Up @@ -40,7 +45,7 @@ Some Examples

Complete navigation (as a nested list)::

{% load cache cms_tags %}
{% load cache menu_tags %}
<ul>
{% show_menu 0 100 100 100 %}
</ul>
Expand Down

0 comments on commit b0f8769

Please sign in to comment.