Changeset 7095

Show
Ignore:
Timestamp:
11/29/08 10:49:33 (6 weeks ago)
Author:
creorix
Message:

refs #1159

  • interface/owner/entry/preview를 위해 필요한 파일 추가
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/library/include.owner.php

    r7071 r7095  
    1818    'database',             // Library 
    1919    'locale', 
     20    'blog.skin', 
    2021    'auth'); 
    2122$__requireModel = array( 
     
    2526    'blog.category', 
    2627    'blog.skin', 
     28    'blog.tag', 
     29    'blog.keyword', 
     30    'blog.archive', 
     31    'blog.notice', 
     32    'blog.link', 
    2733    'blog.fx', 
    2834    'common.plugin',