b0y-101 Mini Shell


Current Path : E:/www/instructor/chitraporn/templates/simple_v1/warp/config/layouts/fields/
File Upload :
Current File : E:/www/instructor/chitraporn/templates/simple_v1/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());
}

Copyright © 2019 by b0y-101