Skip to content

Commit

Permalink
refs #1249
Browse files Browse the repository at this point in the history
  * 글주소로 바로 접근할 경우에도 글이 출력되도록 함.
  • Loading branch information
inureyes committed Nov 28, 2009
1 parent 66cc767 commit 443ddfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interface/i/entry/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
if(!empty($suri['id'])) {
list($entries, $paging) = getEntryWithPaging($blogid, $suri['id']);
} else if(!empty($suri['value'])) {
$entryPrint = true;
list($entries, $paging) = getEntryWithPagingBySlogan($blogid, $suri['value']);
printIphoneHtmlHeader();
}

$entry = $entries ? $entries[0] : null;
Expand Down Expand Up @@ -96,5 +98,6 @@
</fieldset>
</div>
<?php
if(!empty($entryPrint)) printIphoneHtmlFooter();
}
?>

0 comments on commit 443ddfd

Please # to comment.