Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 * 새 글 쓰기를 메뉴를 안 거치고 탭을 통해 가능하도록 함.
  • Loading branch information
inureyes committed May 23, 2008
1 parent 9c4d5de commit 425758e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface/owner/entry/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,7 @@ function closeWhatIsEolin() {
</span></h2>

<ul id="entry-tabs-box" class="tabs-box">
<li class="entry-post"><a href="<?php echo $blogURL;?>/owner/entry/post"><?php echo _t('새 글 쓰기');?></a></li>
<li class="entry-all<?php echo isset($tabsClass['all']) ? ' selected' : NULL;?>"><a href="<?php echo $blogURL;?>/owner/entry?page=1<?php echo $tab['postfix'];?>"><?php echo _t('모든 글');?></a></li>
<!-- <li class="entry-draft<?php echo isset($tabsClass['draft']) ? ' selected' : NULL;?>"><a href="<?php echo $blogURL;?>/owner/entry?page=1<?php echo $tab['postfix'];?>&amp;visibility=draft"><?php echo _t('쓰고 있는 글');?></a></li>-->
<li class="entry-starred<?php echo isset($tabsClass['starred']) ? ' selected' : NULL;?>"><a href="<?php echo $blogURL;?>/owner/entry?page=1<?php echo $tab['postfix'];?>&amp;visibility=starred"><?php echo _t('별표');?></a></li>
Expand Down

0 comments on commit 425758e

Please sign in to comment.