This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

View file

@ -0,0 +1,26 @@
{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}