<?php 
		if ( ! defined( 'ABSPATH' ) ) exit;
		$file = plugin_dir_path( __FILE__ )."templates/template6/index.php";
		include($file);
		exit();
?>