|
|
Photo Slideshow |
If you have any encouragement from being united with Christ, if any comfort from his love, if any fellowship with the Spirit, if any tenderness and compassion, then make my joy complete by being like-minded, having the same love, being one in spirit and purpose. Do nothing out of selfish ambition or vain conceit, but in humility consider others better than yourselves. Each of you should look not only to your own interests, but also to the interests of others. Philippians 2:1-4 |
// ******************************************************************
// * Photoalbum Black&White v1.12 copyleft 2002 *
// ******************************************************************
// * WWW http://chweb.host.sk/photoalbum.php *
// * E-mail photoalbum@atlas.cz *
// * *
// * Free PHP based photo gallery *
// * - Dont delete or edit this header info ! *
// * - Source code is FREE and you can distribute or change it *
// * - No warranty for the proggram *
// ******************************************************************
?>
for ($i=1; $i<=4; $i++)
{
if (file_exists('pa/gall_thumb/'.$i.'.jpg'))
$thumb='pa/gall_thumb/'.$i.'.jpg';
else
$thumb='pa/images/empty_gal.gif';
if ($i!=$gal)
$thumb_class='gal';
else
$thumb_class='activegal ';
?>
>
echo substr(strip_tags($gallery_text[$i-1]),0,14); ?> |
|
}?>
if ( trim($photo_rotate)=='' )
{
//FOTOGRAFIE - na sirku **************************************************************************
?>
|
if (isset($pic_big) and file_exists($pic_big))
{ ?>
|
} else {
?>
|
} ?>
|
Photo: echo $photo_text; ?>
|
echo " (".$photo_actual."/".$photo_count.")"; ?>
|
|
}//konec na sirku ************************************************************************************
else
{
//FOTOGRAFIE - na vysku
?>
|
if (isset($pic_big) and file_exists($pic_big))
{ ?>
|
} else {
?>
|
} ?>
|
Photo: echo $photo_text; ?>
|
echo " (".$photo_actual."/".$photo_count.")"; ?>
|
|
}//konec na vysku
?>
|
|