Changeset 5914 for trunk/interface/owner/skin/sidebar/index.php
- Timestamp:
- 05/10/08 02:09:57 (7 months ago)
- Files:
-
- 1 modified
-
trunk/interface/owner/skin/sidebar/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/skin/sidebar/index.php
r5912 r5914 233 233 if ($sidebarCount == 0) { 234 234 ?> 235 <ul id="sidebar-tabs-box" class="tabs-box right">235 <ul id="sidebar-tabs-box" class="tabs-box"> 236 236 <li class="selected"><a id="default-mode-button" class="button" href="<?php echo parseURL($blogURL.'/owner/skin/sidebar');?>" title="<?php echo _t('실제 출력되는 내용을 직접 볼 수 있는 기본 모드입니다.');?>"><?php echo _t('기본모드');?></a></li> 237 237 </ul> … … 256 256 } 257 257 ?> 258 <ul id="sidebar-tabs-box" class="tabs-box right">258 <ul id="sidebar-tabs-box" class="tabs-box"> 259 259 <li<?php echo $defaultModeSelected ? ' class="selected"' : NULL;?>><a id="default-mode-button" class="button" href="<?php echo parseURL($blogURL.'/owner/skin/sidebar');?>" title="<?php echo _t('실제 출력되는 내용을 직접 볼 수 있는 기본 모드입니다.');?>"><?php echo _t('기본모드');?></a></li> 260 260 <li<?php echo $safeModeSelected ? ' class="selected"' : NULL;?>><a id="safe-mode-button" class="button" href="<?php echo parseURL($blogURL.'/owner/skin/sidebar?safe');?>" title="<?php echo _t('태그를 사용하지 않아 레이아웃이 깨질 위험이 없는 모드입니다.');?>"><?php echo _t('안전모드');?></a></li>
