Changeset 5308

Show
Ignore:
Timestamp:
02/20/08 11:31:43 (9 months ago)
Author:
inureyes
Message:

#805

  • 리더를 끌 경우 메뉴에서 리더 대신 환경설정이 사라지는 버그 수정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/piece/owner/header.php

    r5301 r5308  
    3333        ); 
    3434} 
    35 if($service['reader'] === false) array_pop($blogTopMenuItem); 
     35if($service['reader'] === false) { 
     36    if(Acl::check('group.administrators')) array_splice($blogTopMenuItem,3,1); 
     37    else array_splice($blogTopMenuItem,2,1); 
     38} 
    3639 
    3740if(Acl::check('group.creators')) {