1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-11 02:24:15 +02:00

correcting links to image

This commit is contained in:
Mikael Roos
2014-05-20 01:04:26 +02:00
parent 9707065b9e
commit 98d971204f

View File

@@ -67,7 +67,7 @@ $testcase = array(
<?php foreach($testcase as $tc) : ?>
<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>
<?php endforeach; ?>