OSDN Git Service

[CONTRIBUTION] Button images of resouce-description link for PukiWiki(v3), created...
authorhenoheno <henoheno>
Fri, 5 Nov 2004 15:19:56 +0000 (00:19 +0900)
committerhenoheno <henoheno>
Fri, 5 Nov 2004 15:19:56 +0000 (00:19 +0900)
image/atom.png [new file with mode: 0644]
image/hinad.png [new file with mode: 0644]
image/lirs.png [new file with mode: 0644]
image/opml.png [new file with mode: 0644]
image/rdf.png [new file with mode: 0644]
image/rss.png
image/rss20.png [new file with mode: 0644]
image/xml.png [new file with mode: 0644]
skin/pukiwiki.skin.php

diff --git a/image/atom.png b/image/atom.png
new file mode 100644 (file)
index 0000000..24f2906
Binary files /dev/null and b/image/atom.png differ
diff --git a/image/hinad.png b/image/hinad.png
new file mode 100644 (file)
index 0000000..8c7f7c1
Binary files /dev/null and b/image/hinad.png differ
diff --git a/image/lirs.png b/image/lirs.png
new file mode 100644 (file)
index 0000000..0f94d12
Binary files /dev/null and b/image/lirs.png differ
diff --git a/image/opml.png b/image/opml.png
new file mode 100644 (file)
index 0000000..e4a3050
Binary files /dev/null and b/image/opml.png differ
diff --git a/image/rdf.png b/image/rdf.png
new file mode 100644 (file)
index 0000000..65cba78
Binary files /dev/null and b/image/rdf.png differ
index e18c5ad..c6f5dce 100644 (file)
Binary files a/image/rss.png and b/image/rss.png differ
diff --git a/image/rss20.png b/image/rss20.png
new file mode 100644 (file)
index 0000000..e24dd78
Binary files /dev/null and b/image/rss20.png differ
diff --git a/image/xml.png b/image/xml.png
new file mode 100644 (file)
index 0000000..b79e181
Binary files /dev/null and b/image/xml.png differ
index d56419f..dd82b86 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: pukiwiki.skin.php,v 1.18 2004/11/02 14:02:10 henoheno Exp $
+// $Id: pukiwiki.skin.php,v 1.19 2004/11/05 15:19:56 henoheno Exp $
 //
 
 // Prohibit direct access
@@ -26,6 +26,7 @@ $_IMAGE['skin']['recent']   = 'recentchanges.png';
 $_IMAGE['skin']['backup']   = 'backup.png';
 $_IMAGE['skin']['help']     = 'help.png';
 $_IMAGE['skin']['rss']      = 'rss.png';
+$_IMAGE['skin']['rdf']      = 'rdf.png';
 
 $lang  = $_LANG['skin'];
 $link  = $_LINK;
@@ -212,7 +213,7 @@ function _toolbar($key, $x = 20, $y = 20){
   <?php _toolbar('backup') ?>
 <?php } ?>
  &nbsp; <?php _toolbar('help') ?>
- &nbsp; <?php _toolbar('rss', 36, 14) ?>
+ &nbsp; <?php _toolbar('rdf', 36, 14) ?>
 </div>
 
 <?php if ($lastmodified) { ?>