Closed (fixed)
Project:
404 Blocks
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 May 2009 at 14:20 UTC
Updated:
13 Jul 2009 at 19:10 UTC
This patch simply adds JS/CSS to the page that has been added by blocks. Since the $scripts and $styles variables have already been set by the time hook_preprocess_page() is run, they need to be set again with the new content after adding the blocks.
| Comment | File | Size | Author |
|---|---|---|---|
| blocks404_js_css.patch | 691 bytes | quicksketch |
Comments
Comment #1
dries arnoldsThanks, I was already wondering why my block js wasn't processed on the 404 page.
The patch works fine.
Comment #2
johnalbinThanks, Nate! :-D
http://drupal.org/cvs?commit=231316