Ver Mensaje Individual
  #13 (permalink)  
Antiguo 22/08/2011, 20:34
Avatar de NUCKLEAR
NUCKLEAR
Moderador radioactivo
 
Fecha de Ingreso: octubre-2005
Ubicación: Cordoba-Argentina
Mensajes: 5.688
Antigüedad: 18 años, 5 meses
Puntos: 890
Respuesta: tipo de contenido y cck

No hace falta bajar el Jquery, Drupal ya trae el suyo incorporado. Para que se llame automaticamente solo debes guardar tu script y llamarlo desde tu THEME.info:

Ejm:


Código PHP:
Ver original
  1. version = VERSION
  2. core = 6.x
  3. engine = phptemplate
  4. stylesheets[all][] = style.css
  5. stylesheets[print][] = print.css
  6.  
  7. scripts[] = miscript.js (Al agregar un file automaticamente Drupal llama a jquery)
  8. ; Information added by drupal.org packaging script on 2010-12-15
  9. version = "6.20"
  10. project = "drupal"
  11. datestamp = "1292447788"
  12.  
  13. features[] = favicon
__________________
Drupal Argentina