svg
This commit is contained in:
@ -14,7 +14,7 @@ class HomeController extends AbstractController
|
||||
$em = $this->getDoctrine()->getManager();
|
||||
|
||||
$users = $em->getRepository("App:User")->findBy([],["pseudo"=>"ASC"]);
|
||||
$categorys = $em->getRepository("App:Category")->findBy(["user"=>null]);
|
||||
$illustrations = $em->getRepository("App:Illustration")->findAll();
|
||||
$links = $em->getRepository("App:Link")->findBy(["user"=>null]);
|
||||
$webzines = $em->getRepository("App:Webzine")->findBy(["user"=>null], ['set' => 'ASC', 'order' => 'ASC']);
|
||||
|
||||
@ -23,7 +23,7 @@ class HomeController extends AbstractController
|
||||
"usesidebar" => false,
|
||||
"usemonocolor" => true,
|
||||
"users" => $users,
|
||||
"categorys" => $categorys,
|
||||
"illustrations" => $illustrations,
|
||||
"links" => $links,
|
||||
"webzines" => $webzines
|
||||
]);
|
||||
|
Reference in New Issue
Block a user