Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/02/2008, 11:40
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: problemas con bookmark_fns.php ¿?

Prueba cargándola asi:
Código PHP:
require_once("etc/bookmark_fns.php");
 
start_session();
 
do_html_header("");
 
display_site_info();
 
display_longin_form();
 
do_html_footer(); 
Saludos.