Browse Source

Remove old files

Jordi Boggiano 13 years ago
parent
commit
06d45307e2
2 changed files with 0 additions and 14 deletions
  1. 0 13
      app/Resources/views/base.html.twig
  2. 0 1
      app/Resources/views/base_nolayout.html.twig

+ 0 - 13
app/Resources/views/base.html.twig

@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-        <title>{% block title %}Welcome!{% endblock %}</title>
-        {% block stylesheets %}{% endblock %}
-        <link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
-    </head>
-    <body>
-        {% block body %}{% endblock %}
-        {% block javascripts %}{% endblock %}
-    </body>
-</html>

+ 0 - 1
app/Resources/views/base_nolayout.html.twig

@@ -1 +0,0 @@
-{% block content %}{% endblock %}