Skip to content

Commit

Permalink
refs #1249
Browse files Browse the repository at this point in the history
  * guestbook 기능 추가
  * 메뉴에 링크 추가
  • Loading branch information
inureyes committed Nov 28, 2009
1 parent 55d434a commit 642fd16
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions interface/i/guestbook/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php
/// Copyright (c) 2004-2009, Needlworks / Tatter Network Foundation
/// All rights reserved. Licensed under the GPL.
/// See the GNU General Public License for more details. (/documents/LICENSE, /documents/COPYRIGHT)
define('__TEXTCUBE_IPHONE__', true);
require ROOT . '/library/preprocessor.php';
requireView('iphoneView');
?>
<div id="guestbook_<?php echo time();?>" title="Guestbook" selected="false">
<?php
printIphoneCommentView(0);
?>
</div>
8 changes: 4 additions & 4 deletions library/view/iphoneView.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ function printIphoneHtmlHeader($title = '') {
</div>
<div class="toolbar shortcut">
<ul>
<li><?php echo _text('글목록');?></li>
<li><?php echo _text('댓글');?></li>
<li><?php echo _text('트랙백');?></li>
<li><?php echo _text('방명록');?></li>
<li><a href="<?php echo $blogURL;?>"><?php echo _text('글목록');?></a></li>
<li><a href="<?php echo $blogURL;?>/comment"><?php echo _text('댓글');?></a></li>
<li><a href="<?php echo $blogURL;?>/trackback"><?php echo _text('트랙백');?></a></li>
<li><a href="<?php echo $blogURL;?>/guestbook"><?php echo _text('방명록');?></a></li>
</ul>
</div>

Expand Down

0 comments on commit 642fd16

Please # to comment.