By johnalbin on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-5.x
Introduced in version:
7.x-5.1
Issue links:
Description:
The 3 lines in config.rb that start with "add_import_path" should be removed (along with the 2 comment lines above them).
In Zen 7.x-5.1, those lines have been replaced with:
# Assuming this theme is in sites/*/themes/THEMENAME, you can add the partials
# included with a module by uncommenting and modifying one of the lines below:
#add_import_path "../../../default/modules/FOO"
#add_import_path "../../../all/modules/FOO"
#add_import_path "../../../../modules/FOO"
Impacts:
Site builders, administrators, editors
Themers