Beispiel #1
0
                            <?php 
echo UpdateUserProfile::form_change_password();
?>

                            <div class="col-lg-6 col-lg-offset-1" style=" ">
                            </div>
                        </div>
                    </div>


                    <div id="tab-2" class="tab-pane">
                        <div class="panel-body">
                            <p class="text-center"><strong>Update user info</strong></p>

                            <?php 
echo UpdateUserProfile::form_additional_info();
?>

                        </div>
                    </div>


                    <div id="tab-3" class="tab-pane">
                        <div class="panel-body">
                            <p class="text-center"><strong>Update your picture</strong></p>

                            <?php 
echo UpdateUserProfile::form_photo();
?>

                        </div>
Beispiel #2
0
include HEADER;
include SIDEBAR;
include NAV;
?>



<div class="wrapper wrapper-content animated fadeInRight">
        <div class="row">

            <div class="row">
                <?php 
$content = UpdateUserProfile::form_change_password();
echo Table::ibox_table($content, 'Change your password', 4, 3);
unset($content);
$content = UpdateUserProfile::form_additional_info();
echo Table::ibox_table($content, 'Change your personal info', 6, 3);
?>
            <?php 
$user = User::find_by_id($session->user_id);
//            $user=new User();
//            $array_header(i)
$output = "";
$output .= $user->id;
$output .= $user->username;
$output .= $user->first_name;
$output .= $user->last_name;
echo Table::ibox_table($output, 'User information', 3);
?>
        </div>
                <div class="row">