// // 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

Featuring: Firefox!

"250") { $body = substr($body,0,250); $body .= " [More...]"; } //Create Customizeable Timestamp $day=substr($dateadded,8,2); //get the day $month=substr($dateadded,5,2); //get the month $year=substr($dateadded,0,4); //get the year $hour=substr($dateadded,11,2); //get the hour $minute=substr($dateadded,14,2); //get the minute $second=substr($dateadded,17,2); //get the sec $timestamp = strtotime("$year-$month-$day $hour:$minute:$second"); $date = gmdate("F, Y", $timestamp); echo"$name -- $title"; if ($pick=="YES") {echo" - $date Editors Pick"; } echo"
\n"; echo"$body
\n"; } ?>

What is a Theme?

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.

"0.95", "thunderbird"=>"0.8", "mozilla"=>"1.7"); $currentver_display_array = array("firefox"=>"1.0 Preview Release", "thunderbird"=>"0.8", "mozilla"=>"1.7.x"); $currentver = $currentver_array[$application]; $currentver_display = $currentver_display_array[$application]; ?>
Mozilla News in RSS

New Additions

New and Updated Themes
    = '$currentver' AND (`OSName` = '$_SESSION[app_os]' OR `OSName` = '$app_os') 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); while ($row = mysql_fetch_array($sql_result)) { $i++; $id = $row["ID"]; $vid = $row["vID"]; $name = $row["Name"]; $version = $row["Version"]; $dateadded = $row["DateAdded"]; //Create Customizeable Datestamp $timestamp = strtotime("$dateadded"); $dateadded = gmdate("M d", $timestamp); // $dateupdated = gmdate("F d, Y g:i:sa T", $timestamp); if ($lastname == $name) {$i--; continue; } echo"
  • \n"; echo"
    $dateadded
    \n"; echo"$name $version
    \n"; echo"
  • \n"; $lastname = $name; if ($i >= "5") {break;} } ?>
Mozilla Weblogs in RSS

Most Popular

Downloads over the last week
    = '$currentver' 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); while ($row = mysql_fetch_array($sql_result)) { $i++; $id = $row["ID"]; $vid = $row["vID"]; $name = $row["Name"]; $version = $row["Version"]; $downloadcount = $row["downloadcount"]; $totaldownloads = $row["TotalDownloads"]; if ($lastname == $name) {$i--; continue; } echo"
  • \n"; echo"
    $i
    \n"; echo"$name
    \n"; echo"($downloadcount downloads)\n"; echo"
  • \n"; $lastname = $name; if ($i >= "5") {break;} } ?>
MozillaZine News in RSS

Top Rated

Based on feedback from visitors
    = '$currentver' AND `Rating` > '0' AND `approved` = 'YES' ORDER BY `Rating` DESC, `Name` ASC, `Version` DESC"; $sql_result = mysql_query($sql, $connection) or trigger_error("MySQL Error ".mysql_errno().": ".mysql_error()."", E_USER_NOTICE); while ($row = mysql_fetch_array($sql_result)) { $r++; $s++; $id = $row["ID"]; $vid = $row["vID"]; $name = $row["Name"]; $version = $row["Version"]; $rating = $row["Rating"]; $arraysearch = array_search("$name", $usednames); if ($arraysearch !== false AND $usedversions[$arraysearch]['version']<$version) {$r--; continue; } echo"
  • \n"; echo"
    $rating stars
    \n"; echo"$name\n"; echo"
  • \n"; // Code for the OLD Graphical Star System. //$rating = round($rating); //echo""; //for ($i = 1; $i <= floor($rating); $i++) { //echo"\"";"; //} //if ($rating>floor($rating)) { //$val = ($rating-floor($rating))*10; //echo"\"\""; //$i++; //} //for ($i = $i; $i <= 5; $i++) { //echo"\"";"; //} //echo"
    \n"; $usednames[$s] = $name; $usedversions[$s] = $version; if ($r >= "5") {break;} } unset($usednames, $usedversions, $r, $s, $i); ?>