| 15 | | echo "<div class='wrap'><h2>$title</h2><p>$welcome</p><iframe src='admin.php?import=blogger&noheader=true' height='350px' width = '99%'>$noiframes</iframe><p><a href='admin.php?import=blogger&restart=true&noheader=true' onclick='return confirm(\"$warning\")'>$reset</a></p></div>\n"; |
|---|
| | 15 | $incompat = __('Your web server is not properly configured to use this importer. Please enable the CURL extension for PHP and then reload this page.'); |
|---|
| | 16 | |
|---|
| | 17 | echo "<div class='wrap'><h2>$title</h2><p>$welcome</p>"; |
|---|
| | 18 | if ( function_exists('curl_init') ) |
|---|
| | 19 | echo "<iframe src='admin.php?import=blogger&noheader=true' height='350px' width = '99%'>$noiframes</iframe><p><a href='admin.php?import=blogger&restart=true&noheader=true' onclick='return confirm(\"$warning\")'>$reset</a></p>"; |
|---|
| | 20 | else |
|---|
| | 21 | echo "<p>$incompat</p>"; |
|---|
| | 22 | echo "</div>\n"; |
|---|