You are here: System » NatSkin » SiteBottomBar

SiteBottomBar

Default SiteBottomBar component. Please do not modify. Use SiteBottomBar instead.

%STARTINCLUDE%<!-- -->
<div class="natSiteMap">
<h3>%MAKETEXT{"Sitemap"}%</h3>
<noautolink>
%FORMATLIST{
  "%FLEXWEBLIST{
    format="$name=$web" 
    map="%FLEXWEBLIST{format="$web=$percntGETTOPICTITLE{\"$web.WebHome\"}$percnt,"}%"
    separator=", " 
    subheader=", "
    exclude="^(Applications|Trash)([\/\.].*)?$"
  }%"
  split="\s*,\s*"
  pattern="(.*)=(.*)"
  format="<div class='natSiteMapItem'><a href='%SCRIPTURLPATH{"view"}%/$2/WebHome'>$1</a></div>$n"
  sort="on"
  separator=""
}%
</noautolink>
%CLEAR%
</div>
<div class="natCopyRight">%WEBCOPYRIGHT%</div>
<!-- -->%STOPINCLUDE%
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 Foswiki? Send feedback