Your IP : 216.73.216.11


Current Path : /home/digilove/www/plugins/system/ytshortcodes/shortcodes/clear/
Upload File :
Current File : /home/digilove/www/plugins/system/ytshortcodes/shortcodes/clear/shortcode.php

<?php 
/*
* @package   YouTech Shortcodes
* @author    YouTech Company http://smartaddons.com/
* @copyright Copyright (C) 2015 YouTech Company
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
defined('_JEXEC') or die;
function clearYTShortcode($atts){
	extract(ytshortcode_atts(array(
		"height" => '20'
	), $atts));
	return "<div class='clearfix' ></div>";
}
?>