Hi Malte
> temp.countdown = USER
> temp.countdown {
> userFunc = user_countdownSF->main
> }
>
> lib.counter = COA
> lib.counter {
> 20 < temp.countdown
> stdwrap.wrap = <div class="counter">Es sind noch <br />|<br />Tage
> bis...</div>
> }
That doesnt help much because I would need it the other way round => the
COA inside the USER
georg