forked from wallabag/wallabag
Removed duplicated templates files
This commit is contained in:
@ -15,7 +15,7 @@ class StaticController extends Controller
|
||||
$addonsUrl = $this->container->getParameter('addons_url');
|
||||
|
||||
return $this->render(
|
||||
'WallabagCoreBundle:Static:howto.html.twig',
|
||||
'@WallabagCore/themes/common/Static/howto.html.twig',
|
||||
['addonsUrl' => $addonsUrl]
|
||||
);
|
||||
}
|
||||
@ -26,7 +26,7 @@ class StaticController extends Controller
|
||||
public function aboutAction()
|
||||
{
|
||||
return $this->render(
|
||||
'WallabagCoreBundle:Static:about.html.twig',
|
||||
'@WallabagCore/themes/common/Static/about.html.twig',
|
||||
[
|
||||
'version' => $this->getParameter('wallabag_core.version'),
|
||||
'paypal_url' => $this->getParameter('wallabag_core.paypal_url'),
|
||||
@ -40,7 +40,7 @@ class StaticController extends Controller
|
||||
public function quickstartAction()
|
||||
{
|
||||
return $this->render(
|
||||
'WallabagCoreBundle:Static:quickstart.html.twig',
|
||||
'@WallabagCore/themes/common/Static/quickstart.html.twig',
|
||||
[]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user