Просмотр файла MyLounge/myred/help.php

Размер файла: 2.4Kb
<?php
include("include/vars.php");
require("include/functions.php");
$lang=setlanguage();
require("language/$lang");
?>
<html>
<head>
<title><?php echo $pagetitle ?></title>
<link href="template/style.css" type=text/css rel=STYLESHEET>
</head>
<body>
<?php
if($do=='title') {
?>
<table cellspacing="1" cellpadding="3" border="0" width="400" align="center">
<tr>
<td>
<?php echo $text_107 ?><br><br>
<b><?php echo $pagetitle ?></b>
</td>
</tr>
</table>
<?php
	}
if($do=='cat') {
?>
<table cellspacing="1" cellpadding="3" border="0" width="400" align="center">
<tr>
<td>
<?php echo $text_108 ?>
</td>
</tr>
</table>
<?php
	}

if($do=='target_signup') {
?>
<table cellspacing="1" cellpadding="3" border="0" width="400" align="center">
<tr>
<td>
<?php echo $text_109 ?>
</td>
</tr>
</table>
<?php
	}
if($do=='description') {
?>
<table cellspacing="1" cellpadding="3" border="0" width="400" align="center">
<tr>
<td>
<?php echo $text_110 ?>
</td>
</tr>
</table>
<?php
	}
if($do=='keywords') {
?>
<table cellspacing="1" cellpadding="3" border="0" width="400" align="center">
<tr>
<td>
<?php echo $text_111 ?>
</td>
</tr>
</table>
<?php
	}
if($do=='target') {
?>
<table cellspacing="1" cellpadding="3" border="0" width="400" align="center">
<tr>
<td>
<?php echo $text_112 ?>
</td>
</tr>
</table>
<?php
	}
if($do=='revisit') {
?>
<table cellspacing="1" cellpadding="3" border="0" width="400" align="center">
<tr>
<td>
<?php echo $text_113 ?>
</td>
</tr>
</table>
<?php
	}
if($do=='link') {
?>
<table cellspacing="1" cellpadding="3" border="0" width="400" align="center">
<tr>
<td>
<?php echo $text_114 ?>
</td>
</tr>
</table>
<?php
	}
if($do=='linktext') {
?>
<table cellspacing="1" cellpadding="3" border="0" width="400" align="center">
<tr>
<td>
<?php echo $text_115 ?>
</td>
</tr>
</table>
<?php
	}
if($do=='addittext') {
?>
<table cellspacing="1" cellpadding="3" border="0" width="400" align="center">
<tr>
<td>
<?php echo $text_116 ?>
</td>
</tr>
</table>
<?php
	}
if($do=='adtype') {
?>
<table cellspacing="1" cellpadding="3" border="0" width="400" align="center">
<tr>
<td>
<?php echo $text_117 ?>
</td>
</tr>
</table>
<?php
	}
if($do=='robots') {
?>
<table cellspacing="1" cellpadding="3" border="0" width="400" align="center">
<tr>
<td>
<?php echo $text_118 ?>
</td>
</tr>
</table>
<?php
	}
?>
</body>
</html>