5.3 버전 내용 적용
This commit is contained in:
@ -35,9 +35,10 @@ if($info['license_uri']) {
|
||||
?>
|
||||
|
||||
<div id="theme_detail">
|
||||
<div class="thdt_img"><?php echo $screenshot; ?></div>
|
||||
<div class="thdt_if">
|
||||
<h2><?php echo $name; ?></h2>
|
||||
<h2><?php echo $name; ?></h2>
|
||||
<div class="theme_dt_img"><?php echo $screenshot; ?></div>
|
||||
<div class="theme_dt_if">
|
||||
<p><?php echo get_text($info['detail']); ?></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th scope="row">Version</th>
|
||||
@ -52,8 +53,10 @@ if($info['license_uri']) {
|
||||
<td><?php echo $license; ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p><?php echo get_text($info['detail']); ?></p>
|
||||
<div class="theme_dt_btn">
|
||||
<a href="./theme_preview.php?theme=<?php echo $theme; ?>" class="theme_pr btn_03" target="theme_preview">미리보기</a>
|
||||
<button type="button" class="close_btn">닫기</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user