mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
10 lines
324 B
PHP
10 lines
324 B
PHP
<?php
|
|
|
|
if (!defined('e107_INIT')) { exit; }
|
|
|
|
echo "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"".SITEURLBASE.e_PLUGIN_ABS."metaweblog/metaweblog.php?rsd\" />
|
|
<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"".SITEURLBASE.e_PLUGIN_ABS."metaweblog/wlwmanifest.php\" />
|
|
";
|
|
|
|
|
|
?>
|