mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1528 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5f0166882b
commit
227f7c686b
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
// called_position가 after_module_proc일때 rsd태그 삽입
|
||||
if($called_position == 'after_module_proc') {
|
||||
// 현재 모듈의 rsd주소를 만듬
|
||||
$rsd_url = sprintf('%s%s/api', Context::getRequestUri(), $this->module);
|
||||
$rsd_url = sprintf('%s%s/api', Context::getRequestUri(), $this->mid);
|
||||
|
||||
// 헤더에 rsd태그 삽입
|
||||
Context::addHtmlHeader(" ".'<link rel="EditURI" type="application/rsd+xml" title="RSD" href="'.$rsd_url.'" />');
|
||||
|
|
@ -330,7 +330,7 @@
|
|||
default :
|
||||
|
||||
$homepagelink = getUrl('','mid',$this->mid);
|
||||
$api_url = sprintf('%s%s/api', Context::getRequestUri(), $this->module);
|
||||
$api_url = sprintf('%s%s/api', Context::getRequestUri(), $this->mid);
|
||||
$content = <<<RSDContent
|
||||
<?xml version="1.0" ?>
|
||||
<rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue