added donation link
This commit is contained in:
parent
e331c80977
commit
2ab8d847b5
|
@ -56,7 +56,9 @@ if ($_SESSION['config']->get_Suffix('tree') != "") $lists++;
|
||||||
<table border=0 width="100%">
|
<table border=0 width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="200">
|
<td width="200">
|
||||||
<img src="../graphics/tools.png"> <a href="tools.php" target="mainpart"><?php echo _("Tools") ?></a>
|
<img src="../graphics/smile.png"> <a href="http://lam.sourceforge.net/sponsors/donations.htm" target="_blank"><?php echo _("Donate") ?></a>
|
||||||
|
<br><br>
|
||||||
|
<img src="../graphics/tools.png"> <a href="tools.php" target="mainpart"><BIG><B><?php echo _("Tools") ?></B></BIG></a>
|
||||||
</td>
|
</td>
|
||||||
<?php
|
<?php
|
||||||
echo "<td colspan=$lists align=\"center\">\n";
|
echo "<td colspan=$lists align=\"center\">\n";
|
||||||
|
|
Loading…
Reference in New Issue