Your IP : 216.73.216.201


Current Path : /home/sunflowe/www2/floridevilladereve/templates/yoo_master2/warp/config/layouts/fields/
Upload File :
Current File : /home/sunflowe/www2/floridevilladereve/templates/yoo_master2/warp/config/layouts/fields/links.php

<?php
/**
* @package   Warp Theme Framework
* @author    YOOtheme http://www.yootheme.com
* @copyright Copyright (C) YOOtheme GmbH
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
*/

$description = ($node->attr('description') != '') ? $node->attr('description') : 'These links contain general information on theme features, troubleshooting and support.';

echo '<p>'.$description.'</p>';

foreach ($node->children('link') as $link) {
    printf('<a class="uk-button uk-margin-small-right" href="%s">%s</a>', $link->attr('url'), $link->text());
}