summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/tablesort.inc2
-rw-r--r--includes/theme.inc2
-rw-r--r--misc/arrow-asc.gifbin60 -> 0 bytes
-rw-r--r--misc/arrow-asc.pngbin0 -> 118 bytes
-rw-r--r--misc/arrow-desc.gifbin61 -> 0 bytes
-rw-r--r--misc/arrow-desc.pngbin0 -> 119 bytes
-rw-r--r--misc/blog.gifbin77 -> 0 bytes
-rw-r--r--misc/blog.pngbin0 -> 109 bytes
-rw-r--r--misc/drupal.css6
-rw-r--r--misc/druplicon-small.gifbin2464 -> 0 bytes
-rw-r--r--misc/druplicon-small.pngbin0 -> 2358 bytes
-rw-r--r--misc/forum-closed.gifbin143 -> 0 bytes
-rw-r--r--misc/forum-closed.pngbin0 -> 200 bytes
-rw-r--r--misc/forum-default.gifbin899 -> 0 bytes
-rw-r--r--misc/forum-default.pngbin0 -> 181 bytes
-rw-r--r--misc/forum-hot-new.gifbin943 -> 0 bytes
-rw-r--r--misc/forum-hot-new.pngbin0 -> 237 bytes
-rw-r--r--misc/forum-hot.gifbin942 -> 0 bytes
-rw-r--r--misc/forum-hot.pngbin0 -> 229 bytes
-rw-r--r--misc/forum-new.gifbin893 -> 0 bytes
-rw-r--r--misc/forum-new.pngbin0 -> 175 bytes
-rw-r--r--misc/forum-sticky.pngbin0 -> 329 bytes
-rw-r--r--misc/menu-collapsed.gifbin53 -> 0 bytes
-rw-r--r--misc/menu-collapsed.pngbin0 -> 108 bytes
-rw-r--r--misc/menu-expanded.gifbin826 -> 0 bytes
-rw-r--r--misc/menu-expanded.pngbin0 -> 106 bytes
-rw-r--r--misc/menu-leaf.gifbin829 -> 0 bytes
-rw-r--r--misc/menu-leaf.pngbin0 -> 108 bytes
-rw-r--r--misc/xml.gifbin429 -> 0 bytes
-rw-r--r--misc/xml.pngbin0 -> 396 bytes
-rw-r--r--modules/aggregator.module2
-rw-r--r--modules/aggregator/aggregator.module2
-rw-r--r--modules/forum.module2
-rw-r--r--modules/forum/forum.module2
-rw-r--r--themes/chameleon/pure/chameleon.css2
-rw-r--r--themes/xtemplate/pushbutton/xtemplate.css20
-rw-r--r--themes/xtemplate/pushbutton/xtemplate.xtmpl2
-rw-r--r--themes/xtemplate/xtemplate.theme4
-rw-r--r--update.php2
39 files changed, 24 insertions, 24 deletions
diff --git a/includes/tablesort.inc b/includes/tablesort.inc
index 33308ec05..2a6fc04c2 100644
--- a/includes/tablesort.inc
+++ b/includes/tablesort.inc
@@ -29,7 +29,7 @@ function tablesort_header($cell, $header, $ts) {
if ($cell['data'] == $ts['name']) {
$ts['sort'] = (($ts['sort'] == 'asc') ? 'desc' : 'asc');
$cell['class'] = 'active';
- $image = '&nbsp;<img src="' . theme('image', 'arrow-' . $ts['sort'] . '.gif') . '" alt="'. t('sort icon') .'" />';
+ $image = '&nbsp;<img src="' . theme('image', 'arrow-' . $ts['sort'] . '.png') . '" alt="'. t('sort icon') .'" />';
$title = ($ts['sort'] == 'asc' ? t('sort ascending') : t('sort descending'));
}
else {
diff --git a/includes/theme.inc b/includes/theme.inc
index 0e5fd05ff..231ff52d4 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -461,7 +461,7 @@ function theme_error($message) {
* @return a string containing the @a output.
*/
function theme_xml_icon($url) {
- return "<div class=\"xml-icon\"><a href=\"$url\"><img src=\"misc/xml.gif\" width=\"36\" height=\"14\" alt=\"". t('XML feed') ."\" /></a></div>";
+ return "<div class=\"xml-icon\"><a href=\"$url\"><img src=\"misc/xml.png\" width=\"36\" height=\"14\" alt=\"". t('XML feed') ."\" /></a></div>";
}
/**
diff --git a/misc/arrow-asc.gif b/misc/arrow-asc.gif
deleted file mode 100644
index a26067d46..000000000
--- a/misc/arrow-asc.gif
+++ /dev/null
Binary files differ
diff --git a/misc/arrow-asc.png b/misc/arrow-asc.png
new file mode 100644
index 000000000..2edbb17d7
--- /dev/null
+++ b/misc/arrow-asc.png
Binary files differ
diff --git a/misc/arrow-desc.gif b/misc/arrow-desc.gif
deleted file mode 100644
index 7fc088318..000000000
--- a/misc/arrow-desc.gif
+++ /dev/null
Binary files differ
diff --git a/misc/arrow-desc.png b/misc/arrow-desc.png
new file mode 100644
index 000000000..e24449457
--- /dev/null
+++ b/misc/arrow-desc.png
Binary files differ
diff --git a/misc/blog.gif b/misc/blog.gif
deleted file mode 100644
index 2e311da8c..000000000
--- a/misc/blog.gif
+++ /dev/null
Binary files differ
diff --git a/misc/blog.png b/misc/blog.png
new file mode 100644
index 000000000..2518905be
--- /dev/null
+++ b/misc/blog.png
Binary files differ
diff --git a/misc/drupal.css b/misc/drupal.css
index b8e9cc15a..757df1972 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -61,19 +61,19 @@ tr td.active {
}
li.expanded {
list-style-type: circle;
- list-style-image: url(menu-expanded.gif);
+ list-style-image: url(menu-expanded.png);
padding: 0.2em 0.5em 0 0;
margin: 0;
}
li.collapsed {
list-style-type: disc;
- list-style-image: url(menu-collapsed.gif);
+ list-style-image: url(menu-collapsed.png);
padding: 0.2em 0.5em 0 0;
margin: 0;
}
li.leaf {
list-style-type: square;
- list-style-image: url(menu-leaf.gif);
+ list-style-image: url(menu-leaf.png);
padding: 0.2em 0.5em 0 0;
margin: 0;
}
diff --git a/misc/druplicon-small.gif b/misc/druplicon-small.gif
deleted file mode 100644
index 0b1fb9cfe..000000000
--- a/misc/druplicon-small.gif
+++ /dev/null
Binary files differ
diff --git a/misc/druplicon-small.png b/misc/druplicon-small.png
new file mode 100644
index 000000000..d286c0553
--- /dev/null
+++ b/misc/druplicon-small.png
Binary files differ
diff --git a/misc/forum-closed.gif b/misc/forum-closed.gif
deleted file mode 100644
index 3590e056c..000000000
--- a/misc/forum-closed.gif
+++ /dev/null
Binary files differ
diff --git a/misc/forum-closed.png b/misc/forum-closed.png
new file mode 100644
index 000000000..e7b6f5e35
--- /dev/null
+++ b/misc/forum-closed.png
Binary files differ
diff --git a/misc/forum-default.gif b/misc/forum-default.gif
deleted file mode 100644
index af2b79abd..000000000
--- a/misc/forum-default.gif
+++ /dev/null
Binary files differ
diff --git a/misc/forum-default.png b/misc/forum-default.png
new file mode 100644
index 000000000..b3d9cad8a
--- /dev/null
+++ b/misc/forum-default.png
Binary files differ
diff --git a/misc/forum-hot-new.gif b/misc/forum-hot-new.gif
deleted file mode 100644
index 1be4c2eb4..000000000
--- a/misc/forum-hot-new.gif
+++ /dev/null
Binary files differ
diff --git a/misc/forum-hot-new.png b/misc/forum-hot-new.png
new file mode 100644
index 000000000..bae2d5c0a
--- /dev/null
+++ b/misc/forum-hot-new.png
Binary files differ
diff --git a/misc/forum-hot.gif b/misc/forum-hot.gif
deleted file mode 100644
index 2de61e58f..000000000
--- a/misc/forum-hot.gif
+++ /dev/null
Binary files differ
diff --git a/misc/forum-hot.png b/misc/forum-hot.png
new file mode 100644
index 000000000..e3c1a7449
--- /dev/null
+++ b/misc/forum-hot.png
Binary files differ
diff --git a/misc/forum-new.gif b/misc/forum-new.gif
deleted file mode 100644
index 4afbc3752..000000000
--- a/misc/forum-new.gif
+++ /dev/null
Binary files differ
diff --git a/misc/forum-new.png b/misc/forum-new.png
new file mode 100644
index 000000000..9539c3939
--- /dev/null
+++ b/misc/forum-new.png
Binary files differ
diff --git a/misc/forum-sticky.png b/misc/forum-sticky.png
new file mode 100644
index 000000000..fe964234c
--- /dev/null
+++ b/misc/forum-sticky.png
Binary files differ
diff --git a/misc/menu-collapsed.gif b/misc/menu-collapsed.gif
deleted file mode 100644
index 5ae2274fb..000000000
--- a/misc/menu-collapsed.gif
+++ /dev/null
Binary files differ
diff --git a/misc/menu-collapsed.png b/misc/menu-collapsed.png
new file mode 100644
index 000000000..95a214a6e
--- /dev/null
+++ b/misc/menu-collapsed.png
Binary files differ
diff --git a/misc/menu-expanded.gif b/misc/menu-expanded.gif
deleted file mode 100644
index dfe822804..000000000
--- a/misc/menu-expanded.gif
+++ /dev/null
Binary files differ
diff --git a/misc/menu-expanded.png b/misc/menu-expanded.png
new file mode 100644
index 000000000..46f39ecb3
--- /dev/null
+++ b/misc/menu-expanded.png
Binary files differ
diff --git a/misc/menu-leaf.gif b/misc/menu-leaf.gif
deleted file mode 100644
index 3b120a244..000000000
--- a/misc/menu-leaf.gif
+++ /dev/null
Binary files differ
diff --git a/misc/menu-leaf.png b/misc/menu-leaf.png
new file mode 100644
index 000000000..73286f639
--- /dev/null
+++ b/misc/menu-leaf.png
Binary files differ
diff --git a/misc/xml.gif b/misc/xml.gif
deleted file mode 100644
index ecb095754..000000000
--- a/misc/xml.gif
+++ /dev/null
Binary files differ
diff --git a/misc/xml.png b/misc/xml.png
new file mode 100644
index 000000000..a7cc689cc
--- /dev/null
+++ b/misc/xml.png
Binary files differ
diff --git a/modules/aggregator.module b/modules/aggregator.module
index d464c7aa1..f2d132c62 100644
--- a/modules/aggregator.module
+++ b/modules/aggregator.module
@@ -997,7 +997,7 @@ function theme_aggregator_block_item($item, $feed = 0) {
global $user;
if ($user->uid && module_exist('blog') && user_access('maintain personal blog')) {
- $output .= '<div class="icon">'. l('<img src="'. theme('image', 'blog.gif') .'" alt="'. t('blog it') .'" title="'. t('blog it') .'" />', 'node/add/blog', array('title' => t('Comment on this news item in your personal blog.'), 'class' => 'blog-it'), "iid=$item->iid") .'</div>';
+ $output .= '<div class="icon">'. l('<img src="'. theme('image', 'blog.png') .'" alt="'. t('blog it') .'" title="'. t('blog it') .'" />', 'node/add/blog', array('title' => t('Comment on this news item in your personal blog.'), 'class' => 'blog-it'), "iid=$item->iid") .'</div>';
}
// external link
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index d464c7aa1..f2d132c62 100644
--- a/modules/aggregator/aggregator.module
+++ b/modules/aggregator/aggregator.module
@@ -997,7 +997,7 @@ function theme_aggregator_block_item($item, $feed = 0) {
global $user;
if ($user->uid && module_exist('blog') && user_access('maintain personal blog')) {
- $output .= '<div class="icon">'. l('<img src="'. theme('image', 'blog.gif') .'" alt="'. t('blog it') .'" title="'. t('blog it') .'" />', 'node/add/blog', array('title' => t('Comment on this news item in your personal blog.'), 'class' => 'blog-it'), "iid=$item->iid") .'</div>';
+ $output .= '<div class="icon">'. l('<img src="'. theme('image', 'blog.png') .'" alt="'. t('blog it') .'" title="'. t('blog it') .'" />', 'node/add/blog', array('title' => t('Comment on this news item in your personal blog.'), 'class' => 'blog-it'), "iid=$item->iid") .'</div>';
}
// external link
diff --git a/modules/forum.module b/modules/forum.module
index d850caa58..d112fff88 100644
--- a/modules/forum.module
+++ b/modules/forum.module
@@ -703,7 +703,7 @@ function _forum_icon($new_posts, $num_posts = 0, $comment_mode = 0) {
}
// default
- $file = $base_path ."/forum-$icon.gif";
+ $file = $base_path ."/forum-$icon.png";
$output = "<img src=\"$file\" alt=\"\" title=\"\" />";
}
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index d850caa58..d112fff88 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -703,7 +703,7 @@ function _forum_icon($new_posts, $num_posts = 0, $comment_mode = 0) {
}
// default
- $file = $base_path ."/forum-$icon.gif";
+ $file = $base_path ."/forum-$icon.png";
$output = "<img src=\"$file\" alt=\"\" title=\"\" />";
}
diff --git a/themes/chameleon/pure/chameleon.css b/themes/chameleon/pure/chameleon.css
index a7ab2ac76..c399944ab 100644
--- a/themes/chameleon/pure/chameleon.css
+++ b/themes/chameleon/pure/chameleon.css
@@ -11,7 +11,7 @@ a:visited {
}
body {
padding: 5em 0 0 3em;
- background-image: url(background.gif);
+ background-image: url(background.png);
background-repeat: repeat-x;
font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
border-top: 10px solid gray;
diff --git a/themes/xtemplate/pushbutton/xtemplate.css b/themes/xtemplate/pushbutton/xtemplate.css
index 9c82bff5d..a78cb095f 100644
--- a/themes/xtemplate/pushbutton/xtemplate.css
+++ b/themes/xtemplate/pushbutton/xtemplate.css
@@ -165,7 +165,7 @@ td#home a:hover img {
#main {
/* padding in px not ex because IE messes up 100% width tables otherwise */
padding: 30px 35px 50px 35px;
- background: transparent url(background.gif) center center no-repeat;
+ background: transparent url(background.png) center center no-repeat;
}
#mission, .node .content, .comment .content {
line-height: 1.4;
@@ -303,7 +303,7 @@ table#footer-menu {
font-weight: bold;
padding: 10px 5px 10px 30px;
margin-bottom: .25em;
- background: transparent url(icon-block.gif) left center no-repeat;
+ background: transparent url(icon-block.png) left center no-repeat;
}
.block .content {
padding: 5px 5px 5px 5px;
@@ -338,7 +338,7 @@ table#footer-menu {
.comment .title {
font-size: 1em;
padding: 10px 0px 12px 19px;
- background: transparent url(icon-comment.gif) left center no-repeat;
+ background: transparent url(icon-comment.png) left center no-repeat;
}
.comment .new {
font-weight: bold;
@@ -367,27 +367,27 @@ table#footer-menu {
}
.nav .links .next a:link {
padding: 15px 20px 16px 0;
- background: transparent url(arrow-next.gif) right center no-repeat;
+ background: transparent url(arrow-next.png) right center no-repeat;
}
.nav .links .next a:hover {
padding: 15px 20px 16px 0;
- background: transparent url(arrow-next-hover.gif) right center no-repeat;
+ background: transparent url(arrow-next-hover.png) right center no-repeat;
}
.nav .links .prev a:link {
padding: 15px 0 16px 20px;
- background: transparent url(arrow-prev.gif) left center no-repeat;
+ background: transparent url(arrow-prev.png) left center no-repeat;
}
.nav .links .prev a:hover {
padding: 15px 0 16px 20px;
- background: transparent url(arrow-prev-hover.gif) left center no-repeat;
+ background: transparent url(arrow-prev-hover.png) left center no-repeat;
}
.nav .links .up a:link {
padding: 12px 0 20px 0;
- background: transparent url(arrow-up.gif) center top no-repeat;
+ background: transparent url(arrow-up.png) center top no-repeat;
}
.nav .links .up a:hover {
padding: 12px 0 20px 0;
- background: transparent url(arrow-up-hover.gif) center top no-repeat;
+ background: transparent url(arrow-up-hover.png) center top no-repeat;
}
/*
@@ -470,7 +470,7 @@ table#footer-menu {
#forum td.container a {
color: #e4e9eb;
padding: 20px 0 20px 35px;
- background: transparent url(forum-link.gif) left center no-repeat;
+ background: transparent url(forum-link.png) left center no-repeat;
}
#forum td.container a:visited {
color: #e4e9eb;
diff --git a/themes/xtemplate/pushbutton/xtemplate.xtmpl b/themes/xtemplate/pushbutton/xtemplate.xtmpl
index bb4887830..f847c51c3 100644
--- a/themes/xtemplate/pushbutton/xtemplate.xtmpl
+++ b/themes/xtemplate/pushbutton/xtemplate.xtmpl
@@ -12,7 +12,7 @@
<table id="primary-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
- <td id="home" width="10%"><a href="./" title="Home"><img src="{directory}/logo.gif" alt="Home" width="144" height="63" border="0" /></a></td>
+ <td id="home" width="10%"><a href="./" title="Home"><img src="{directory}/logo.png" alt="Home" width="144" height="63" border="0" /></a></td>
<td class="primary-links" width="90%" align="center" valign="middle">{primary_links}</td>
</tr>
</table>
diff --git a/themes/xtemplate/xtemplate.theme b/themes/xtemplate/xtemplate.theme
index 7efc2e8e9..7d4bceffd 100644
--- a/themes/xtemplate/xtemplate.theme
+++ b/themes/xtemplate/xtemplate.theme
@@ -25,7 +25,7 @@ function xtemplate_settings() {
$group = form_select(t('Template'), 'xtemplate_template', variable_get('xtemplate_template', 'default'), $files, t('Selecting a different template will change the look and feel of your site. To create a new template, create a new directory under <code>themes/xtemplate</code> and copy the contents of an existing template (e.g. <code>themes/xtemplate/default</code>) into it. The new template will automatically become available in the selection menu and will be identified by its directory name.'));
$output = form_group(t('Template selection'), $group);
- $group = form_textarea(t('Logo'), 'xtemplate_logo', variable_get('xtemplate_logo', "<img src=\"themes/xtemplate/$template_directory/logo.gif\" alt=\"Logo\" />"), 70, 4, t('The HTML code for displaying the logo.'));
+ $group = form_textarea(t('Logo'), 'xtemplate_logo', variable_get('xtemplate_logo', "<img src=\"themes/xtemplate/$template_directory/logo.png\" alt=\"Logo\" />"), 70, 4, t('The HTML code for displaying the logo.'));
$group .= form_textarea(t('Primary links'), 'xtemplate_primary_links', variable_get('xtemplate_primary_links', l('edit primary links', 'admin/themes/xtemplate')), 70, 8, t('The HTML code for the primary links.'));
$group .= form_textarea(t('Secondary links'), 'xtemplate_secondary_links', variable_get('xtemplate_secondary_links', l('edit secondary links', 'admin/themes/xtemplate')), 70, 8, t('The HTML code for the secondary links.'));
$group .= form_textarea(t('Message on front page'), 'xtemplate_mission', variable_get('xtemplate_mission', 'edit mission'), 70, 6, t('This text will be displayed on the front page. It can be used to display a mission statement, announcement or site description..'));
@@ -143,7 +143,7 @@ function xtemplate_page($content, $title = NULL, $breadcrumb = NULL) {
"head" => drupal_get_html_head(),
"directory" => "themes/xtemplate/$template_directory",
"onload_attributes" => theme_onload_attribute(),
- "logo" => variable_get('xtemplate_logo', "<img src=\"themes/xtemplate/$template_directory/logo.gif\" alt=\"Logo\" />"),
+ "logo" => variable_get('xtemplate_logo', "<img src=\"themes/xtemplate/$template_directory/logo.png\" alt=\"Logo\" />"),
"primary_links" => variable_get("xtemplate_primary_links", l("edit primary links", "admin/themes/xtemplate")),
"secondary_links" => variable_get("xtemplate_secondary_links", l("edit secondary links", "admin/themes/xtemplate"))
));
diff --git a/update.php b/update.php
index 4936880a5..82ba29327 100644
--- a/update.php
+++ b/update.php
@@ -45,7 +45,7 @@ function update_page_header($title) {
</style>
EOF;
$output .= "</head><body>";
- $output .= "<div id=\"logo\"><a href=\"http://drupal.org/\"><img src=\"misc/druplicon-small.gif\" alt=\"Druplicon - Drupal logo\" title=\"Druplicon - Drupal logo\" /></a></div>";
+ $output .= "<div id=\"logo\"><a href=\"http://drupal.org/\"><img src=\"misc/druplicon-small.png\" alt=\"Druplicon - Drupal logo\" title=\"Druplicon - Drupal logo\" /></a></div>";
$output .= "<div id=\"update\"><h1>$title</h1>";
return $output;
}