mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
planet, cafeXE 메인 사이트들에 대해서도 RSS를 통합 출력할 수 있게 기능 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6441 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
125d8f829c
commit
83b406492e
12 changed files with 204 additions and 87 deletions
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
$args->default_layout = $vars->default_layout;
|
||||
$args->enable_change_layout = $vars->enable_change_layout;
|
||||
$args->use_rss = $vars->use_rss;
|
||||
foreach($vars as $key => $val) {
|
||||
if(strpos($key,'allow_service_')===false) continue;
|
||||
$args->allow_service[substr($key, strlen('allow_service_'))] = $val;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue