Skip to content
photos_show.php 220 B
Newer Older
Seblu's avatar
Seblu committed
<?

function dispPhotosShow($url) {


echo "<iframe width='100%' scrolling='auto' height='100%' 
style='width:100%;height:1000px;border:0;background-color:ffffff' name='forum'
src='".$url."'></iframe>";
Seblu's avatar
Seblu committed
// frame

}


?>