WordPress theme options framework, I can’t read them in my templates

If you’ve done everything correctly during the setup, then you should be able to load the logo_image option like this:

$my_theme_prefix_option = of_get_option('logo_image');