Rev 2622 | Rev 6385 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
!read lang/list.phtml.$modu_lang
!if $parm=$empty
!exit
!endif
name=$(name_$parm)
!if $name=$empty
parm=
!exit
!endif
list=$(list_$parm)
!for d in $(dom_$parm)
l=$(list_$d)
list=!append item $l to $list
!next d
list=!sort nocase items $list
!if $parm!=misc
list=!nonempty items $parm,$list
!else
list=!nonempty items $list
!endif
list=!listuniq $list