Подбор рыболовного тура по критериям
Оформить заявку на рыболовный тур
Выбор места и времени для поездки на рыбалку всегда не простой вопрос.
Эта таблица поможет Вам определиться.
Нажмите на пункт который Вас интересует и перед Вами откроется список маршрутов.
Выберите желаемый трофей
Выберите область
Выберите страну
<?php
$vid = 19; /* <---- put correct vocabulary ID here */
$terms = taxonomy_get_tree($vid);
print "
- ";
foreach ( $terms as $term ) {
$tcount = taxonomy_term_count_nodes($term->tid);
$children_terms = taxonomy_get_children($term->tid);
if ($term->depth == 0) {
print "
- ";
print l($term->name." (".$tcount.")",'taxonomy/term/'
.$term->tid, array('title' => $tcount." posts in "
.$term->name));
if ($children_terms) {
print "
- ";
foreach ( $children_terms as $children_term ) {
$t_children_count =
taxonomy_term_count_nodes($children_term->tid);
print "
- "; print l($children_term->name." (".$t_children_count.")", 'taxonomy/term/'.$children_term->tid, array('title' => $t_children_count." posts in ".$children_term->name)); print " "; }/* end foreach children */ print "
";
}
} /* end foreach */
print "
- ";
foreach ( $terms as $term ) {
$tcount = taxonomy_term_count_nodes($term->tid);
$children_terms = taxonomy_get_children($term->tid);
if ($term->depth == 0) {
print "
- ";
print l($term->name." (".$tcount.")",'taxonomy/term/'
.$term->tid, array('title' => $tcount." posts in "
.$term->name));
if ($children_terms) {
print "
- ";
foreach ( $children_terms as $children_term ) {
$t_children_count =
taxonomy_term_count_nodes($children_term->tid);
print "
- "; print l($children_term->name." (".$t_children_count.")", 'taxonomy/term/'.$children_term->tid, array('title' => $t_children_count." posts in ".$children_term->name)); print " "; }/* end foreach children */ print "
";
}
} /* end foreach */
print "
- ";
foreach ( $terms as $term ) {
$tcount = taxonomy_term_count_nodes($term->tid);
$children_terms = taxonomy_get_children($term->tid);
if ($term->depth == 0) {
print "
- ";
print l($term->name." (".$tcount.")",'taxonomy/term/'
.$term->tid, array('title' => $tcount." posts in "
.$term->name));
if ($children_terms) {
print "
- ";
foreach ( $children_terms as $children_term ) {
$t_children_count =
taxonomy_term_count_nodes($children_term->tid);
print "
- "; print l($children_term->name." (".$t_children_count.")", 'taxonomy/term/'.$children_term->tid, array('title' => $t_children_count." posts in ".$children_term->name)); print " "; }/* end foreach children */ print "
";
}
} /* end foreach */
print "