Your IP : 216.73.216.248


Current Path : /home/digilove/www/41423/
Upload File :
Current File : /home/digilove/www/41423/clear.tar

css/index.html000064400000000032152351620230007323 0ustar00<html><body></body></html>js/index.html000064400000000032152351620230007147 0ustar00<html><body></body></html>config.php000064400000000612152351620230006520 0ustar00<?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;
	class YT_Shortcode_clear_config {
	static function get_config() {
	        // clear
	        return array(
	        
	        );
	    }
	}

?>shortcode.php000064400000000610152351620230007243 0ustar00<?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>";
}
?>