Exemplo n.º 1
0
                                </div>
                                <div class="panel-footer">
                                    <div class="row">
                                        <div class="col-xs-4 ">
                                            Length
                                            <br>
                                            <small><?php 
    echo $quest->get_length();
    ?>
</small>
                                        </div>
                                        <div class="col-xs-4">
                                            Type
                                            <br>
                                            <small><?php 
    echo $quest->get_type();
    ?>
</small>
                                        </div>
                                        <div class="col-xs-4">
                                            Difficulty
                                            <br>
                                            <small><?php 
    echo $quest->get_type();
    ?>
</small>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>