1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Removed duplicated templates files

This commit is contained in:
Nicolas Lœuillet 2016-09-30 09:38:08 +02:00
parent fb479be3a0
commit 2ff9991a1d
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
26 changed files with 18 additions and 494 deletions

View file

@ -87,7 +87,7 @@ class RssController extends Controller
$perPage = $user->getConfig()->getRssLimit() ?: $this->getParameter('wallabag_core.rss_limit');
$entries->setMaxPerPage($perPage);
return $this->render('WallabagCoreBundle:Entry:entries.xml.twig', [
return $this->render('@WallabagCore/themes/common/Entry/entries.xml.twig', [
'type' => $type,
'entries' => $entries,
]);