forked from wallabag/wallabag
Handling socials links into a config file
This commit is contained in:
@ -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]
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user