The icons in the admin backend didn't worked.
So i decided to rewrite the line to the new 1.5 syntax...
--- admin.rsgallery2.html.php.svn250 2007-09-20 19:59:38.609856848 +0200
+++ admin.rsgallery2.html.php 2007-09-20 20:04:01.878833880 +0200
@@ -53,7 +53,7 @@
<div class="icon">
<a href="<?php echo $link; ?>">
<div class="iconimage">
- <?php echo mosAdminMenus::imageCheck( $image, '/administrator/components/com_rsgallery2/images/', NULL, NULL, $text ); ?>
+ <?php echo JHTML::_('image.site', $image, '/components/com_rsgallery2/images/', NULL , NULL , $text); ?>
</div>
<?php echo $text; ?></a>
</div>
beware... 1.5RC2 only ^^
