Putting Category List Into Page
How can I put the category list into a Wordpress page.
I know that the code to show the category list is:
<?php cp_cat_menu_drop_down(get_option('cp_cat_dir_cols' ), get_option('cp_dir_sub_num')); ?>
How do I make this code work in a wordpress page?