Ich Habe die LightBox 2.51
MFG
FightClub
verwendete ilchClan Version: 1.1 P
Zuletzt modifiziert von FightClub am 30.06.2013 - 20:47:54
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
| Geschlossen | ||










//> Screenshots darstellen.
function _screenshot($string,$float='none') {
if ($float == 'none' OR $float == 'left' OR $float == 'right') {
$float = 'style="float:'.$float.'; margin: 5px;" ';
} else {
$float = '';
}
$image = '<a rel="lightbox[news]" href="'.$string.'" target="_blank"><img src="'.$string.'" alt="" title="" border="0" width="'.$this->info['ScreenMaxBreite'].'" height="'.$this->info['ScreenMaxHoehe'].'" '.$float.'/></a>';
return $image;
}
| Geschlossen | ||
![]() |
Zurück zu Module und Modifikationen | |