Due to the recently introduced clean URLs, each theme has to specify a base href. The following themes should be updated:

themes/yarooned/yarooned.theme
themes/shampoo/shampoo.theme
themes/frisbee/frisbee.theme
themes/jeroen/jeroen.theme
themes/yaroon/yaroon.theme
themes/somethingspecial/somethingspecial.theme
themes/light_and_simple_blues/light_and_simple_blues.theme
themes/sunflower/sunflower.theme
themes/polder/polder.theme
themes/interlaced/interlaced.theme
themes/smooth_blue/smooth_blue.theme
themes/xsilver/xsilver.theme
themes/tableless/tableless.theme
themes/bluerobot/2column/bluerobot2.theme
themes/bluerobot/bluerobot.theme
themes/XTemplate_Tableless/XTemplate_Tableless.theme
themes/stylebox/stylebox.theme
themes/goofy/goofy.theme
themes/basic/basic.theme
themes/blueish/blueish.theme

Comments

ax’s picture

fixed this in all contrib themes (and removed some unmaintained themes from HEAD branch). now the only theme w/o base_url is theme.inc::header(). please someone with core repos write access fix this.

al’s picture

Verified:

$ grep -lr base\ href */*
XTemplate_Tableless/XTemplate_Tableless.xhtmpl
adc/adc.theme
basic/basic.theme
blueish/blueish.theme
bluemarine/bluemarine.theme
bluerobot/2column/bluerobot2.theme
bluerobot/bluerobot.theme
frisbee/frisbee.theme
goofy/goofy.theme
interlaced/interlaced.theme
jeroen/jeroen.theme
polder/polder.theme
smarty/tableless/header.tpl
smarty/tables/header.tpl
smooth_blue/smooth_blue.theme
somethingspecial/somethingspecial.theme
stylebox/stylebox.theme
sunflower/sunflower.theme
tableless/tableless.theme
xsilver/xsilver.theme
$ ls */*.theme
XTemplate_Tableless/XTemplate_Tableless.theme
adc/adc.theme
basic/basic.theme
blueish/blueish.theme
bluemarine/bluemarine.theme
bluerobot/bluerobot.theme
frisbee/frisbee.theme
goofy/goofy.theme
interlaced/interlaced.theme
jeroen/jeroen.theme
polder/polder.theme
smarty/smarty.theme
smooth_blue/smooth_blue.theme
somethingspecial/somethingspecial.theme
stylebox/stylebox.theme
sunflower/sunflower.theme
tableless/tableless.theme
xsilver/xsilver.theme

Am sending patch to Dries for theme.inc

ax’s picture

patch for theme.inc is in CVS - CLOSING this.