Example #1
0
    ?>
</p>

                <p><?php 
    echo $user->user_company ? "Works at: {$user->user_company}" : "{$user->user_name_first} {$user->user_name_last} hasn't entered his/her company yet";
    ?>
</p>
              </div>
            </div>

            <div class="shell col-lg-4 col-md-4 col-sm-6">
              <div class="card">
                <h2>Address</h2>

                <p><?php 
    echo $user->user_address ? address::get_instance_pretty($user->user_address) : "{$user->user_name_first} {$user->user_name_last} hasn't entered his/her address yet";
    ?>
</p>
              </div>
            </div>

            <div class="shell col-lg-4 col-md-4 col-sm-6">
              <div class="card">
                <h2>Subscriptions</h2>
                <a href="./<?php 
    echo $user_id;
    ?>
/subs" class="btn btn-default edit" aria-label="Left Align">View All</a>
                <?php 
    function date_sort($a, $b)
    {