Hi,

I installed the Panels Extra Layouts module and copied the 'three_four_adaptive' folder into my theme's 'Layout' folder and renamed the folder, files, and references to the new name, 'pmg_three_four_adaptive' because I wanted to name the regions differently. For example,
'11' => t('Header left'), is now '11' => t('Row1 col-1'), and so on.

I cannot figure out why my regions are not showing in the Panels display page when I choose the Content button (Variants » UB tech home page » Content ). I can choose it in the category drop down box via the Layouts button but no regions show and therefore I cannot add any content to them.

Am I supposed to include a reference to the new module in my themes .inc folder like I did with a modified panels theme from the original Panels module? See below.

; Panels layouts. You can place multiple layouts under the "layouts" folder.
plugins[panels][layouts] = layouts

Thank you

JuBeans