1 2 3 4 5 6
<?php! defined( 'ABSPATH' ) && exit();include $template->getPath( 'views/shared/header.php' );echo $template->userContent( $poll->getThankyouContent() );include $template->getPath( 'views/shared/footer.php' );