Ignore:
Timestamp:
11/30/08 17:20:31 (3 years ago)
Author:
ArthurClemens
Message:

Item264: rename leftbar to sidebar (because the left bar can now be at the right too)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/PatternSkin/templates/viewsidebar.pattern.tmpl

    r1080 r1089  
    1 %{ to include a left bar on a page, just include this template in the page template }% 
    2 %TMPL:DEF{"leftbar"}%<div id="patternLeftBar"><div id="patternClearHeaderLeft"></div> 
    3 <div id="patternLeftBarContents">%TMPL:P{"webleftbar"}% 
    4 </div><!-- /patternLeftBarContents--></div><!-- /patternLeftBar-->%TMPL:END% 
     1%{ to include a side bar on a page, just include this template in the page template }% 
     2%TMPL:DEF{"sidebar"}%<div id="patternSideBar"><div id="patternClearHeaderLeft"></div> 
     3<div id="patternSideBarContents">%TMPL:P{"webleftbar"}% 
     4</div><!-- /patternSideBarContents--></div><!-- /patternSideBar-->%TMPL:END% 
    55 
    66 
     
    1414 
    1515 
    16 %TMPL:DEF{"startleftbarwrapper"}%<div id="patternWrapper">%TMPL:END% 
    17 %TMPL:DEF{"endleftbarwrapper"}%</div><!-- /patternWrapper-->%TMPL:END% 
     16%TMPL:DEF{"startsidebarwrapper"}%<div id="patternWrapper">%TMPL:END% 
     17%TMPL:DEF{"endsidebarwrapper"}%</div><!-- /patternWrapper-->%TMPL:END% 
Note: See TracChangeset for help on using the changeset viewer.