Sindbad~EG File Manager

Current Path : /home/sarayaglobal/.trash/plugins.1/system/cthshortcodes/shortcodes/
Upload File :
Current File : /home/sarayaglobal/.trash/plugins.1/system/cthshortcodes/shortcodes/azuracustomscript.php

<?php
/**
 * @package Azura Joomla Pagebuilder
 * @author Cththemes - www.cththemes.com
 * @date: 15-07-2014
 *
 * @copyright  Copyright ( C ) 2014 cththemes.com . All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE
 */
//no direct accees
defined ('_JEXEC') or die('resticted aceess');

//[Custom Script]
if(!function_exists('azuracustomscript_sc')) {

	function azuracustomscript_sc( $atts, $content="" ) {
	
		extract(shortcode_atts(array(
			 
		 ), $atts));

		$html = '<script type="text/javascript">';

		$html .= do_shortcode($content);

		$html .='</script>';
		
		return $html;
        
	}
		
	add_shortcode( 'AzuraCustomScript', 'azuracustomscript_sc' );
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists