Artikler Theme Options

If you like this theme. Please review and rating this theme.

"; _e('Recommend: Image must be 16x16 pixels or 32x32 pixels.', 'artikler'); } function logo_url() { $options = get_option('theme_options'); echo ""; _e('Recommend: 70px > height of image.', 'artikler'); } function homesidebar_radio() { $options = get_option( 'theme_options' ); $html = ''; $html .= ''; $html .= ''; $html .= ''; $html .= ''; $html .= ''; echo $html; } // end homesidebar_radio function designtemp_radio() { $options = get_option( 'theme_options' ); $html = ''; $html .= ''; $html .= ''; $html .= ''; echo $html; } // end designtemp_radio function aboutus() { $options = get_option('theme_options'); echo ""; } function facebookurl() { $options = get_option('theme_options'); echo ""; } function googleurl() { $options = get_option('theme_options'); echo ""; } function twitterurl() { $options = get_option('theme_options'); echo ""; } ?>