blob: 67fdf8b5d4f8ab66b4408b141018ea4e37603d77 (
plain)
1
2
3
4
5
6
7
8
9
|
<?% BLOCK link %?>
<div align="center" style='position:absolute'>
<img src="images/linkbg.png" width="<?% text.length * 5 %?>">
<div style='position:absolute; top:10px; left:10px;'>
<?% text %?>%
</div>
<?% END %?>
</div>
<?% END %?>
|