<?else:?> <span class="ps_coll"></span> <?endif?> </span> <span class="name"><?php echo $obj->name_ru; ?> <br /> <!--<strong>URL страницы</strong>: <input value="<?php // echo $obj->action; ?> " class="red"></input>--> </span> </span> <?php echo dbh::content_count_child($obj->id) > 0 ? '<ul>' : ''; ?> <?php echo system::show_tpl(array('result' => dbh::content_get_child($obj->id), 'tpl_folder' => $tpl_folder), $tpl_folder . '/menu.php'); ?> <?php echo dbh::content_count_child($obj->id) > 0 ? '</ul>' : ''; ?> </li> <?php } ?>