forked from newscoop/theme-Tommy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdashboard_index.tpl
executable file
·26 lines (21 loc) · 977 Bytes
/
dashboard_index.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{{ config_load file="{{ $gimme->language->english_name }}.conf" }}
{{ include file="_tpl/_html-head.tpl" }}
<body id="body">
<!--[if lt IE 7]>
<p class="chromeframe">{{ #outdatedBrowser# }}</p>
<![endif]-->
{{ include file="_tpl/header.tpl" }}
<main role="main" class="main site-archive">
<section class="main-alpha">
<h1>{{ #welcome# }} {{ $user->name }} <a class="user-edit-link" href='{{ $view->url(['username' => $gimme->user->uname], 'user') }}'>{{ #show# }} {{ #profile# }}</a></h1>
<img alt="{{ #profilePicture# }} {{ #from# }} {{ $user->name }}" src="{{ include file="_tpl/user-image.tpl" user=$user width=140 height=210 }}" />
<div class="form-user">
{{ $form }}
</div>
</section>
<aside class="main-beta clearfix">
{{ include file="_tpl/user-sidebar.tpl" }}
</aside>
</main> <!-- end main role main -->
{{ include file="_tpl/footer.tpl" }}
{{ include file="_tpl/_html-foot.tpl" }}