mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
page 모듈의 컨텐츠에 대해서는 공통 컨텐츠 css 적용을 하지 않도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3445 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5db2626604
commit
3148047908
2 changed files with 5 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<div class="xe_content">{$page_content}</div>
|
||||
<div>{$page_content}</div>
|
||||
|
||||
<!--@if($grant->manager)-->
|
||||
<!--%import("./js/page_admin.js")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue