쇼핑몰: #109 접속자집계 표준화 및 스타일 1차 완료

This commit is contained in:
whitedot
2013-04-30 19:53:58 +09:00
parent 2161ff5017
commit f5135d4e1b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* 방문자 집계 */
#visit {background:#444;zoom:1}
#visit {margin:0 0 20px;padding:0 15px;background:#444;zoom:1}
#visit:after {display:block;visibility:hidden;clear:both;content:''}
#visit h2 {float:left;padding:10px 45px 10px 0;color:#fff}
#visit dl {float:left;margin:0 0 0 10px;padding:0}

View File

@ -18,5 +18,5 @@ global $is_admin;
<dt>전체</dt>
<dd><?php echo number_format($visit[4]) ?></dd>
</dl>
<?php if ($is_admin == "super") { ?><a href="<?php echo G4_ADMIN_URL ?>/visit_list.php">상세보기</a><?php } ?>
<?php if ($is_admin == 'super') { ?><a href="<?php echo G4_ADMIN_URL ?>/visit_list.php">상세보기</a><?php } ?>
</section>