mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-03 05:07:46 +00:00
20 lines
No EOL
658 B
Smarty
20 lines
No EOL
658 B
Smarty
<div id="group-logo">
|
|
<img src="{{ site.sitePath }}/web-gallery/images/groups/group_icon.gif" alt="" width="46" height="46" />
|
|
</div>
|
|
|
|
<p id="purchase-result-success">
|
|
Congratulations: You are the proud owner of <b>{{ groupName }}</b>
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<div class="new-buttons clearfix">
|
|
<a class="new-button" id="group-purchase-cancel-button" href="#" onclick="GroupPurchase.close(); return false;"><b>Later</b><i></i></a>
|
|
<a class="new-button" href="{{ site.sitePath }}/groups/{{ groupId }}/id"><b>OK, go to page</b><i></i></a>
|
|
</div>
|
|
|
|
</p>
|
|
|
|
<script language="JavaScript" type="text/javascript">
|
|
updateHabboCreditAmounts('{{ deductedCredits }}');
|
|
</script> |