File manager - Edit - /home/verseaumee/www/plugins/system/bluejoomla/shortcodes/testinomial.php
Back
<?php /** * @author Bluejoomla * @date: 01-04-2014 * * @copyright Copyright (C) 2013 Bluejoomla.com . All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ //no direct accees defined ('_JEXEC') or die('resticted aceess'); //[testinomial] if(!function_exists('testinomial_sc')) { function testinomial_sc( $atts, $content="" ){ $params = shortcode_atts(array( 'style' => '1', ), $atts); if( $params['style'] == '2' ){ $html = '<div id="testinomial-indexTwo" class="owl-carousel">' .btdo_shortcode( $content ) .'</div>'; } elseif( $params['style'] == '3' ){ $html = '<div id="testinomial-indexFour" class="owl-carousel">' .btdo_shortcode( $content ) .'</div>'; } else { $html = '<div id="testinomial-slider" class="owl-carousel">' .btdo_shortcode( $content ) .'</div>'; } return $html; } btadd_shortcode( 'testinomial', 'testinomial_sc' ); } //[testinomial] if(!function_exists('testinomial_item_sc')) { $testinomialArray = array(); function testinomial_item_sc( $atts, $content="" ){ $html = '<div class="item">' .btdo_shortcode( $content ) .'</div>'; return $html; } btadd_shortcode( 'testinomial_item', 'testinomial_item_sc' ); }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings