Ana içeriğe atla

Drupal 'da Duruma Göre CSS ve JS Dosyası Eklemek

Seda Aktepe
Seda Aktepe Front End Developer
5 dakika okuma süresi

Bazı durumlarda, bir if sorgusuyla duruma göre CSS ve JS dosyaları yüklememiz gerekebilir. Bunun için /sites/all/themes/tema_adi/template.php içerisinde TEMA_ADI_preprocess_html fonksiyonunu kullanabiliriz.

function TEMA_ADI_preprocess_html(&$vars) {

     if(sorgulanmak istenen durum) {

          drupal_add_css( drupal_get_path('theme', 'TEMA_ADI') .'/css/css_dosyasi.css')

          drupal_add_js( drupal_get_path('theme', 'TEMA_ADI') .'/js/js_dosyasi.js')

     }

}

Ofislerimiz

Drupart Locations

Ofislerimiz

Drupart AR-GE

GOSB Teknopark Hi-Tech Bina 3.Kat B3 Gebze - KOCAELİ

+90 262 678 8872

+90 216 706 12 58 

[email protected]

Londra

151 West Green Road, London, England

+44 203 815 6478

[email protected]

Newark

112 Capitol Trail Suite, A437 Newark DE, 19711

+1 (740) 666 6255

[email protected]

Wiesbaden

Hinterbergstraße 27
65207 Wiesbaden
Deutschland

+49 (0) 6151 – 492 70 23

[email protected]