short open tag off

This commit is contained in:
gnuboard
2013-04-25 14:29:42 +09:00
parent e53639b07d
commit 67881a5d6f
253 changed files with 3188 additions and 3194 deletions

View File

@ -1,11 +1,11 @@
<?
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
include_once(G4_MOBILE_PATH.'/_head.php');
?>
<!-- 메인화면 최신글 시작 -->
<?
<?php
// 최신글
$sql = " select bo_table from {$g4['board_table']} where bo_device <> 'pc' order by gr_id, bo_table ";
$result = sql_query($sql);
@ -20,6 +20,6 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
?>
<!-- 메인화면 최신글 끝 -->
<?
<?php
include_once(G4_MOBILE_PATH.'/_tail.php');
?>