mirror of
https://github.com/Tailszefox/Pony-Fusion.git
synced 2024-11-23 14:27:59 +01:00
Added class for styling.
This commit is contained in:
parent
f9f98450de
commit
b38896f231
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ if(!empty($from) && !empty($to))
|
||||||
|
|
||||||
<p><a href="<?php echo $imgUrl ?>"><img id="resultImage" src="<?php echo $imgUrl ?>" /></a></p>
|
<p><a href="<?php echo $imgUrl ?>"><img id="resultImage" src="<?php echo $imgUrl ?>" /></a></p>
|
||||||
|
|
||||||
<p> Source: <a href="<?php echo $ponies[$from]["source"] ?>" id="sourceLink"><?php echo $ponies[$from]["source"] ?></a><br />
|
<p id="resultBottom"> Source: <a href="<?php echo $ponies[$from]["source"] ?>" id="sourceLink"><?php echo $ponies[$from]["source"] ?></a><br />
|
||||||
<a href="<?php echo $linkUrl ?>">Permalink to this fusion</a></p>
|
<a href="<?php echo $linkUrl ?>">Permalink to this fusion</a></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue