답변 감사합니다.
잘 안 되네요.
소스입니다.
</strong></p>
<p><strong><?php</strong></p>
<p><strong>/**
* 커뮤니티 인덱스 페이지
*/
if (!defined('_INDEX_')) {
define('_INDEX_', true);
}</strong></p>
<p><strong>if (!defined('_GNUBOARD_')) {
exit;
}</strong></p>
<p><strong>//커뮤니티 미사용시 쇼핑몰
if (G5_COMMUNITY_USE === false) {
include_once G5_THEME_SHOP_PATH . '/index.php';
return;
}</strong></p>
<p><strong>include_once G5_THEME_PATH . '/head.php';</strong></p>
<p><strong>?></strong></p>
<p>
<strong><div class="container">
<div class="row row-cols-sm-1 row-cols-lg-3">
<!-- 최신글 하나만
<div class="col">
<?php echo latest('theme/basic', 'notice', 10, 90); ?>
</div>
<div class="col">
<?php echo latest('theme/basic', 'qa', 10, 90); ?>
</div>
--></strong></p>
<p><strong> <div class="col">
<style type="text/css">
.row-cols-lg-3 {width: 100%}
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="150" align="left" valign="top"></strong></p>
<p><strong> <?php echo latest('theme/basic', 'free', 20, 90); ?>
</td>
</tr></strong></p>
<p><strong> </table>
</style>
</div>
</div>
</div></strong></p>
<p><strong><!-- 갤러리 사용 안 함
<div class="container">
<?php echo latest('theme/gallery', 'gallery', 8, 60); ?>
</div>
--></strong></p>
<p><strong><?php
include_once(G5_THEME_PATH . '/tail.php');</strong></p>
<p><strong>