|
|
|
EL PORTAL
DE TRES ARROYOS |
|
Actualizado a las 19:06 hs.
|
|
|
 |
|
|
|
if (eregi("block-Infix_Como_Registrarse.php",$PHP_SELF)) {
Header("Location: ../index.php");
die();
}
require_once("mainfile.php");
global $user;
if (!is_user($user)) {
$texto="Registrarse en Infix";
$vinculo ="modules.php?name=Your_Account&op=new_user";
}
else
{
$texto="Cerrar sesión";
$vinculo ="modules.php?name=login&op=logout";
}
$tmpl_file = "themes/infix/blocks/como_registrarse.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$content=\"".$thefile."\";";
eval($thefile);
?>
| En este momento no existe contenido para este bloque. |
| |
Cotizaciones |
| . |
Dólar |
Compra |
Venta |
| . |
Libre |
$
|
$
|
|
if (eregi("block-Infix_Marquesina.php",$PHP_SELF)) {
Header("Location: ../index.php");
die();
}
require_once("mainfile.php");
$tmpl_file = "themes/infix/blocks/marquesina.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$content=\"".$thefile."\";";
eval($thefile);
?>
| En este momento no existe contenido para este bloque. |
|