NOTE: This is a static archive copy of STWiki. The site can no longer be edited.

PatternSkin horizontal navigation example

Include main navigation with:
%INCLUDE{"PatternSkinHorizontalNavigationExample" section="main"}%
This is done automatically in the templates by setting in the SitePreferences:

Include sections

%STARTSECTION{"main"}%<div id="patternTopBarButtons" class="clear"><ul>
%INCLUDE{
    "%SYSTEMWEB%.PatternSkinNavigation"
    section="topbarbutton"
    ID=""
    DESTWEB="%USERSWEB%"
    DESTTOPIC="%HOMETOPIC%"
    LABEL="%USERSWEB%"
}%
%INCLUDE{
    "%SYSTEMWEB%.PatternSkinNavigation"
    section="topbarbutton"
    ID=""
    DESTWEB="%SYSTEMWEB%"
    DESTTOPIC="%HOMETOPIC%"
    LABEL="%SYSTEMWEB%"
}%
%INCLUDE{
    "%SYSTEMWEB%.PatternSkinNavigation"
    section="topbarbutton"
    ID=""
    DESTWEB="%SANDBOXWEB%"
    DESTTOPIC="%HOMETOPIC%"
    LABEL="%SANDBOXWEB%"
}%
</ul></div>%ENDSECTION{"main"}%

<!-- %JQREQUIRE{"chili"}% -->
Topic revision: r1 - 22 Jan 2017, ProjectContributor
This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding STWiki? Send feedback