Code: Select all
{if $entry_id}
<link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&entry_id={$entry_id}" />
{/if}
Code: Select all
{if $entry_id}
<link rel="pingback" href="{$serendipityBaseURL}comment.php?type=pingback&entry_id={$entry_id}" />
{/if}
Code: Select all
require_once 'HTTP/Request.php';
$phpSelfParts = split('\?', $_SERVER['PHP_SELF']);
$s9yUri = BASE_URL . '/serendipity/?'.@$phpSelfParts[1];
$req = &new HTTP_Request($s9yUri);
$req->sendRequest();
$output->blogData = $req->getResponseBody();