Maybe I'm doing something wrong, but here's the set up.

I'm trying to use Panels and the layouts extension together. I've noticed that the default layout - Simple - is more geared for Panels Everywhere, which I don't want to use.

So, I've created a custom layout for Panels and Panels is seeing it just fine. The issue is that I have also made a custom Omega layout for the theme. The idea is to use it as a wrapper for the Panels layout. It's working fine except that the contents of the .INC file for the custom Omega layout is being printed to the top of the page - just below the body tag - on admin pages. If I disable Panels, it goes away.

Any ideas? I'm not sure if I'm mixing and matching things the wrong way. I'd like to use vanilla Panels for the node layout and use another Omega layout for the other page elements. Is this wrong? Should I just use a custom page.tpl.php file?

UPDATE:
The content of that file is also printed after Drush commands.

Comments

fubhy’s picture

Omega Layouts are generally Panels Everywhere layouts. If you want Panels content Layouts please don't create them through Omega. Omega's layout system is only meant to be used for actual page-level layouts (either used directly or through Panels Everywhere).

friendlymachine’s picture

Thanks for your reply. I was using the Omega layout as a page-level layout. I just saw some advantage to using Omega layouts (for page-level) and Panels layouts (for node-level) together. It doesn't work and I take it that it's not intended to work. I ended up disabling Omega layouts and using page.tpl.php and Panels to create the page layouts.

friendlymachine’s picture

Issue summary: View changes

updated

DamienMcKenna’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

Maybe it's fixed since rc1, but we've used them together without problems.