Example #1
0
                    <!-- app bottles begin -->
                    <div id="bottles" class="interface">

                        <h1>//bottles</h1>
                        <br/>

                        <div id="bottles_content">

                            <h2>You have <?php 
//TODO rewrite this
// ^ But why?
if (User::isInfinite()) {
    echo "<span id='amount_of_bottles'>" . "infinite" . "</span>";
} else {
    echo "<span id='amount_of_bottles'>" . User::getBottlesAmount() . "</span>";
}
?>
 bottles.</h2>

                            <p>
                                Sorry but you can't buy bottles or do<br/>
                                something in exchange for bottles in the alpha.<br/>
                                You do however receive bottles every day.<br/>
                                We can not guarrantee a certain time of the day.
                            </p>

                       	</div>


                    </div>