In der Datei galleryshow.php suchst du die Zeilen 27 bis 56 und machst daraus das folgende:
Code:
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="sectiontableheader" width="100%" ><?php echo $zoom->_CONFIG['zoom_title'];?></td>
<!-- <td align="right" valign="bottom" class="sectiontableheader">
<div align="right">
<form action="index.php?option=com_zoom&Itemid=<?php echo $Itemid;?>&page=search&type=quicksearch" method="POST" name="browse">
<?php
echo $zoom->createKeywordsDropdown('sstring', '<option value="">>'._ZOOM_SEARCH_KEYWORD.'<</option>', 1);
?>
</form>
</div>
</td>
<td align="right" valign="bottom" class="sectiontableheader" width="200">
<div align="right">
<?php if ($zoom->_CONFIG['displaylogo']){ ?>
<a href="http://zoom.ummagumma.nl" target="_blank"><img src="components/com_zoom/images/zoom_logo_small.gif" border="0" alt=""></a>
<?php } ?>
<form name="searchzoom" action="index.php" target=_top method="post">
<input type="hidden" name="option" value="com_zoom">
<input type="hidden" name="Itemid" value="<?php echo $Itemid;?>">
<input type="hidden" name="page" value="search">
<input type="hidden" name="type" value="quicksearch">
<input type="hidden" name="sorting" value="3">
<input type="text" name="sstring" onBlur="if(this.value=='') this.value='<?php echo _ZOOM_SEARCH_BOX;?>';" onFocus="if(this.value=='<?php echo _ZOOM_SEARCH_BOX;?>') this.value='';" VALUE="<?php echo _ZOOM_SEARCH_BOX;?>" class="inputbox">
<a href="javascript:document.forms.searchzoom.submit();"> <img src="<?php echo $mosConfig_live_site;?>/components/com_zoom/images/find.png" border="0" width="16" height="16"></a>
</form>
</div>
</td> -->
</tr>
</table>
Lesezeichen