Hi,
I just "wrote" my first droplet. It's actually "children" minus "+1":
ob_start();
show_menu2(0, SM2_CURR, SM2_ALL, SM2_ALL|SM2_CURRTREE);
$content = ob_get_contents();
ob_end_clean();
return $content.' ';
I'd like to submit it, but don't know how. On AMASP it says:
... send the Droplet to us using this Form.
The link to the Form is dead, though.
I'm not even sure it's worth an extra entry, since anyone could delete the "+1" or modify the show_menu2 line himself ...
Cheers.
Ralf.