<center>
<?php
/*
******************************************************
*** A-Dater Pro Version 2 ***
*** File name sobrad.php ***
*** Script Owner Alfacom Systems ***
*** Script Homepage www.a-dater.com ***
*** Licence Terms www.a-dater.com/licence ***
*** ***
*** You need to purchase a license if you want ***
*** to use this script with ads or without the ***
*** reference to www.a-dater.com ***
******************************************************
*/
include('includes/include_check.php');
include('includes/log_check.php');
?>
<div class="sisu_paigutus2">
<b><a href="index.php?leht=sobrad&sobrad=minu"><?php print safe_display($word_384) ?> </a> |
<a href="index.php?leht=sobrad&sobrad=mind"><?php print safe_display($word_385) ?></a> |
<a href="index.php?leht=sobrad&sobrad=vv1"><?php print safe_display($word_386) ?></a> |
<a href="index.php?leht=sobrad&sobrad=vv2"><?php print safe_display($word_387) ?></a>
</b>
<?php
if(isset($_GET['sobrad'])){
switch ($_GET['sobrad']){
case 'minu':
include 'sobrad_minu.php';
break;
case 'mind':
include 'sobrad_mind.php';
break;
case 'vv1':
include 'vv1.php';
break;
case 'vv2':
include 'vv2.php';
break;
}
}
?>
</div>
</center>