Add custom url config option for top logo link

This commit is contained in:
Eric Seifert 2015-04-08 16:03:10 -07:00
parent bbff8fe9fd
commit 957c2a6864
2 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,7 @@ EOF
<table> <table>
<tr> <tr>
<td> <td>
<a href="http://www.monitorix.org/"><img src="$base_url$config{logo_top}" border="0"></a> <a href="$config{logo_top_url}"><img src="$base_url$config{logo_top}" border="0"></a>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -667,6 +667,7 @@ usage_dir = usage/
report_dir = reports/ report_dir = reports/
favicon = monitorixico.png favicon = monitorixico.png
logo_top = logo_top.png logo_top = logo_top.png
logo_top_url = http://www.monitorix.org/
logo_bottom = logo_bot.png logo_bottom = logo_bot.png
<theme> <theme>