I'm trying to get a really really really simple layout for a front page. It's basically a bunch of blocks lined out in two columns like how bluemarine's admin section by-module is laid out. I've been trying all afternoon with no luck whatsoever. Any hints where to look or how to do it otherwise I'll just use panels module.
I have tried to add secondary_links to page.tpl.php as others have suggested. I think the problem was that the php code was specific for that site.
Some of my page.tpl.php file is displayed; if you could suggest a way of adding secondary_links to it so these menus would be under primary links that would really help me out. Perhaps I need to rewrite both primary & secondary_links so they will work together.
Hi, I'm working on an theme called cleanstate. It has no images, and I'm curious of how an imageless color.module theme could be done without errors.
Looking at the code in color.module, it seems it is made to handle themes with images, but one could imagine that it could do good for image-less themes as well.
So I've created a collection of views, and I've created some tabs to select a view in an AJAXy way using the example from this article. It works wonderfully, but...