| Current Path : /home/sunflowe/www2/floridevilladereve/templates/yoo_master2/warp/config/layouts/fields/ |
| Current File : /home/sunflowe/www2/floridevilladereve/templates/yoo_master2/warp/config/layouts/fields/section.php |
<hr class="uk-article-divider">
<?php
if ($name = $node->attr('name')) {
printf('<h2>%s</h2>', $name);
}
if ($description = $node->attr('description')) {
printf('<p>%s</p>', $description);
}