1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Handling socials links into a config file

This commit is contained in:
Simounet 2016-06-06 20:59:20 +02:00
parent 317fc6e684
commit 39f27d6370
8 changed files with 93 additions and 52 deletions

View file

@ -12,9 +12,10 @@ class StaticController extends Controller
*/
public function howtoAction()
{
$addonsUrl = $this->container->getParameter('addons_url');
return $this->render(
'WallabagCoreBundle:Static:howto.html.twig',
[]
['addonsUrl' => $addonsUrl]
);
}