Skip to content

Commit

Permalink
fix #2136 사이트 디자인 설정에서 설치할 수 있는 자료의 썸네일이 표시되지 않는 문제 고침
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Aug 25, 2017
1 parent c12b47f commit 60afa98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/menu/tpl/sitemap.html
Expand Up @@ -609,7 +609,7 @@ <h1>{$lang->install_other_skins}</h1>
<script id="tmpl_downloadableItem" type="text/x-jquery-tmpl">

<div class="item ${IsInstalled} ${IsUpToDate}">
<img src="http://${ScreenShotURL}" alt="">
<img src="${ScreenShotURL}" alt="">
<h2><a target="_blank" href="${URL}">${MenuType}</a></h2>
<p>${MenuTypeDesc}</p>
<p><i class="starRating score${Score}"><i></i></i> <b class="x_badge">${Score}/${TotalVotes}</b> {$lang->package_update}: <time title="${LastUpdatedWithTime}">${LastUpdated}</time> <i>|</i> {$lang->package_downloaded_count}: ${TotalDownloads}</p>
Expand Down

0 comments on commit 60afa98

Please sign in to comment.