Suche IBE raus
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3390 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
83de9a1ae5
commit
f07ee29a67
4 changed files with 27 additions and 27 deletions
|
|
@ -6,16 +6,10 @@
|
|||
{% endblock %}
|
||||
{% block canonical_tag %}{% if app.debug %}<!-- Die canonical URL wird für diese Seite bewusst nicht definiert, da sie vom Suchindex ausgeschlossen wurde (Siehe meta robots) -->{% endif %}{% endblock %}
|
||||
|
||||
{#
|
||||
TODO: This doesn't work. Form labels are rendered, but widgets themselves not. Symfony / Twig bug?
|
||||
{% block search_sidebar_widget %}
|
||||
{% include 'default/components/sidebar/ttSearchSidebarWidget.html.twig' %}
|
||||
{% endblock %}
|
||||
#}
|
||||
|
||||
{% block body %}
|
||||
{% if tt_url is defined %}
|
||||
<iframe src="{{ tt_url|raw }}" scrolling="no" width="100%" height="13500"
|
||||
<iframe src="{{ tt_url|raw }}" scrolling="no" width="100%" height="3500"
|
||||
onload="window.parent.parent.scrollTo(0,0);"
|
||||
></iframe>
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue