The current template is too rigid, if we modify one part of the page, it affects the entire main structure. I suggest giving the PAGE_CONTAINER template more flexibility, simply by dividing it into three blocks.
HTML:
<div class="p-pageWrapper" id="top">
<xf:include template="PAGE_WRAPPER_HEADER" />
<xf:include template="PAGE_WRAPPER_BODY" />
<xf:include template="PAGE_WRAPPER_FOOTER" />
</div> <!-- closing p-pageWrapper -->
staffBar, navbar, sectionLinks......
PAGE_CONTAINER more flexible
source https://xfmaster.com/threads/page_container-more-flexible.15607/
No comments:
Post a Comment