1 Open the following files:
'content/*theme*/html/ecards/ecard-recently-sent.htm
content/*theme*/html/ecards/ecard-popular-link.htm
content/*theme*/html/ecards/ecard-recently-viewed.htm
content/*theme*/html/footer-latest-ecards.htm' files:
After
<a href="{url}" title="{title}">{text}</a>
Add
<div class="stats">{stats}</div>
2 Open the 'content/*theme*/footer.tpl.php' file and add the following before the closing body tag:
<?php
echo $this->SEC_TOKEN;
?>
3 Open the following files:
content/*theme*/ecard-pickup.tpl.php
content/*theme*/ecard-compose.tpl.php
content/*theme*/footer.tpl.php
Add in the captcha option (refer to new files)
<?php
echo $this->CAPTCHA;
?>
4 Update the following files for multiple recipient & poems (where applicable). Refer to
the latest version files:
content/*theme*/ecard-compose.tpl.php (Multiple Recipients, Poems)
content/*theme*/ecard-preview.tpl.php (Poems)
content/*theme*/ecard-view.tpl.php (Poems)