Disculpas, soy nuevo en Drupal..... talvez es algo pequeño, pero se me ha hecho un trabajo grande.
Copio el código de ejemplo de la pagina de ayuda para el Hook, y este trabaja solo hasta la línea 23, el resto no reconoce, intento modificar el Hook, y no se abre el sítio web,
Parse error: syntax error, unexpected '/' in /home/misitio/public_html/sites/all/modules/calendar/calendar.module on line 27.
la parte que al parecer no funciona en mi sitio es:
else if ($date->year > 2008 && $date->month >= 6 && $date->weekday == 'mo') {
// Create a tooltip for each monday after may 2008.
$date->content = ''. $date->day .';
$date->content .= '
';
}
break;
Por favor, solicito ayuda.......
I will try my best to translate
Sorry, I'm new to Drupal ..... maybe it's something small, but I've done a big job.
I copy the example code from the help page for the Hook_calendar block, and this works only up to line 23, the rest does not recognize, try to modify the Hook, and does not open the website,
Parse error: syntax error, unexpected '/' in /home/misitio/public_html/sites/all/modules/calendar/calendar.module on line 27.
the part that apparently does not work on my site is:
else if ($date->year > 2008 && $date->month >= 6 && $date->weekday == 'mo') {
// Create a tooltip for each monday after may 2008.
$date->content = ''. $date->day .';
$date->content .= '
';
}
Please i need your help......
Comments
Comment #1
cachorro commentedplease anybody help me
por favor alguien me ayude
Comment #2
cachorro commented..