diff --git a/config/example.config.php b/config/example.config.php index 29827ff3e..80ae9f167 100644 --- a/config/example.config.php +++ b/config/example.config.php @@ -56,6 +56,10 @@ $discordUrl = "https://discord.gg/INVITE_LINK"; // Discord URL, leave "" for empty +/* Help link */ + +$helplink = ""; // URL for help page, leave "" for empty + /* Worldopole */ $worldopoleUrl = ""; // Link to Worldopole, leave "" for empty diff --git a/pre-index.php b/pre-index.php index 97837aa8d..78be82e9f 100644 --- a/pre-index.php +++ b/pre-index.php @@ -147,6 +147,12 @@ function pokemonFilterImages($noPokemonNumbers) title="PayPal - The safer, easier way to pay online!" alt="Donate" style="float: right;"> '; } + if ($helplink != "") { + echo ' + Help + '; + } ?> diff --git a/static/images/help.png b/static/images/help.png new file mode 100644 index 000000000..ce948db29 Binary files /dev/null and b/static/images/help.png differ