This is deprecated. Please see http://themes.tiki.org
Theme Layout Schema
For more information on Themes see http://themes.tiki.org
Lite CSSTiki >=3.0 uses a table-less layout templates (XHTML + PHP Smarty syntax) and has a CSS base called lite CSS which is used to create a basic column layout to render the columns properly across all browsers. This CSS uses a nice trick to ensure the main column floats nicely alongside the left column even in IE6 etc. You will see in the diagram below that though column1 (the main content area) appears first in the code, it will always render between columns 2 and 3. Lite CSS rendering diagramThe dashed lines indicate the position in the code, and the solid lines the rendered position of the columns.
Smarty TemplatesThe tiki.tpl file in the templates/ folder is the master template and includes other templates. Schema for CSSThe main schema that Tiki >= 3 uses for layout is shown here, which also shows a "shadow" layer of extra divs used for design purposes like adding drop shadows.
Tiki 7 Schema with module zones
|