add new styles
This commit is contained in:
@@ -224,8 +224,8 @@ function checkout_kuri($priceslug, $delivery_id = 1){
|
||||
$submit_link = SITE."checkout/$priceslug/$delivery_id";
|
||||
|
||||
|
||||
include VIEWPATH.'checkout.phtml';
|
||||
|
||||
$tempcontent = VIEWPATH.'checkout.phtml';
|
||||
include VIEWPATH.'layout_pay.phtml';
|
||||
|
||||
}
|
||||
|
||||
@@ -249,8 +249,10 @@ function status_kuri($order_id){
|
||||
$buy_id = db_get($buy_find);
|
||||
|
||||
|
||||
include(VIEWPATH.'order_status.phtml');
|
||||
|
||||
//$tempcontent = VIEWPATH.'order_status.phtml';
|
||||
//include VIEWPATH.'order_status.phtml';
|
||||
$tempcontent = VIEWPATH.'order_status.phtml';
|
||||
include VIEWPATH.'layout_pay.phtml';
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user