Hello. On my photography site - http://www.ericastjohn.com - I am using RoundFlow 1.0 and have a menu across the top of the pages (Home, About, Ideas, Etc) . The menu is dynamic using <?php wp_list_pages('sort_column=menu_order&title_li=&depth=1'); ?>
What I would like to do is place an icon (like a house before Home) on the left of each page title in the menu. I know I can create a STATIC menu and do this.. but is it possible to do this another / simpler way so as to keep the menu dynamic?