Exemplo n.º 1
0
                <td>
                    <div class="user-name">
                        <?php 
echo $user->getFirstname() . ' ' . $user->getLastname();
?>
                    </div>
                    <div class="user-country">
                        <span class="glyphicon glyphicon-map-marker"></span>
                        <?php 
echo $userinfo->getCountryCityText();
?>
                    </div>
                    <div class="user-birthday">
                        <span class="glyphicon glyphicon-gift"></span>
                        <?php 
echo empty($userinfo->birthday) ? " - " : Lang::tdate($userinfo->birthday);
?>
                    </div>
                </td>
            </tr>
        </table>

        <div class="margin-bottom">
            <ul class="nav nav-tabs nav-main-tabs">
                <li data-tab="block-user-profile"
                    class="active"><?php 
echo Html::a(Lang::t('page/accountProfile', 'accountTabProfile'), Url::home());
?>
</li>
                <li data-tab="block-user-item"
                    class=""><?php