Well, just the center div-tag, line 78 to 98 i.e. of image.php
--------------------------------------------
<?php
if (!empty($tburl)) {
?>
<?php
}
?>
</div>
<div id="Hitcounter">
<center><font size="-2">(Dieses Bild wurde schon <?php echo getHitcounter(); ?> mal angesehen. Klicken Sie es an, um es in der Lightbox zu sehen.) </font></center>
</div>
<div id="narrow">
<p><?php printImageDesc(true); ?></p>
<?php printTags('links', gettext('[b]Tags:[/b]').' ', 'taglist', ', '); ?>
<br style="clear:both;" />
<?php if (function_exists('printSlideShowLink')) {
echo '<span id="slideshowlink">';
printSlideShowLink(gettext('View Slideshow'));
echo '</span>';
}
?>
--------------------------------------------------------------------
Same in album & gallery.
Well, I'm not good in PHP. Maybe I made a mistake.