From 53bb12005e625bb7667381f14073f655cf6febc3 Mon Sep 17 00:00:00 2001 From: Shane O'Grady Date: Tue, 5 Mar 2013 09:56:51 +0000 Subject: [PATCH] Change KnpMenu to KnpPaginator --- Resources/views/Bootstrap/gettingStarted.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/Bootstrap/gettingStarted.html.twig b/Resources/views/Bootstrap/gettingStarted.html.twig index d0f58d5..e2dc3ea 100644 --- a/Resources/views/Bootstrap/gettingStarted.html.twig +++ b/Resources/views/Bootstrap/gettingStarted.html.twig @@ -124,7 +124,7 @@ knp_menu:

KnpPaginator theme

-

If you want to use KnpMenu to display menus in the Twitter Bootstrap style you have to tell KnpMenu to use the theme provided by BootstrapBundle.

+

If you want to use KnpPaginator to display pagination in the Twitter Bootstrap style you have to tell KnpPaginator to use the theme provided by BootstrapBundle.

 # app/config.yml
 knp_paginator:
@@ -362,4 +362,4 @@ $ php app/console assetic:dump
 
   
-{% endblock %} \ No newline at end of file +{% endblock %}