불필한 const varname -> string 대체 제거.

필요할 곳은 나중에 처리하는 것으로.
This commit is contained in:
2018-03-19 22:26:07 +09:00
parent c44b836e3e
commit 280e81250c
17 changed files with 46 additions and 96 deletions
+3 -3
View File
@@ -44,7 +44,7 @@ $userGrade = $member['GRADE'];
</head>
<body>
<?php include(MANAGE.W.FRAME); ?>
<?php include("manage".W."Frame.php"); ?>
<?php
if($member['GRADE'] >= 6) {
include('member/Frame.php');
@@ -100,8 +100,8 @@ if($userGrade >= 6){
<div id="user_info">
<div class="bg2 section_title with_border">계 정 관 리</div>
<div class="center_ordered_items with_border bg0">
<input id="btn_user_manage" class="with_skin" type="button" value="비밀번호 & 전콘 & 탈퇴">
<input id="btn_logout" class="with_skin" type="button" value="로 그 아 웃">
<button id="btn_user_manage" class="with_skin">비밀번호 &amp; 전콘 &amp; 탈퇴</button>
<button id="btn_logout" class="with_skin">로 그 아 웃</button>
</div>
</div>