26 lines
854 B
Smarty
26 lines
854 B
Smarty
{if $anzeige==0}
|
|
<div class="notice notice-success" align="center" id="plan_b3">
|
|
<img src="template/images/lvzpost_transparent.png" height="50">
|
|
</div>
|
|
|
|
{/if}
|
|
{if $anzeige==1}
|
|
<div class="notice notice-danger" align="center" id="plan_b3">
|
|
<img src="template/images/lvzpost_transparent.png" height="50">
|
|
</div>
|
|
{/if}
|
|
{if $anzeige==2}
|
|
<div class="notice notice-success" align="center" id="plan_b3">
|
|
<img src="template/images/lvzpost_transparent.png" height="50">
|
|
</div>
|
|
{/if}
|
|
{if $anzeige==3}
|
|
<div class="notice notice-info" align="center" id="plan_b3">
|
|
<img src="template/images/lvzpost_transparent.png" height="50">
|
|
</div>
|
|
{/if}
|
|
{if $anzeige==4}
|
|
<div class="notice notice-warning" align="center" id="plan_b3">
|
|
<img src="template/images/lvzpost_transparent.png" height="50">
|
|
</div>
|
|
{/if}
|