Skip to content

Commit

Permalink
refs #1604 : modified : language resources
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Feb 24, 2012
1 parent 7ed3037 commit 3d485fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions interface/i/entry/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@
} else {
printMobileNavigation($entry, false, false, $paging);
}
?>
<?php
if(!empty($entryPrint)) {
?>
</div>
Expand Down
1 change: 0 additions & 1 deletion interface/i/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
if(empty($suri['id'])) {
printMobileHTMLHeader();
?>

<div data-role="page">
<?php
printMobileHTMLMenu('','list');
Expand Down
3 changes: 1 addition & 2 deletions interface/i/tag/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
$itemsView .= ' <a href="' . $context->getProperty('uri.blog') . '/entry/' . $item['id'] . '" class="link">'.CRLF;
$itemsView .= ' <div class="post">'.CRLF;
$itemsView .= ' <span class="title">' . fireEvent('ViewListTitle', htmlspecialchars($item['title'])) . '</span>'.CRLF;
$itemsView .= ' <span class="description">' . Timestamp::format5($item['published']) . ', ' . 'Comments(' . ($item['comments'] > 0 ? $item['comments'] : 0) . ')' . '</span>'.CRLF;
$itemsView .= ' <span class="description">' . Timestamp::format5($item['published']) . ', ' ._text('댓글'). '(' . ($item['comments'] > 0 ? $item['comments'] : 0) . ')' . '</span>'.CRLF;
$itemsView .= ' </div>'.CRLF;
$itemsView .= ' </a>'.CRLF;
$itemsView .= '</li>'.CRLF;
Expand All @@ -52,5 +52,4 @@
print printMobileListNavigation($paging,'tag/' . $suri['id']);
}
printMobileHTMLFooter();
//printMobileNavigation($entry, false, true);
?>

0 comments on commit 3d485fa

Please sign in to comment.