* Buchungsseite aus Suchmaschinen-Index entfernen
* ab-Preis in Box nur anzeigen, wenn Termine verfügbar * Behoben: ab-Preis in Box berücksichtigt Rabatt nicht * Behoben: Sidebar-Navigation wird auf manchen Seiten nicht angezeigt * AGB Buchungsformular in Abh. des Reiseveranstalters anzeigen * Behoben: Server-Fehler bei Zugriff auf Reisetermine, falls Zielflughafen im Reiseprogramm nicht gesetzt git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3294 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
6bb5c271c6
commit
4c2fb2fd08
12 changed files with 55 additions and 17 deletions
|
|
@ -112,7 +112,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6 text-left">
|
||||
<p>STERN TOURS © 2016</p>
|
||||
<p>STERN TOURS © {{ 'now'|date('Y') }}</p>
|
||||
</div><!-- end col -->
|
||||
|
||||
<div class="col-md-6 text-right">
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
{% if child_page.boxStar is not empty %}
|
||||
<div class="cstar_left">{{ child_page.boxStar|raw }}</div>
|
||||
{% endif %}
|
||||
{% if child_page.travelProgram is not empty %}
|
||||
{% if child_page.travelProgram is not empty and child_page.travelProgram.lowestPrice > 0 %}
|
||||
<div class="cprice">ab {{ child_page.travelProgram.lowestPrice|number_format }} € p.P.</div>
|
||||
{% endif %}
|
||||
{% if child_page.boxDiscount is not empty %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue