Przeglądaj źródła

Updated skeleton to the new template syntax

Christophe Coevoet 14 lat temu
rodzic
commit
99a67ec21b

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/Controller/DefaultController.php

@@ -8,6 +8,6 @@ class DefaultController extends Controller
 {
     public function indexAction()
     {
-        return $this->render('{{ bundle }}:Default:index.php');
+        return $this->render('{{ bundle }}:Default:index.php.html');
     }
 }

src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/Resources/views/Default/index.php → src/Symfony/Bundle/FrameworkBundle/Resources/skeleton/bundle/Resources/views/Default/index.php.html