Hi.
how to add this code in footer
<? global $sape; echo $sape->return_links(); ?>
and this code need to add in <body>
<?php
global $sape;
if (!defined('_SAPE_USER')){
define('_SAPE_USER', '***');
}
require_once($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php');
$o['charset'] = 'UTF-8';
$sape = new SAPE_client($o);
unset($o);
?>