Browse Source

Add the title back to the dasboard (breadcrumb section)

Pascal Burkhard 14 years ago
parent
commit
f93114eff9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Resources/views/Core/dashboard.html.twig

+ 1 - 0
Resources/views/Core/dashboard.html.twig

@@ -12,6 +12,7 @@ file that was distributed with this source code.
 {% extends base_template %}
 
 {% block title %}{% trans 'title_dashboard' from 'BaseApplicationBundle' %}{% endblock%}
+{% block breadcrumb %}{% trans 'title_dashboard' from 'BaseApplicationBundle' %}{% endblock %}
 {% block content %}
 
     {% for code, group in groups %}