Changeset 5912 for trunk/interface/owner/skin/coverpage/index.php
- Timestamp:
- 05/10/08 01:25:04 (8 months ago)
- Files:
-
- 1 modified
-
trunk/interface/owner/skin/coverpage/index.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/skin/coverpage/index.php
r5905 r5912 4 4 /// See the GNU General Public License for more details. (/doc/LICENSE, /doc/COPYRIGHT) 5 5 require ROOT . '/lib/includeForBlogOwner.php'; 6 $tabsClass['cover'] = true; 6 7 requireLibrary('blog.skin'); 7 8 requireModel("blog.sidebar"); … … 235 236 <h2 class="caption"><span class="main-text"><?php echo _t('표지를 관리합니다');?></span></h2> 236 237 <?php 238 require ROOT . '/lib/piece/owner/skinTab.php'; 239 ?> 240 241 <?php 237 242 if(isset($skin->cover)) { 238 243 ?> … … 263 268 $errmsg = '사용중인 표지 플러그인이 없습니다.'; 264 269 ?> 265 <ul id="coverpage-tabs-box" class="tabs-box ">270 <ul id="coverpage-tabs-box" class="tabs-box right"> 266 271 <li class="selected"><a id="default-mode-button" class="button" href="<?php echo $blogURL;?>/owner/skin/coverpage" title="<?php echo _t('실제 출력되는 내용을 직접 볼 수 있는 기본 모드입니다.');?>"><?php echo _t('기본모드');?></a></li> 267 272 </ul> … … 285 290 } 286 291 ?> 287 <ul id="coverpage-tabs-box" class="tabs-box ">292 <ul id="coverpage-tabs-box" class="tabs-box right"> 288 293 <li<?php echo $defaultModeSelected ? ' class="selected"' : NULL;?>><a id="default-mode-button" class="button" href="<?php echo $blogURL;?>/owner/skin/coverpage" title="<?php echo _t('실제 출력되는 내용을 직접 볼 수 있는 기본 모드입니다.');?>"><?php echo _t('기본모드');?></a></li> 289 294 <li<?php echo $safeModeSelected ? ' class="selected"' : NULL;?>><a id="safe-mode-button" class="button" href="<?php echo $blogURL;?>/owner/skin/coverpage?safe" title="<?php echo _t('태그를 사용하지 않아 레이아웃이 깨질 위험이 없는 모드입니다.');?>"><?php echo _t('안전모드');?></a></li>
