Active
Project:
Chef
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 May 2013 at 22:27 UTC
Updated:
30 Oct 2013 at 18:04 UTC
Jump to comment: Most recent
On the Demo page I notice you are using a nice layout called Phoenix. But I can't seem to find it anywhere. Is it available?
Comments
Comment #1
uschi_glas commentedi have got the restaurant distribution installed. my default theme is "plate".
there is also no panel-layout phoenix but i wanted to have the full screen slide exactly the same as on the demo page.
my active panel-layout is radix-brown .
so i changed following lines in profiles/restaurant/modules/contrib/radix_layouts/plugins/layouts/radix_brown/radix-brown.tpl.php starting in line 16
to
Comment #2
jaxpax commentedThanks a bunch @uschi_glas
I made the change you mentioned and it works like a charm. I use the chef theme btw...
Comment #3
uschi_glas commentedyou're welcome.
Comment #4
lsolesen commentedWhy not change to using another panel layout instead of changing the module code?
Comment #5
uschi_glas commentedThere is no change of the module code. It's "only" the template file. if you want to be 100% safe and correct you can also copy the 'radix-brown.tpl.php' to your theme directory to overwrite the original template.