Private
Public Access
1
0

improve graph design on homepage && add footer and techs && add official pages

This commit is contained in:
2016-12-21 18:46:32 +01:00
parent 4d5a9b978b
commit ef89f7df09
18 changed files with 434 additions and 33 deletions

View File

@@ -48,4 +48,24 @@ class GameController extends Controller
{
}
public function privacyAction()
{
return $this->render('MineSeekerBundle:Official:privacy.html.twig');
}
public function termsAction()
{
return $this->render('MineSeekerBundle:Official:terms.html.twig');
}
public function contactAction()
{
return $this->render('MineSeekerBundle:Official:contact.html.twig');
}
public function landingAction()
{
return $this->render('MineSeekerBundle:Official:landing.html.twig');
}
}