';
}
if (TINYIB_CAPTCHA === 'recaptcha' || TINYIB_MANAGECAPTCHA === 'recaptcha') {
$js_captcha .= '';
}
$stylesheets = pageStylesheets();
return <<$title
$stylesheets
$js_captcha
EOF;
}
function pageStylesheets() {
global $tinyib_stylesheets;
// Global stylesheet
$return = '';
// Default stylesheet
$default_style_value = htmlentities(TINYIB_DEFAULTSTYLE, ENT_QUOTES);
$default_style_name = htmlentities($tinyib_stylesheets[TINYIB_DEFAULTSTYLE]);
$return .= '';
// Additional stylesheets
foreach($tinyib_stylesheets as $value => $display_name) {
if ($value === TINYIB_DEFAULTSTYLE) {
continue;
}
$value_html = htmlentities($value, ENT_QUOTES);
$name_html = htmlentities($display_name, ENT_QUOTES);
$return .= '';
}
return $return;
}
function pageFooter() {
// If the footer link is removed from the page, please link to TinyIB somewhere on the site.
// This is all I ask in return for the free software you are using.
return <<
- futaba + futallaby + tinyib -