Normalised all URLs
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -10,14 +10,16 @@ use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
|
||||
* Description of NewsController
|
||||
*
|
||||
* @author polesz
|
||||
*
|
||||
* @Route("/hirek")
|
||||
*/
|
||||
class NewsController extends Controller
|
||||
{
|
||||
/**
|
||||
* @Route("/newsSideList.html", name="KekRozsakFrontBundle_newsSideList", options={"expose": true})
|
||||
* @Template()
|
||||
*
|
||||
* @return array
|
||||
*
|
||||
* @Route("/oldalso-lista.html", name="KekRozsakFrontBundle_newsSideList", options={"expose": true})
|
||||
* @Template()
|
||||
*/
|
||||
public function sideListAction()
|
||||
{
|
||||
|
Reference in New Issue
Block a user