5.3 버전 내용 적용

This commit is contained in:
thisgun
2018-03-30 17:40:37 +09:00
parent 87fdbc7882
commit f7ac06d7d4
733 changed files with 36660 additions and 11623 deletions

View File

@ -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>