selected($options['cache'], 48);
?>
><?php 
_e('2 days', 'facebook-albums');
?>
</option>
            </select>
            <span class="clear-cache">
              <?php 
printf(__('<a href="?page=facebook-album&amp;clear_cache=%s">Clear all caches</a>'), wp_create_nonce($current_user->data->user_email));
?>
            </span>
          </p>
          <div class="app-settings">
            <?php 
if (!FB_Album::verify_app_information()) {
    ?>
            <p><?php 
    _e('If you wish to use <strong>personal albums</strong> you will need to create a Facebook App and enter in the App ID and App Secret below.', 'facebook-albums');
    ?>
</p>
            <p><label><?php 
    _e('App ID', 'facebook-albums');
    ?>
</label><input type="text" name="facebookalbum[app_id]" value="<?php 
    echo $options['app_id'];
    ?>
" /></p>
            <p><label><?php 
    _e('App Secret', 'facebook-albums');
    ?>