mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-02 01:54:13 +00:00
hide header description #32
This commit is contained in:
parent
7eb02d06cc
commit
10181a04f1
@ -16,12 +16,14 @@
|
|||||||
<header>
|
<header>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row margin-y-16-px text-center">
|
<div class="row margin-y-16-px text-center">
|
||||||
<a class="logo display-inline-block margin-b-8-px" href="{{ path('torrent_recent') }}">
|
<a class="logo display-inline-block{#32 margin-b-8-px #}" href="{{ path('torrent_recent') }}">
|
||||||
<span>YGG</span>tracker
|
<span>YGG</span>tracker
|
||||||
</a>
|
</a>
|
||||||
|
{#32
|
||||||
<div class="font-size-10-px text-center text-color-night">
|
<div class="font-size-10-px text-center text-color-night">
|
||||||
{{ '<a href="%s">Upload</a> any torrent - download with Yggdrasil' | trans | format(path('torrent_submit')) | raw }}
|
{{ '<a href="%s">Upload</a> any torrent - download with Yggdrasil' | trans | format(path('torrent_submit')) | raw }}
|
||||||
</div>
|
</div>
|
||||||
|
#}
|
||||||
{% block header_search %}
|
{% block header_search %}
|
||||||
{{ render(controller(
|
{{ render(controller(
|
||||||
'App\\Controller\\SearchController::module',
|
'App\\Controller\\SearchController::module',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user