clipbucket/upload/styles/cb_28/layout/manage_contacts.html
jamilrehman b23ab34041 view channel subscribe
view photo author 
my account
issues fixed
2016-04-15 16:49:29 +05:00

15 lines
No EOL
534 B
HTML

{$myAccountLinks = $userquery->my_account_links()}
<div class="container manage-page">
<div class="cb-box">
<div class="row clearfix">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 hidden-xs">
{include file="$style_dir/blocks/manage/userMenuLeft.html"}
</div>
<div class="mainContent col-lg-9 col-md-9 col-sm-9 col-xs-12 clearfix">
<table class="table table-bordered table-striped manageUsersTable">
{include file="$style_dir/blocks/manage/user_contacts.html"}
</table>
</div>
</div>
</div>
</div>