Просмотр файла ringtones.php

Размер файла: 931B
<?
require_once('config.inc.php');

require_once('libs/ringtones_soc.inc');

$sRingtonesContent = PlayFonRingtones($sRingtonesUrl, $iResourceId, $sRealtonesGenresExclude);

?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
	<title>Do you like you'r mobile?</title>
	<link rel="STYLESHEET" type="text/css" href="example.css">
</head>

<body>
<table style="width:600px;">
<tr>
<td style="width:150px;"><a href="index.php">Главная страница</a></td>
<td>
Поиск реалтонов:
<form action="ringtones.php">
<input type="hidden" name="region" value="<? echo REGION; ?>">
<input type="text" name="ph_query" value="<? echo (!empty($_REQUEST['ph_query'])?$_REQUEST['ph_query']:'');?>">
<input type="submit" value="Искать">
</form>
</td>
<td style="text-align:right">
</td>
</tr>
<tr>
<td colspan="3">
<? 
	echo $sRingtonesContent;
?>
</td>
</tr>
</table>
</body>
</html>