b0y-101 Mini Shell


Current Path : E:/www2/kidsbangna/wp-content/plugins/tlp-team/templates/layouts/
File Upload :
Current File : E:/www2/kidsbangna/wp-content/plugins/tlp-team/templates/layouts/special01.php

<?php
/**
 * Template: Special Layout 1.
 *
 * @package RT_Team
 */

use RT\Team\Helpers\Fns;

// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
	exit( 'This script cannot be accessed directly.' );
}

$html = null;

if ( 1 === $i ) {
	$class = $class . ' selected';
}

$html .= '<div class="' . esc_attr( $grid ) . ' ' . esc_attr( $class ) . '" data-id="' . absint( $mID ) . '">';
$html .= '<div class="single-team-item image-wrapper" data-id="' . absint( $mID ) . '">' . Fns::htmlKses( $imgHtml, 'image' ) . '</div>';

$html .= '</div>';

Fns::print_html( $html );

Copyright © 2019 by b0y-101