Provides formatting functions for use in themes. Extendable.
Пример #1
0
<?php

if (!defined('HABARI_PATH')) {
    die('No direct access');
}
?>
<div <?php 
echo $_attributes;
?>
><input type="hidden" name="<?php 
echo $_name;
?>
" value=""><?php 
echo \Habari\Format::term_tree($terms, $_name, $_settings);
?>
</div>