File: /home/asjudine/www/encuesta.php
<?php
require_once("mainfile.php");
function themesidebox($title, $content) {
?>
<table width="150" border="0" cellspacing="0" cellpadding="0" align="center" background="ELEMENTOS/adornoencuesta.gif" height="10">
<tr>
<td height="15" width="14"></td>
<td height="15" width="136" align="center"> <font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b><font color="#FFFFFF"><?php echo"$title"; ?></font></b></font></td>
</tr>
</table>
<table width="150" cellspacing="0" cellpadding="0" align="center" bgcolor="#FFFFFF" bordercolor="FFEAD2">
<tr>
<td align="center" bgcolor="#FFFFFF"><?php echo"$content"; ?></td>
</tr>
</table>
<?php
}
function theindex() {
global $section, $dbi, $storyhome, $httpref, $httprefmax, $topicname, $topicimage, $topictext, $datetime, $user, $cookie, $nukeurl, $prefix, $multilingual, $currentlang, $articlecomm;
blocks(left);
}
switch ($op) {
default:
theindex();
}
?>