mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 13:11:52 +02:00
*** empty log message ***
This commit is contained in:
parent
513dc49f33
commit
9532b4fc1e
BIN
e107_plugins/metaweblog/images/wlw/comments_32.png
Normal file
BIN
e107_plugins/metaweblog/images/wlw/comments_32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
e107_plugins/metaweblog/images/wlw/e107_icon_32.png
Normal file
BIN
e107_plugins/metaweblog/images/wlw/e107_icon_32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
e107_plugins/metaweblog/images/wlw/e107_icon_32_wat.png
Normal file
BIN
e107_plugins/metaweblog/images/wlw/e107_icon_32_wat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
61
e107_plugins/metaweblog/wlwmanifest.php
Normal file
61
e107_plugins/metaweblog/wlwmanifest.php
Normal file
@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
if (!defined('e107_INIT'))
|
||||
{
|
||||
require_once("../../class2.php");
|
||||
}
|
||||
|
||||
if(e107::isInstalled('metaweblog'))
|
||||
{
|
||||
|
||||
echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>";
|
||||
?>
|
||||
|
||||
|
||||
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
|
||||
|
||||
<options>
|
||||
<clientType>WordPress</clientType>
|
||||
<supportsKeywords>Yes</supportsKeywords>
|
||||
<supportsGetTags>Yes</supportsGetTags>
|
||||
</options>
|
||||
|
||||
<weblog>
|
||||
<serviceName>e107</serviceName>
|
||||
<imageUrl>images/wlw/e107_icon_32.png</imageUrl>
|
||||
<watermarkImageUrl>images/wlw/e107_icon_32_wat.png</watermarkImageUrl>
|
||||
<homepageLinkText>View site</homepageLinkText>
|
||||
<adminLinkText>Dashboard</adminLinkText>
|
||||
<adminUrl>
|
||||
<![CDATA[
|
||||
<?php echo SITEURLBASE.e_ADMIN_ABS ?>
|
||||
]]>
|
||||
</adminUrl>
|
||||
<postEditingUrl>
|
||||
<![CDATA[
|
||||
<?php echo SITEURLBASE.e_ADMIN_ABS."newspost.php?create.edit." ?>{post-id}
|
||||
]]>
|
||||
</postEditingUrl>
|
||||
</weblog>
|
||||
|
||||
<buttons>
|
||||
<button>
|
||||
<id>0</id>
|
||||
<text>Manage Comments</text>
|
||||
<imageUrl>images/wlw/comments_32.png</imageUrl>
|
||||
<clickUrl>
|
||||
<![CDATA[
|
||||
<?php echo SITEURLBASE.e_ADMIN_ABS."comment.php" ?>
|
||||
]]>
|
||||
</clickUrl>
|
||||
</button>
|
||||
|
||||
</buttons>
|
||||
|
||||
</manifest>
|
||||
|
||||
<?php
|
||||
|
||||
}
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user