Path : /srv/www/vhosts/marevva/nadacekrizovatka/parts/ |
Current File : /srv/www/vhosts/marevva/nadacekrizovatka/parts/bobor.php |
<?php $bobors = $db->getAllItems( 'banner', " WHERE " . $removeOutdatedItems_sql ); $boborsCount = count( $bobors ); $data = new stdClass(); for ( $bi = 0; $bi < $boborsCount; $bi++ ) { $bobor = $bobors[ $bi ]; $data->bobor[ $bi ]->title = $bobor['title']; $data->bobor[ $bi ]->url = $bobor['url']; $data->bobor[ $bi ]->imgSrc = $boborImagesDir . '/medium/' . $bobor['image']; } echo sprintt( $data, 'parts/bobor.html' ); ?>