1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

manifest added

This commit is contained in:
CaMer0n
2009-10-31 01:33:29 +00:00
parent 6af5b08c25
commit f89d7a9b65

View File

@@ -2,7 +2,9 @@
if (!defined('e107_INIT')) { exit; }
echo "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"".SITEURLBASE.e_PLUGIN_ABS."metaweblog/metaweblog.php?rsd\" />\n";
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\" />
";
?>