Changeset 1709 for branches/release-33/default_templates/sidebar.mtml
- Timestamp:
- 04/02/08 06:38:21 (20 months ago)
- Files:
-
- 1 modified
-
branches/release-33/default_templates/sidebar.mtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-33/default_templates/sidebar.mtml
r1195 r1709 1 <mt:ignore><!-- 2 # 3 # The sidebar is made up of one or two columns. 4 # For 2-column designs, just beta. 5 # For 3-column designs, beta and gamma. 6 # 7 --></mt:ignore> 8 9 1 10 <div id="beta"> 2 11 <div id="beta-inner"> 12 3 13 <mt:if name="page_columns" eq="2"> 14 <mt:ignore><!-- Use the 2-column layout Sidebar if page layout is layout-wt or layout-tw. --></mt:ignore> 4 15 <$mt:WidgetSet name="<__trans phrase="2-column layout - Sidebar">"$> 5 16 <mt:else name="page_columns" eq="3"> 17 <mt:ignore><!-- Use the 3-column layout Primary Sidebar if page layout is layout-wtt or layout-twt. --></mt:ignore> 6 18 <$mt:WidgetSet name="<__trans phrase="3-column layout - Primary Sidebar">"$> 7 19 </mt:if> 20 8 21 </div> 9 22 </div> 23 24 10 25 <mt:if name="page_columns" eq="3"> 26 <mt:ignore><!-- Use the 3-column layout Secondary Sidebar if page layout is layout-wtt or layout-twt. --></mt:ignore> 11 27 <div id="gamma"> 12 28 <div id="gamma-inner">
