Gallery Category List Tag
This Gallery Category List Tag allows you to display a list of all your categories. This type of list can be usefull for creating navigation to each category page, as shown in this example:
Category "Jump" Navigation
Here is an example showing how you might use the cateogry list tag to create navigation:
<form>
<select name="URL" onChange="window.location=this.options[this.selectedIndex].value">
<option value=" ">Category Jump Navigation</option>
{exp:gallery:category_list gallery="gallery"}
<option value="{category_path=gallery/category} ">{category_name}</option>
{/exp:gallery:category_list}
</select>
</form>