diff --git a/src/root/product-list.tt b/src/root/product-list.tt
index 7870834f..498818c2 100644
--- a/src/root/product-list.tt
+++ b/src/root/product-list.tt
@@ -136,6 +136,8 @@
ISO-9660 CD/DVD image [% product.name %]
[% CASE "binary-dist" %]
Binary distribution [% product.name %]
+ [% CASE "channel" %]
+ Channel expressions [% product.name %]
[% CASE DEFAULT %]
File [% product.name %] of type [% product.subtype %]
[% END %]
diff --git a/src/root/static/images/channel.png b/src/root/static/images/channel.png
new file mode 100644
index 00000000..73c296ec
Binary files /dev/null and b/src/root/static/images/channel.png differ