page 모듈의 컨텐츠에 대해서는 공통 컨텐츠 css 적용을 하지 않도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3445 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-31 02:50:44 +00:00
parent 5db2626604
commit 3148047908
2 changed files with 5 additions and 1 deletions

View file

@ -93,6 +93,10 @@
$output = $oModuleController->updateModule($module_info);
if(!$output->toBool()) return $output;
// 해당 페이지에 첨부된 파일의 상태를 유효로 변경
$oFileController = &getController('file');
$oFileController->setFilesValid($module_info->module_srl);
// 캐시파일 재생성
$this->procPageAdminRemoveWidgetCache();

View file

@ -1,4 +1,4 @@
<div class="xe_content">{$page_content}</div>
<div>{$page_content}</div>
<!--@if($grant->manager)-->
<!--%import("./js/page_admin.js")-->