mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
RSS 주소 링크 안뜨는 문제 수정, RSS 링크-리라이트 모드 사용시 규칙에 따라 간단한 주소 사용
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6485 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6322c88e2a
commit
9da646c2b2
4 changed files with 50 additions and 9 deletions
|
|
@ -43,9 +43,6 @@
|
|||
<!--@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="{$atom_url}" />
|
||||
<!--@elseif(Context::isInstalled() && $site_module_info->mid == $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','atom')}" />
|
||||
<!--@end-->
|
||||
|
||||
{@ $ssl_actions = Context::getSSLActions() }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue