$site="credits";$site2="";?>
$d=2;
if(isset($_GET["d"])){$d=$_GET["d"];}
if($d==""){$d=2;}
?>
if($d==2){?> . ".word_lang("balance"));?>}
if($d==1){?> }
?>
if($d==1)
{
if($site_fortumo_account!="")
{
if(!isset($_GET["type"]))
{
include("credits_select.php");
}
else
{
if($_GET["type"]=="mobile")
{
include("credits_mobile.php");
}
else
{
include("credits_buy.php");
}
}
}
else
{
include("credits_buy.php");
}
}
if($d==2)
{
include("credits_list.php");
}
?>