Changeset 3343

Show
Ignore:
Timestamp:
05/25/07 15:41:54 (20 months ago)
Author:
graphittie
Message:

#354 : Safari에서 myEolin 사용시 모든 anchor 롤오버시 anchor가 사라지는 버그.

  • 포스트 수정화면에서도 CSS가 로딩되도록 변경. [3342]의 누락사항임.
Files:
1 modified

Legend:

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

    r3342 r3343  
    8686        array_push($pluginListForCSS, $tempPlugin['plugin']); 
    8787    } 
    88 } else if ($blogMenu['topMenu'] == 'entry' && $blogMenu['contentMenu'] == 'post') { 
     88} else if ($blogMenu['topMenu'] == 'entry' && ($blogMenu['contentMenu'] == 'post' || $blogMenu['contentMenu'] == 'edit')) { 
    8989    foreach ($eventMappings['AddPostEditorToolbox'] as $tempPlugin) { 
    9090        array_push($pluginListForCSS, $tempPlugin['plugin']);