Netreba este upravit i nieco v old/require/functions.php - myslim tu?
/*---- vratit kod obrazku galerie ----*/
function _galleryImage($img, $lightboxid, $height=0){
$content="<a href='"._condReturn(!_isAbsolutePath($img['prev']), _indexroot).$img['full']."' target='_blank' rel='lightbox[".$lightboxid."]'"._condReturn($img['title']!="", " title='".$img['title']."'").">";
if($img['prev']!=""){$content.="<img src='"._condReturn(!_isAbsolutePath($img['prev']), _indexroot).$img['prev']."' alt='"._condReturn($img['title']!="", $img['title'], "img")."' />";}
else{$content.="<img src='"._indexroot."remote/imgprev.php?id=".$img['id']._condReturn($height!=0, "&h=".$height)."' alt='"._condReturn($img['title']!="", $img['title'], "img")."' />";}
$content.="</a>\n";
return $content;
}
Jak tak na to koukam, tak vsude je pritomny _indexroot a ten to vzdy smeruje do zakladni slozky, takze ani tohle [hcm]gallery,http://www.neco.cz/upload/galerie/,128[/hcm]by nepomohlo.
Upravit by se muselo vice souboru a to premyslim, jestli neni jednodussi prekopirovat ty fotky, protoze pokud jich nejsou tisice, tak to urcite zabere min casu.