AlkantarClanX12

Your IP : 18.119.121.234


Current Path : /home/thanudqk/www/wordpress_leaderboard/wp-content/plugins/hd-quiz/includes/templates/
Upload File :
Current File : /home/thanudqk/www/wordpress_leaderboard/wp-content/plugins/hd-quiz/includes/templates/title.php

<?php
    // question type template
    // Question as a TITLE

    // print question title
    echo '<h3 class = "hdq_question_heading hdq_question_as_tile">'.get_the_title($question["question_id"]["value"]).'</h3>';
    // well that was easy :)