Skip to content

Commit

Permalink
fix nav images
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrauch committed Oct 9, 2013
1 parent ea1f9ab commit 4ff0ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ function optionsframework_options() {
'name' => __('Header Image', 'options_check'),
'desc' => __('This creates a full size uploader that previews the image.', 'options_check'),
'id' => 'header_background_image',
'std' => get_template_directory_uri() . '/images/logo.png',
'type' => 'upload');

$options[] = array(
Expand Down

0 comments on commit 4ff0ecd

Please sign in to comment.