Bug 274924. Extension Homepage Link is Incorrect.

git-svn-id: svn://10.0.0.236/trunk@166801 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
psychoticwolf%carolina.rr.com 2004-12-17 02:25:03 +00:00
parent 7098fa8db9
commit 0a5ad3891e

View File

@ -447,7 +447,7 @@ $sql = "SELECT TM.ID, TM.Name, TM.DateAdded, TM.DateUpdated, TM.Homepage, TM.Des
<li><?php echo"$datestring"; // Last Updated: September 11, 2004 5:38am ?>
<li>Total Downloads: <?php echo"$downloadcount"; ?> &nbsp;&#8212;&nbsp; Downloads this Week: <?php echo"$populardownloads"; ?></li>
<li>See <a href="?<?php echo"".uriparams()."&amp;id=$id&amp;page=releases"; ?>">all previous releases</a> of this extension.</li>
<li>Having a problem with this Extension? For Help and Technical Support, visit the <a href="firefox-extensions.html">Extension's Homepage</a>.</li>
<li>View the Author's <a href="<?php echo"$homepage"; ?>">Homepage</a> for this Theme.</li>
</ul>