if (($plgallery_img == 1) && ($image_count!=1)) {
$content=preg_replace("=\[nav_weiter\]=","<a href='$PHP_SELF?plgallery_nr=$plgallery_nr&plgallery_img=$next$plg_from'>$go_fw</a>",$tmpl_cont);
$content=preg_replace("=\[nav_zurueck\]=","<a href='$PHP_SELF?plgallery_nr=$plgallery_nr&plgallery_img=$image_count'>$go_back</a>",$content);
}
Sollte tun...