diff --git a/CardController.php b/CardController.php index eb1319e..21189ee 100644 --- a/CardController.php +++ b/CardController.php @@ -21,7 +21,7 @@ public function show_info($name, $email, $web) $arrText = explode("\n", wordwrap($text, 20, "\n")); $im = @imagecreate(300, 150); //creates an image - $background_color = imagecolorallocate($im, 255, 255, 255); //sets image background color + $background_color = imagecolorallocate($im, 255, 255, 255); //sets image background color - just $y = 15; //vertical position of text foreach ($arrText as $arr) { $textclr = imagecolorallocate($im, 0, 0, 0); //sets text color diff --git a/Footer.php b/Footer.php index f1e0a11..8804a05 100644 --- a/Footer.php +++ b/Footer.php @@ -28,7 +28,7 @@

- Copyright © 2018 Business Card Generator + Copyright © 2018 - 2021 Business Card Generator