Added missing documentation for MENUITEMS setting.

This commit is contained in:
Martin Brochhaus 2012-02-20 13:18:18 +01:00
commit 1ceb2745b1

View file

@ -263,6 +263,8 @@ Setting name what does it do ?
`GITHUB_URL` Your github URL (if you have one), it will then `GITHUB_URL` Your github URL (if you have one), it will then
use it to create a github ribbon. use it to create a github ribbon.
`GOOGLE_ANALYTICS` 'UA-XXXX-YYYY' to activate google analytics. `GOOGLE_ANALYTICS` 'UA-XXXX-YYYY' to activate google analytics.
`MENUITEMS` A list of tuples (Title, Url) for additional menu
items to appear at the beginning of the main menu.
`PIWIK_URL` URL to your Piwik server - without 'http://' at the `PIWIK_URL` URL to your Piwik server - without 'http://' at the
beginning. beginning.
`PIWIK_SSL_URL` If the SSL-URL differs from the normal Piwik-URL `PIWIK_SSL_URL` If the SSL-URL differs from the normal Piwik-URL
@ -271,8 +273,8 @@ Setting name what does it do ?
in the Piwik admin interface > settings > websites. in the Piwik admin interface > settings > websites.
`LINKS` A list of tuples (Title, Url) for links to appear on `LINKS` A list of tuples (Title, Url) for links to appear on
the header. the header.
`SOCIAL` A list of tuples (Title, Url) to appear in the "social" `SOCIAL` A list of tuples (Title, Url) to appear in the
section. "social" section.
`TWITTER_USERNAME` Allows to add a button on the articles to tweet about `TWITTER_USERNAME` Allows to add a button on the articles to tweet about
them. Add you twitter username if you want this them. Add you twitter username if you want this
button to appear. button to appear.