ic: add link to tbc to the header
This commit is contained in:
parent
6bb44ce179
commit
7912ed28de
@ -37,6 +37,7 @@ class MainHandler
|
|||||||
'tzo' => $tzo,
|
'tzo' => $tzo,
|
||||||
'strings' => $tzo->strings
|
'strings' => $tzo->strings
|
||||||
]);
|
]);
|
||||||
|
$this->skin->options->headSection = 'tbc';
|
||||||
return $this->skin->renderPage('tzo.twig');
|
return $this->skin->renderPage('tzo.twig');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,7 +24,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="head-items">
|
<div class="head-items">
|
||||||
<a class="head-item {% if render_options.head_section == 'books' %} is-selected{% endif %}" href="/works/">
|
<a class="head-item {% if render_options.head_section == 'tbc' %} is-selected{% endif %}" href="/tbc/">
|
||||||
|
guide
|
||||||
|
</a><a class="head-item {% if render_options.head_section == 'books' %} is-selected{% endif %}" href="/works/">
|
||||||
{{ "books"|lang }}
|
{{ "books"|lang }}
|
||||||
</a><a class="head-item is-ic" href="{{ home_url }}">
|
</a><a class="head-item is-ic" href="{{ home_url }}">
|
||||||
foreign one {{ svgInPlace('riverbank_eagle_20') }}
|
foreign one {{ svgInPlace('riverbank_eagle_20') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user