projects
/
project/panels.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1da5a7a
)
Pass css_id from panel to layout properly.
author
Earl Miles
Wed, 23 Aug 2006 00:06:12 +0000 (
00:06
+0000)
committer
Earl Miles
Wed, 23 Aug 2006 00:06:12 +0000 (
00:06
+0000)
panels.module
patch
|
blob
|
blame
|
history
diff --git
a/panels.module
b/panels.module
index
85a0d93
..
297a99f
100644
(file)
--- a/
panels.module
+++ b/
panels.module
@@
-684,7
+684,8
@@
function panels_panels_page($did) {
$layouts = panels_get_layouts();
$layout = $layouts[$panels->layout];
-
+ $layout['css_id'] = $panels->css_id;
+
if (!$layout) {
watchdog('panels', t('Unable to find requested layout %s', array('%s' => check_plain($panels->layout))));
return drupal_not_found();