쇼핑몰: #109 접속자집계 표준화 및 스타일 1차 완료
This commit is contained in:
@ -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}
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user