Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="col-md-6 col-sm-6 hero-feature">
<div class="caption">
<p>
Copyright &copy; 2018 <a class="sn" href="index.php" target="_blank">Business Card Generator</a>
Copyright &copy; 2018 - 2021 <a class="sn" href="index.php" target="_blank">Business Card Generator</a>
</p>
</div>
</div>
Expand Down