From 1990517b2263a080946853ed697a6d687262ae80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 31 Jan 2015 15:36:04 +0100 Subject: remove Acme and AppBundle --- .../Resources/views/Welcome/index.html.twig | 83 ---------------------- 1 file changed, 83 deletions(-) delete mode 100644 src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig (limited to 'src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig') diff --git a/src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig b/src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig deleted file mode 100644 index ea3a7299..00000000 --- a/src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig +++ /dev/null @@ -1,83 +0,0 @@ -{% extends 'AcmeDemoBundle::layout.html.twig' %} - -{% block title %}Symfony - Welcome{% endblock %} - -{% block content_header '' %} - -{% block content %} - {% set version = constant('Symfony\\Component\\HttpKernel\\Kernel::MAJOR_VERSION') ~ '.' ~ constant('Symfony\\Component\\HttpKernel\\Kernel::MINOR_VERSION')%} - -

Welcome!

- -

Congratulations! You have successfully installed a new Symfony application.

- -
- - {% if app.environment == 'dev' %} - - {% endif %} - -
- -
-
- -
-
- -
-
- -
-
-{% endblock %} -- cgit v1.2.3