\n";
echo "\n\n";
echo "
\n";
echo "";
echo $_SESSION[$_PAGE_INFO['id']]['skin_name'] . " - " . _("Help");
echo "\n";
echo "\n";
echo "\n";
echo "\n";
// Set base
echo "\n";
// Get icon
$icon_image = SKIN_DIR . $_SESSION[$_PAGE_INFO['id']]['skin'] . "/" . $_PAGE_INFO['ini']['image']['icon'];
if (file_exists($icon_image)) {
echo "\n";
}
// Insert skin style sheets (when available)
$css_files = get_all_files(SKIN_DIR . $_SESSION[$_PAGE_INFO['id']]['skin'] . "/css/", array("css"));
if (is_array($css_files)) {
foreach($css_files as $file) {
echo "\n";
}
}
echo "\n";
echo "\n";
echo "\n";
include("help_content.php");
echo "
\n";
echo "\n";
echo "\n";
?>