From 05b90acea2c1b04a937ca1f6f0b751b0cb5ea941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Thu, 25 Aug 2022 22:19:21 +0900 Subject: [PATCH] =?UTF-8?q?echo=E7=9F=AD=E7=B8=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/include/header.php | 18 +++++++++--------- www/index.php | 8 ++++---- www/item.php | 18 +++++++++--------- www/shipping.php | 2 +- www/shipping/1.php | 32 ++++++++++++++++---------------- www/shipping/2.php | 2 +- 6 files changed, 40 insertions(+), 40 deletions(-) diff --git a/www/include/header.php b/www/include/header.php index 63fe3c6..046c542 100644 --- a/www/include/header.php +++ b/www/include/header.php @@ -2,12 +2,12 @@ - <?php echo STORE_NAME; ?> + <?= STORE_NAME; ?> - +
-
-

+

- +
-

+

diff --git a/www/index.php b/www/index.php index d2f9e66..847a018 100644 --- a/www/index.php +++ b/www/index.php @@ -34,10 +34,10 @@ ?> -
<?php echo $fname; ?>
+
<?= $fname; ?>
-
-
XMR
+
+
XMR
-
-
+
+
-

+

-

+

- - + +
diff --git a/www/shipping.php b/www/shipping.php index 36272c0..461e6cb 100644 --- a/www/shipping.php +++ b/www/shipping.php @@ -82,7 +82,7 @@ if ($err != '') { ?> -
+
- - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + +
diff --git a/www/shipping/2.php b/www/shipping/2.php index 28a8f96..4e97d79 100644 --- a/www/shipping/2.php +++ b/www/shipping/2.php @@ -1,4 +1,4 @@ - <?php echo $address; ?> + <?= $address; ?>