khanat-opennel-code/code/web/app/app_achievements/include/ach_render_ig.php
SirCotare@Medivh 48775aa07c #1470 initial test :)
--HG--
branch : gsoc2012-achievements
2012-05-14 20:24:58 +02:00

21 lines
No EOL
601 B
PHP

<?php
function ach_render_box_done($content) {
return "<table bgcolor='#FFFFFF' cellspacing='1' cellpadding='0'>
<tr>
<td><table cellspacing='2' cellpadding='0' bgcolor='#B4B4B4'>
<tr>
<td><table cellspacing='1' cellpadding='0' bgcolor='#FFFFFF'>
<tr>
<td><table cellspacing='1' cellpadding='0' bgcolor='#B4B4B4'>
<tr>
<td width='450px' height='50px' align='center' valign='middle'>".$content."</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>";
}
?>