Recommend: Image must be 16x16 pixels or 32x32 pixels. ';
}
function logo_url() {
$options = get_option('theme_options');
echo "";
print 'Recommend: 70px > height of image. ';
}
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 "";
}
?>