C:\xampp\htdocs\landing\wp-content\plugins\totalpoll\modules\templates\Basic\views\vote.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
defined'ABSPATH' ) && exit();

include 
$template->getPath'views/shared/header.php' );
?>
    <div class="totalpoll-questions">
        <?php
        
foreach ( $poll->getQuestionsForVote() as $question ):
            include 
$template->getPath'views/vote/question.php' );
        endforeach;
        
?>
    </div>
<?php
defined'ABSPATH' ) && exit();

include 
$template->getPath'views/shared/footer.php' );
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586