mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Atom 1.0 act 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5364 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
375608395e
commit
2b1d083971
4 changed files with 15 additions and 2 deletions
|
|
@ -42,10 +42,10 @@
|
|||
<!--@end-->
|
||||
<!--@if($rss_url)-->
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{$rss_url}" />
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{getUrl('','mid',Context::get('mid'),'act','rss','format','atom')}" />
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{$atom_url}" />
|
||||
<!--@elseif(Context::get('site_module_info')->mid==Context::get('mid'))-->
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{getUrl('','module','rss','act','rss')}" />
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{getUrl('','module','rss','act','rss','format','atom')}" />
|
||||
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{getUrl('','module','rss','act','atom')}" />
|
||||
<!--@end-->
|
||||
|
||||
{@ $ssl_actions = Context::getSSLActions() }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue