Your IP : 216.73.216.190


Current Path : /proc/1908984/root/proc/2603263/cwd/
Upload File :
Current File : //proc/1908984/root/proc/2603263/cwd/br.tar

css/index.html000064400000000032152351655130007332 0ustar00<html><body></body></html>js/index.html000064400000000032152351655130007156 0ustar00<html><body></body></html>config.php000064400000000604152351655130006530 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_br_config {
	static function get_config() {
	        // br
	        return array(
	        
	        );
	    }
	}

?>shortcode.php000064400000000557152351655130007264 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 brYTShortcode($atts){
	extract(ytshortcode_atts(array(
		"height" => '20'
	), $atts));

	return "</br>";
}
?>