File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
tools/php_api_ref/.phpdoc/template Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11{% extends ' base.html.twig' %}
22
3+ {% block title %}{{ node .name }} | {{ project .name }} (Ibexa Documentation){% endblock %}
4+
35{% block content %}
46 {% include ' components/breadcrumbs.html.twig' %}
57 {% include ' components/class-title.html.twig' with { symfony_version : symfony_version } %}
Original file line number Diff line number Diff line change 11{% extends ' base.html.twig' %}
22
3+ {% block title %}{{ node .name }} | {{ project .name }} (Ibexa Documentation){% endblock %}
4+
35{% block content %}
46 {% include ' components/breadcrumbs.html.twig' %}
57 {% include ' components/interface-title.html.twig' %}
Original file line number Diff line number Diff line change 33<head >
44 <meta charset =" utf-8" >
55 {% block head %}
6- <title >{% block title %}{{ project .name }}{% endblock %}</title >
6+ <title >{% block title %}{{ project .name }} (Ibexa Documentation) {% endblock %}</title >
77 {% endblock %}
88
99 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
Original file line number Diff line number Diff line change 11{% extends ' base.html.twig' %}
22
3+ {% block title %}{{ node .name }} | {{ project .name }} (Ibexa Documentation){% endblock %}
4+
35{% block content %}
46 {% include ' components/breadcrumbs.html.twig' %}
57 {% include ' components/namespace-title.html.twig' with { add_edition : true } %}
You can’t perform that action at this time.
0 commit comments