1
Hi all,
i have this code:
$storyarray = NewsStory :: getAllPublished($xoopsModuleConfig['storycountadmin'], 0, false, 0, 1 );
echo "";
which generates a dropdown with the last 10 published news.
The code works fine but i'm wondering how can write it in
a more elegant way using the xoops's built-in form elements.
Thanks in advance,ralf.