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:
parent
fb479be3a0
commit
2ff9991a1d
26 changed files with 18 additions and 494 deletions
|
@ -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,
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue