Upgrade to Xinha 0.931. Xinha has been optimized for size and dozens of issues have been closed
out since the last upgrade . Add Firefox and Xinha buttons to main page to show our support.
This commit is contained in:
20
index.php
20
index.php
@@ -131,6 +131,26 @@ If you have screenshots or links to contribute, please browse the database and u
|
||||
application site, with tips and how-to's on getting listed apps to run.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
||||
// promotional buttons
|
||||
echo "<center>\n";
|
||||
echo "<table>\n";
|
||||
echo "<tr>\n";
|
||||
echo "<td style='padding:10px;'>\n";
|
||||
echo '<a href="http://getfirefox.com/"
|
||||
title="Get Firefox - Web browsing redefined."><img
|
||||
src="http://www.mozilla.org/products/firefox/buttons/getfirefox_large2.png"
|
||||
width="178" height="60" border="0" alt="Get Firefox"></a>'."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td style='padding:10px;'>\n";
|
||||
echo '<a href="http://xinha.python-hosting.com/" title="Xinha textarea replacement">
|
||||
<img src="images/xinha-red-95.png" width="95" height="100" alt="Xinha"></a>'."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
echo "</table>\n";
|
||||
echo "</center>\n";
|
||||
|
||||
apidb_footer();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user