-
- Downloads
- Patch #21855 by TDobes: the recent commit of phptemplate caused a number of...
- Patch #21855 by TDobes: the recent commit of phptemplate caused a number of problems for non-phptemplate themes. A patch is attached to address these issues. Changes include: * parsing of the primary/secondary links has been moved out of phptemplate and into theme_get_setting. * unnecessary and XHTML-invalidating duplicate div#help removed from themes/bluemarine/page.tpl.php (this is already generated by theme_help) * weird generation of the "edit primary/secondary links" messages removed from bluemarine and placed in theme.inc * unnecessary changes to themes/bluemarine/style.css rolled back (the phptemplate bluemarine had an older version of style.css than the one in core) * chameleon updated to work with new link scheme (passes links through theme_links)
parent
381980cb
No related branches found
No related tags found
Showing
- includes/theme.inc 32 additions, 6 deletionsincludes/theme.inc
- modules/system.module 4 additions, 4 deletionsmodules/system.module
- modules/system/system.module 4 additions, 4 deletionsmodules/system/system.module
- themes/bluemarine/page.tpl.php 3 additions, 3 deletionsthemes/bluemarine/page.tpl.php
- themes/bluemarine/style.css 6 additions, 1 deletionthemes/bluemarine/style.css
- themes/chameleon/chameleon.theme 2 additions, 2 deletionsthemes/chameleon/chameleon.theme
- themes/engines/phptemplate/phptemplate.engine 2 additions, 33 deletionsthemes/engines/phptemplate/phptemplate.engine
Please register or sign in to comment