You are here: Foswiki>System Web>Category>AdminDocumentationCategory>Skins>PatternSkin>PatternSkinHorizontalNavigationExample (2024-12-23, UnknownUser)Edit Attach
Include main navigation with:
%INCLUDE{"PatternSkinHorizontalNavigationExample" section="main"}%
This is done automatically in the templates by setting in the SitePreferences:
%STARTSECTION{"main"}%<div id="patternTopBarButtons" class="clear"><ul>
%INCLUDE{
"%SYSTEMWEB%.PatternSkinNavigation"
section="topbarbutton"
ID=""
DESTWEB="%HOMEWEB%"
DESTTOPIC="%HOMETOPIC%"
LABEL="%HOMEWEB%"
}%
%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"}%
Edit | Attach | Print version | History: r1 | Backlinks | View wiki text | Edit wiki text | More topic actions
Topic revision: r1 - 2024-12-23, UnknownUser
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback