[Phpslash-devel] Page blocks
Brought to you by:
joestewart,
nhruby
From: Peter C. <li...@cr...> - 2003-11-10 11:42:47
|
Still getting my head round the pure-blocks approach to building the site... a couple of questions: 1. Is there a way to get several modules to be in the same section? I'm thinking of say a 'General information' section, with common blocks, but used by two modules: - the glossary - a feedback/contact us form It seems to me that I'll need to have separate Glossary and Feedback sections, manually make sure that they have the same blocks... 2. What contains the blocks in the top and bottom columns? The old navbar and topic bars were in slashHead.tpl and slashFoot.tpl. It now seems they are inserted between slashHead/Foot.tpl and index?col*.tpl. To keep alignments neat, I find I'm having to remove the close/open table+div code from slashHead/Foot and copy it to each of the index*.tpl files. Seems messy... What approaches have you all taken? Peter |