[$ # Find out how the user wants their channels sorted. if (get_setting("user_af_channel_sort_by") eq "title") { to_browser(qq{
Sort by title
Sort by date
}); } else { to_browser(qq{
Sort by title
Sort by date
}); } $OUT = send_to_browser; $]
[$ # Find out how the user wants their channels displayed. if (get_setting("user_af_channel_detail") eq "on") { to_browser(qq{
Details
No details
}); } else { to_browser(qq{
Details
No details
}); } $OUT = send_to_browser; $]