// // Alternatively, the contents of this file may be used under the terms of // either the GNU General Public License Version 2 or later (the "GPL"), or // the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), // in which case the provisions of the GPL or the LGPL are applicable instead // of those above. If you wish to allow use of your version of this file only // under the terms of either the GPL or the LGPL, and not to allow others to // use your version of this file under the terms of the MPL, indicate your // decision by deleting the provisions above and replace them with the notice // and other provisions required by the GPL or the LGPL. If you do not delete // the provisions above, a recipient may use your version of this file under // the terms of any one of the MPL, the GPL or the LGPL. // // ***** END LICENSE BLOCK ***** ?> Mozilla Update :: Themes - Change the Look of Mozilla Software &type=T&list=newest">

Themes

Themes are skins for , they allow you to change the look and feel of the browser and personalize it to your tastes. A theme can simply change the colors of or it can change every piece of the browser appearance.

Top Rated Themes

Ratings are based on feedback from people who use these themes.

    = '$currentver' AND `Rating` > '0' AND `approved` = 'YES' GROUP BY `Name` ORDER BY `Rating` DESC, `Name` ASC, TV.Version DESC"; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); if (mysql_num_rows($sql_result)=="0") { echo"
  1. No Top Rated Themes
  2. \n"; } while ($row = mysql_fetch_array($sql_result)) { $r++; $s++; $id = $row["ID"]; $name = $row["Name"]; $description = $row["Description"]; $rating = $row["Rating"]; echo"
  3. "; echo"$name, $rating stars
    "; echo"$description"; echo"
  4. \n"; if ($r >= "5") { break; } } unset($usednames, $usedversions, $r, $s, $i); ?>

Most Popular Themes

The most popular downloads over the last week.

    = '$currentver' AND (`OSName` = '$OS' OR `OSName` = 'ALL') AND `downloadcount` > '0' AND `approved` = 'YES' ORDER BY `downloadcount` DESC "; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); if (mysql_num_rows($sql_result)=="0") { echo"
  1. No Popular Themes
  2. \n"; } while ($row = mysql_fetch_array($sql_result)) { $i++; $id = $row["ID"]; $vid = $row["vID"]; $name = $row["Name"]; $description = $row["Description"]; $downloadcount = $row["downloadcount"]; $totaldownloads = $row["TotalDownloads"]; $typename="themes"; if ($lastname == $name) { $i--; continue; } echo"
  3. "; echo"$name, $downloadcount downloads
    "; echo"$description"; echo"
  4. \n"; $lastname = $name; if ($i >= "5") { break; } } ?>
&type=T&list=newest">News Additions in RSS

Newest Themes

New and updated themes. Subscribe to &type=T&list=newest">our RSS feed to be notified when new themes are added.

    = '$currentver' AND (`OSName` = '$OS' OR `OSName` = 'ALL') AND `approved` = 'YES' ORDER BY `DateAdded` DESC "; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); if (mysql_num_rows($sql_result)=="0") { echo"
  1. Nothing Recently Added
  2. \n"; } while ($row = mysql_fetch_array($sql_result)) { $i++; $id = $row["ID"]; $type = $row["Type"]; $name = $row["Name"]; $description = $row["Description"]; $version = $row["Version"]; $dateadded = $row["DateAdded"]; $dateadded = gmdate("F d, Y", strtotime("$dateadded")); //$dateupdated = gmdate("F d, Y g:i:sa T", $timestamp); $typename = "themes"; if ($lastname == $name) { $i--; continue; } echo"
  3. "; echo"$name $version, $dateadded
    "; echo"$description"; echo"
  4. \n"; $lastname = $name; if ($i >= "8") { break; } } ?>