I guess it's due to the fact, that the list contains more elements.
Any ideas, how to solve this?
Greetings,
Andreas
Posted: 27.07.2004, 18:03
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
hi,
to get filter value try:
$smarty.get.filter, if filter parameter is in the URL
$smarty.post.filter, if filter parameter is passed by a form with post method
$smarty.request.filter, if you want to use get and/or post method