*/ $html = ''; $html .= '

'.__('General Options','blogBox').'

'; $html .= '

'.__('Email','blogBox').''; $html .= ' - '.__('"Settings" => "General" email is used if left blank.is used.','blogBox').'

'; $html .= '

'.__('Favicon','blogBox').''; $html .= ' - '.__('You will need to create a favicon.ico image and place it in the theme root folder.','blogBox').'

'; $html .= '

'.__('Captcha','blogBox').''; $html .= ' - '.__('If the Captcha is not working you need to disable it here.','blogBox').'

'; $html .= '

'.__('Header Options','blogBox').'

'; $html .= '

'.__('Blog Description','blogBox').''; $html .= ' - '.__('This is the Tagline under "Settings" => "General"','blogBox').'

'; $html .= '

'.__('Footer Options','blogBox').'

'; $html .= '

'.__('Copyright','blogBox').''; $html .= ' - '.__('The copyright section is a strip at the bottom of the footer that accepts html.','blogBox').' '; $html .= __('Typically the copyright notice is on the left, a developer credit in the middle, and a siteplan link is on the right.','blogBox').'

'; $html .= '

'.__('Social Options','blogBox').'

'; $html .= '

'.__('Header Phone Number','blogBox').''; $html .= ' - '.__('You can input any text here, but it is designed to be a phone contact for your business.','blogBox').'

'; $html .= '

'.__('Social Links','blogBox').''; $html .= ' - '.__('If you do not want the link to show leave the field blank. Make sure you test the link to ensure it works.','blogBox').'

'; return $html; ?>