mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-13 19:44:16 +02:00
correcting links to image
This commit is contained in:
@@ -67,7 +67,7 @@ $testcase = array(
|
|||||||
<?php foreach($testcase as $tc) : ?>
|
<?php foreach($testcase as $tc) : ?>
|
||||||
<h4><?=$tc?></h4>
|
<h4><?=$tc?></h4>
|
||||||
|
|
||||||
<p><code><a href="img/<?=$image . $tc?>"><?=$image . $tc?></a></code><br>
|
<p><code><a href="<?=$imgphp . $image . $tc?>"><?=$image . $tc?></a></code><br>
|
||||||
<img src="<?=$imgphp . $image . $tc?>"></p>
|
<img src="<?=$imgphp . $image . $tc?>"></p>
|
||||||
|
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
Reference in New Issue
Block a user