The secondary text in the banner links to a local wiki page or to an external URL
On the empty-wiki it links to this page. Define the title of the page it shall link to in the GotoBar (the - horizontal - bar on top).
Secondary text in the banner is optional. Many blikified oddwikis have no secondary text in the banner.
If you want the text to link to an external URL you have to change the InterMap
Change
Text http://communitywiki.org....
into
Text URL
where “URL” stands for the URL (without the “/” in the end) you want the text in the banner to link to.
You also have to change the GotoBar
Change
[Text:PageLinkedFromBanner text linking to a local page or an external URL]
into
[Text:/ text linking to the external url]
Also add to the css
div.header span.gotobar a.Text {
position: absolute;
top: 23px;
left: 310px;
font-size: 16px;
color: #bbb;
font-weight: normal
}
div.header span.gotobar a.Text:hover {
color: #fff;
background: transparent;
}
(without the <pre> tags)
Changing the values für left and top lets you position the text. Color and font-size can also be customized.
If you find more applications for secondary text in the banner link them here, please.