planet, cafeXE 메인 사이트들에 대해서도 RSS를 통합 출력할 수 있게 기능 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6441 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-29 06:45:36 +00:00
parent 125d8f829c
commit 83b406492e
12 changed files with 204 additions and 87 deletions

View file

@ -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;