por cierto tengo mootools, moodalbox, slimbox, mootabs, e sis correspondientes sitios funcionan perfectamente incluso copie su mootools que tienen en linea y sus js todito como esta en cu codigo pero el mio no funciona
Código PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<base href="<? echo "$siteurl";?>" />
<title><? echo "$sitename";?> <? echo "$pgs";?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="language" content="es"/>
<meta name="robots" content="follow, all"/>
<meta name="author" content="<? echo "$sitename";?>" />
<meta name="description" content="<? echo "$descripcion";?>" />
<meta name="keywords" content="<? echo "$meta";?>" />
<link rel="shortcout icon" href="<? echo "$siteurl";?>images/favicon.ico" />
<link href="styles/normal.css" rel="stylesheet" type="text/css" />
<? echo "$csss";?>
<link rel="alternate" type="application/rss+xml" title="RSS" href="<? echo "$siteurl";?>noticias.xml" />
<script src="js/mootools.js" type="text/javascript"></script>
<script src="js/swfobject.js" type="text/javascript"></script>
<? echo "$script";?>
</head>
<body>
Código PHP:
$script = "<script type=\"text/javascript\" src=\"js/slimbox.js\"></script>\r\n";
$script .= "<script type=\"text/javascript\" src=\"js/contacto.js\"></script>\r\n";
$csss = "<link rel=\"stylesheet\" href=\"styles/contacto.css\" type=\"text/css\" media=\"screen\" />\r\n";
$csss .= "<link rel=\"stylesheet\" href=\"styles/slimbox.css\" type=\"text/css\" media=\"screen\" />\r\n";
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <base href="http://localhost/normal/" /> <title>Escuela Particular Normal Superior ''Lic. Benito Juarez'' A.C. / Contacto</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="language" content="es"/> <meta name="robots" content="follow, all"/> <meta name="author" content="Escuela Particular Normal Superior ''Lic. Benito Juarez'' A.C." /> <meta name="description" content="Escuela Particular Normal de el Estado de Morelos, Escuela Particular normal Superior Lic. Benito Juarez A. C." /> <meta name="keywords" content="Escuela, escuela, Particular, particular, Normal, normal, Superior, superior, Lic, lic, Benito, benito, Juarez, Juarez, Juárez, juárez, Escuela particular normal superior lic benito juarez, ESCUELA PARTICULAR NORMAL SUPERIOR LIC. BENITO JUAREZ, normal Normal, normalista Normalista, Licenciaturas, licenciaturas, especialidades, Especialidades, español, Español, Matematicas, matematicas, geografia, Geografia, Biologia, biologia, Telesecundaria, telesecundaria, educacion fisica, Educacion Fisica, Historia, historia, Quimica, quimica, formacion, Formacion, civica, Civica, Etica, Etica,, Secundaria, secundaria, Secundarias, Morelos, morelos, Cuernavaca, cuernavaca, maestro, Maestro, Profesor, profesor, convocatoria, Convocatoria, nuevo, Nuevo, Ingreso, ingreso, snte, SNTE, snte19, SNTE19, 19, Seccion, seccion, Seccion19, seccion19, edu, Edu, Educacion, educacion, especialista, conoce, Conoce, Especialista, Escuelas, escuelas, Normales, normales, internet, escuelas, normales, internet, " /> <link rel="shortcout icon" href="http://localhost/normal/images/favicon.ico" /> <link href="styles/normal.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="styles/contacto.css" type="text/css" media="screen" /> <link rel="stylesheet" href="styles/slimbox.css" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="http://localhost/normal/noticias.xml" /> <script src="js/mootools.js" type="text/javascript"></script> <script src="js/swfobject.js" type="text/javascript"></script> <script type="text/javascript" src="js/slimbox.js"></script> <script type="text/javascript" src="js/contacto.js"></script> </head>
Saludos!!