Show
Ignore:
Timestamp:
05/21/07 01:56:13 (20 months ago)
Author:
inureyes
Message:

#408

  • 팀블로그 소스 이식
  • 차칸아이님 소스 기반으로 태터툴즈 코드 일관성 유지를 위하여 전체적으로 수정하였음.
    • 아직 멀었다.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/blog/owner/center/dashboard/index.php

    r3138 r3299  
    458458} 
    459459 
     460// 팀블로그 :: 관리자 권한이 없으면 센터를 편집할수없다. 
     461 
     462if(!empty($ac)){ 
     463 
    460464if (!isset($_REQUEST['edit'])) { 
    461465?> 
     
    508512} 
    509513 
     514} // End TeamBlog 
     515 
    510516require ROOT . '/lib/piece/owner/footer.php'; 
    511517?>