Saya terus mendapatkan, "Versi ini tidak kompatibel dengan Drupal 7.x dan harus diganti." kesalahan. Bisakah Anda melihat isi file .info saya dan beri tahu saya apa yang salah dengannya:
name = jeanb
description = sub-theme based on Bartik.
base theme = bartik
engine = phptemplate
stylesheets[all][] = css/jeanb.css
regions[header] = Header
regions[help] = Help
regions[page_top] = Page top
regions[page_bottom] = Page bottom
regions[highlighted] = Highlighted
regions[featured] = Featured
regions[content] = Content
regions[sidebar_first] = Sidebar first
regions[sidebar_second] = Sidebar second
regions[triptych_first] = Triptych first
regions[triptych_middle] = Triptych middle
regions[triptych_last] = Triptych last
regions[footer_firstcolumn] = Footer first column
regions[footer_secondcolumn] = Footer second column
regions[footer_thirdcolumn] = Footer third column
regions[footer_fourthcolumn] = Footer fourth column
regions[footer] = Footer
settings[shortcut_module_link] = 0
; Information added by drupal.org packaging script on 2013-04-03
version = "7.22"
project = "drupal"
datestamp = "1365027012"
Terima kasih!
Jawaban:
Sesuai tema Menulis file .info ,
core
adalah kunci yang diperlukan. Anda hanya perlu menambahkanuntuk membuat tema Anda kompatibel dengan Drupal 7.
sumber
Anda harus memasukkan ini:
region [content] = Konten
Ini baru di Drupal 7, sekarang konten adalah blok.
sumber
core = 7.x
pada instalasi 7.31 saya.