Thursday 01 September 2005 12:57:13 am
Check the class ID's of Bilder, Dokumenter and Media. You can also make the options more dynamic with the following code, if you can assume the class identifiers won't change:
{def $classes=fetch( 'class', 'list', hash( 'class_filter', array( 'bilder', 'dokumenter', 'media' ) ) )}
{foreach $classes as $class}
<option value="{$class.id}">{$class.name|wash}</option>
{/foreach}
{undef $classes}
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
|