Категория-форум.html.twig:
{% extends "BISSAPForumBundle::layout-forum.html.twig" %}
[...]
<section class="paginationContent">
<a class="btn btn-primary right-flt creatThread" href="#">Créer un sujet</a>
<div class="navigation">
{% set test = [88,99] %}
{{ knp_pagination_render(listTopics,'ForumBundle:Pagination:sliding_bissap.html.twig',test) }}
</div>
</section>
[...]
У меня есть это сообщение:
Невозможно найти шаблон «ForumBundle: Pagination: slide_bissap.html.twig» в BISSAPForumBundle: F: category-forum.html.twig в строке 28.
root@LinuxBissap:/var/www/Symfony/src/BISSAP/ForumBundle/Pagination# ll
total 12
drwxrwxr-x 2 sebastien sebastien 4096 août 21 00:36 ./
drwxrwxrwx 10 root root 4096 août 21 00:36 ../
-rwxrwxrwx 1 sebastien sebastien 1387 août 21 00:36 sliding_bissap.html.twig*
Вам нужно
Переименование ForumBundle с помощью BISSAPForumBundle
,
переместите свой шаблон в папку с именем BISSAP/ForumBundle/esources/views/Pagination
Надеюсь это поможет
Других решений пока нет …