Changeset 1674:00146501e490 for plugins
- Timestamp:
- 09/01/13 03:16:29 (12 years ago)
- Branch:
- pingbacks
- Children:
- 1675:23613441b822, 1676:ae97601883d2
- Location:
- plugins/pages
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/_public.php
r1179 r1674 181 181 182 182 # The entry 183 if ($_ctx->posts->trackbacksActive()) { 184 header('X-Pingback: '.$core->blog->url.$core->url->getURLFor("xmlrpc",$core->blog->id)); 185 } 183 186 $core->tpl->setPath($core->tpl->getPath(), dirname(__FILE__).'/default-templates'); 184 187 self::serveDocument('page.html'); -
plugins/pages/default-templates/page.html
r725 r1674 25 25 <link rel="top" href="{{tpl:BlogURL}}" title="{{tpl:lang Home}}" /> 26 26 <link rel="contents" href="{{tpl:BlogArchiveURL}}" title="{{tpl:lang Archives}}" /> 27 <tpl:EntryIf pings_active="1"><link rel="pingback" href="{{tpl:BlogXMLRPCURL}}" /></tpl:EntryIf> 27 28 28 29 <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
Note: See TracChangeset
for help on using the changeset viewer.