{sitename}
Skip to: Content | Navigation | Footer
The {sitename} displays the configured Sitename.
→ Since BIGACE 2.5.
This string will ONLY be returned if the configuration could not be found.
To change the sitename, open your Configurations and change the key community / sitename.
This example shows the sitename as part of the browser title.
<html> <head> <title>{$MENU->getName()} | {sitename}</title> </head> <body> Hello World. </body> </html>