6 changed files with 117 additions and 3 deletions
@ -0,0 +1,16 @@
|
||||
{% extends 'components/header_origin.html.twig' %} |
||||
|
||||
{% block before_header %} |
||||
<header class="autodoc-header"> |
||||
<div class='autodoc-container'> |
||||
<div class="autodoc-title"> |
||||
<h1><a class="autodoc-url link-in" href="{{ project.settings.custom['header.url'] }}">{{ project.settings.custom['header.title'] }}</a></h1> |
||||
</div> |
||||
</div> |
||||
</header> |
||||
<div class="autodoc-navbar"> |
||||
<div class="autodoc-container"> |
||||
<strong class="autodoc-subtitle">{{ project.settings.custom['header.subtitle'] }}</strong> |
||||
</div> |
||||
</div> |
||||
{% endblock %} |
@ -0,0 +1,10 @@
|
||||
{% block before_header %}{% endblock %} |
||||
<header class="phpdocumentor-header phpdocumentor-section"> |
||||
{% include 'components/header-title.html.twig' %} |
||||
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" /> |
||||
<label class="phpdocumentor-header__menu-icon" for="menu-button"> |
||||
<i class="fas fa-bars"></i> |
||||
</label> |
||||
{{ include('components/search.html.twig') }} |
||||
{% include 'components/topnav.html.twig' %} |
||||
</header> |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 23 KiB |
Loading…
Reference in new issue