Skip to content

Commit

Permalink
Update (again) template name format
Browse files Browse the repository at this point in the history
  • Loading branch information
Herzult committed Apr 4, 2011
1 parent e3f5bb1 commit 2925ad1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ public function getConfigTree()
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('knplabs_paginator', 'array');
$rootNode
->children()
->arrayNode('templating')
->children()
->scalarNode('style')->defaultValue('Sliding')->end()
->scalarNode('template')->defaultValue('KnplabsPaginator:Pagination:sliding.html.twig')->end()
->end()
->children()
->arrayNode('templating')
->children()
->scalarNode('style')->defaultValue('Sliding')->end()
->scalarNode('template')->defaultValue('KnplabsPaginatorBundle:Pagination:sliding.html.twig')->end()
->end()
->end()
->end();

Expand Down

0 comments on commit 2925ad1

Please sign in to comment.