2006-07-06 08:11:05 UTC
correction:
in the file bereich.tpl at row 35 you have to fix the "$amp;" sign in the javascript to a simple "&":
wrong:
window.location.href = "{$MY_SELF}?{$SESS}&p=1
ok:
window.location.href = "{$MY_SELF}?{$SESS}&p=1
by deklarmart