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; ?> -

9 ? mb_substr($b['name'], 0, 9).'…' : $b['name']; ?>

-

-

XMR /

+ <?= $fname; ?> +

9 ? mb_substr($b['name'], 0, 9).'…' : $b['name']; ?>

+

+

XMR /

-
<?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; ?>