'.$error.''; } return '

    Oops ...

    The following field(s) was not updated for the reason(s) listed below. Please correct these errors and try again.

    '.implode('', $output).'
'; } /* ------------------------------------------------------- */ /* GENERAL SETTINGS -------------------------------------- */ /* GENERAL SETTINGS - FAVICON ---------------------------- */ function favicon() { $favicon = get_option('favicon'); if(!empty($favicon)) : echo ''; endif; } /* ------------------------------------------------------- */ /* GENERAL SETTINGS - BREADCRUMBS ------------------------ */ function breadcrumbs() { $breadcrumbs = get_option('disable_breadcrumbs'); if($breadcrumbs != 'checked') : ?> = 1) : //If there are more than two slides, js is required. if($slides >= 2) : //Slide transition speed if(get_option('slide_transition') != "") : $transition = get_option('slide_transition'); else : $transition = 1500; endif; //Slide pause rate if(get_option('slide_pause') != "") : $pause = get_option('slide_pause'); else : $pause = 3000; endif; ?>
'; for($i = 1; $i <= $slides; $i++) : $location = get_option('slide_image_'.$i); $destination = get_option('slide_image_link_'.$i); if($location != "" && $destination != "") : echo '
  • '; elseif($location != "" && $destination == "") : echo '
  • '; endif; endfor; echo ''; ?>
    "; if(!empty($behance)) : echo "
  • "; endif; if(!empty($facebook)) : echo "
  • "; endif; if(!empty($flickr)) : echo "
  • "; endif; if(!empty($foursquare)) : echo "
  • "; endif; if(!empty($googleplus)) : echo "
  • "; endif; if(!empty($instagram)) : echo "
  • "; endif; if(!empty($linkedin)) : echo "
  • "; endif; if(!empty($myspace)) : echo "
  • "; endif; if(!empty($pintrest)) : echo "
  • "; endif; if(!empty($stumbleupon)) : echo "
  • "; endif; if(!empty($tumblr)) : echo "
  • "; endif; if(!empty($twitter)) : echo "
  • "; endif; if(!empty($vimeo)) : echo "
  • "; endif; if(!empty($wordpress)) : echo "
  • "; endif; if(!empty($yelp)) : echo "
  • "; endif; if(!empty($youtube)) : echo "
  • "; endif; echo ""; } /* ------------------------------------------------------- */ /* SOCIAL SETTINGS - HOMEPAGE ---------------------------- */ function homepage_social_icons() { $icons = get_option('homepage_social_icons'); if($icons == 'checked') : social_icons(); endif; } /* ------------------------------------------------------- */ /* SOCIAL SETTINGS - FOOTER ------------------------------ */ function footer_social_icons() { $icons = get_option('footer_social_icons'); if($icons == 'checked') : social_icons(); endif; } ?>