Autodoprava
Příležitostná autobusová doprava minibusem pro 20 osob
Součástí našeho podnikání je také příležitostná autobusová doprava za smluvní ceny minibusem pro 20 osob.

//$car_categories_parent_cat = $GLOBALS['core']->store->prods_categories_get(array('nocache' => 1, 'position_id_like' => ':53:'));
//$GLOBALS['core']->assign('car_categories_parent_cat', $car_categories_parent_cat);
/*$active_cat = $GLOBALS['core']->store->prods_categories_get(array('catid' => $GLOBALS['_POST']['selected_cats'][1]));
if (isset($active_cat->catid)) {
$GLOBALS['core']->assign('active_catid', $active_cat);
}*/
/*$curr = $active_cat;
$tree = array();
$tree_titles = array();
if ($curr) {
if (isset($curr->catid)) {
$tree[$curr->catid] = $curr->catid;
$tree_titles[$curr->catid] = $curr->title;
while (isset($curr->parentid) && $curr->parentid != 0) {
$tree[$curr->parentid] = $curr->parentid;
$parent = $GLOBALS['core']->store->prods_categories_get(array('nocache' => 1, 'catid' => $curr->parentid));
$tree_titles[$curr->parentid] = $parent->title;
$curr = $GLOBALS['core']->store->prods_categories_get(array('nocache' => 1, 'catid' => $curr->parentid));
}
}
}
$GLOBALS['core']->assign('tree', $tree);*/
$cat = $GLOBALS['_cms']->categories_get(array('params' => array('cached' => 1), 'where' => array('position_id_like' => ':49:')));
$cache = $GLOBALS['_cms']->list(array('params' => array('cached' => 1), 'paging' => array(0 => 4), 'orderby' => array('livefrom' => 'asc'), 'where' => array('category_id' => $cat->category_id)));
$template->assign('indexNews', $cache);
?>