Ok, I will make this change to the core. For both top and bottom zones... However, the reason I switched them from the skin was performance.
Anytime you can put something directly in the html, rather than a zone, you save yourself thousands of processing calculations. Not only do you have to read an extra page, but you have to run that page through every single markup rule, all the linespacing code, and everything else. Put it in the html, and it's done, already, just how you want it. It might be worth doing this to fulfill our goal of making things easier for non-programmers, and for new users. But more advanced programmers should be alerted to the advantages of streamlining their skin where possible. Cheers, Dan On Sun, Mar 21, 2010 at 9:03 PM, Markus Weimar <[email protected]> wrote: > I just edited 'top' in a new field and went crazy because the changes > didn't show. Where did the pages top and bottom go? > > Not good: > <div id="top"> > <h1><a href="$$page:main">$$sitename</a></h1> > <h2>$$slogan</h2> > $$actions > </div> > > Good: > <div id="top">[[top]]</div> -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
