improve graph design on homepage && add footer and techs && add official pages
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user