1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<?php include_once("./_common2.php"); ?> <? include("./Page/common/header.php");//¸®´º¾ó °ü·Ã Çì´õ º¯°æinclude("./Page/common/buy_header.php");?> <div class="wrap">
<div class="contents"> <div class="asideMenu"> <? include("./Page/buy/leftNavi.html"); ?> </div><!-- //leftNavi -->
<div class="subContents"> <h1> <img src="./img/titlebar/buyservice2.jpg" alt="ºÎ°¡¼ºñ½º¼Ò°³"> <p> <span class="home"><a href="intro.php">Home</a></span> <span class="depth">></span> <span class="depth1">Á¦Ç°±¸¸Å</span> <span class="depth">></span> <span class="depth2">ºÎ°¡¼ºñ½º¼Ò°³</span> </p> </h1>
<div class="section"> <p style="text-align:center;"><img src="./img/buy/pointbuynow.png"></p>
<? include("./Page/buy/buyservice.php"); ?>
</div><!-- //section -->
</div><!-- //subContents --> </div><!-- //contents --> </div><!-- //wrap -->
<? include("./Page/common/footer.php"); ?>
|