Commit 7b4db239c59e8da8df3090dc18edd806b203284b
1 parent
83f6d631
04.05.16 css fix
Showing
1 changed file
with
243 additions
and
243 deletions
Show diff stats
backend/views/layouts/header.php
@@ -13,248 +13,248 @@ | @@ -13,248 +13,248 @@ | ||
13 | <span class="sr-only">Toggle navigation</span> | 13 | <span class="sr-only">Toggle navigation</span> |
14 | </a> | 14 | </a> |
15 | 15 | ||
16 | - <div class="navbar-custom-menu"> | ||
17 | - <ul class="nav navbar-nav"> | ||
18 | - <!-- Messages: style can be found in dropdown.less--> | ||
19 | - <li class="dropdown messages-menu"> | ||
20 | - <a href="#" class="dropdown-toggle" data-toggle="dropdown"> | ||
21 | - <i class="fa fa-envelope-o"></i> | ||
22 | - <span class="label label-success">4</span> | ||
23 | - </a> | ||
24 | - <ul class="dropdown-menu"> | ||
25 | - <li class="header">You have 4 messages</li> | ||
26 | - <li> | ||
27 | - <!-- inner menu: contains the actual data --> | ||
28 | - <ul class="menu"> | ||
29 | - <li><!-- start message --> | ||
30 | - <a href="#"> | ||
31 | - <div class="pull-left"> | ||
32 | - <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> | ||
33 | - </div> | ||
34 | - <h4> | ||
35 | - Support Team | ||
36 | - <small><i class="fa fa-clock-o"></i> 5 mins</small> | ||
37 | - </h4> | ||
38 | - <p>Why not buy a new awesome theme?</p> | ||
39 | - </a> | ||
40 | - </li> | ||
41 | - <!-- end message --> | ||
42 | - <li> | ||
43 | - <a href="#"> | ||
44 | - <div class="pull-left"> | ||
45 | - <img src="dist/img/user3-128x128.jpg" class="img-circle" alt="User Image"> | ||
46 | - </div> | ||
47 | - <h4> | ||
48 | - AdminLTE Design Team | ||
49 | - <small><i class="fa fa-clock-o"></i> 2 hours</small> | ||
50 | - </h4> | ||
51 | - <p>Why not buy a new awesome theme?</p> | ||
52 | - </a> | ||
53 | - </li> | ||
54 | - <li> | ||
55 | - <a href="#"> | ||
56 | - <div class="pull-left"> | ||
57 | - <img src="dist/img/user4-128x128.jpg" class="img-circle" alt="User Image"> | ||
58 | - </div> | ||
59 | - <h4> | ||
60 | - Developers | ||
61 | - <small><i class="fa fa-clock-o"></i> Today</small> | ||
62 | - </h4> | ||
63 | - <p>Why not buy a new awesome theme?</p> | ||
64 | - </a> | ||
65 | - </li> | ||
66 | - <li> | ||
67 | - <a href="#"> | ||
68 | - <div class="pull-left"> | ||
69 | - <img src="dist/img/user3-128x128.jpg" class="img-circle" alt="User Image"> | ||
70 | - </div> | ||
71 | - <h4> | ||
72 | - Sales Department | ||
73 | - <small><i class="fa fa-clock-o"></i> Yesterday</small> | ||
74 | - </h4> | ||
75 | - <p>Why not buy a new awesome theme?</p> | ||
76 | - </a> | ||
77 | - </li> | ||
78 | - <li> | ||
79 | - <a href="#"> | ||
80 | - <div class="pull-left"> | ||
81 | - <img src="dist/img/user4-128x128.jpg" class="img-circle" alt="User Image"> | ||
82 | - </div> | ||
83 | - <h4> | ||
84 | - Reviewers | ||
85 | - <small><i class="fa fa-clock-o"></i> 2 days</small> | ||
86 | - </h4> | ||
87 | - <p>Why not buy a new awesome theme?</p> | ||
88 | - </a> | ||
89 | - </li> | ||
90 | - </ul> | ||
91 | - </li> | ||
92 | - <li class="footer"><a href="#">See All Messages</a></li> | ||
93 | - </ul> | ||
94 | - </li> | ||
95 | - <!-- Notifications: style can be found in dropdown.less --> | ||
96 | - <li class="dropdown notifications-menu"> | ||
97 | - <a href="#" class="dropdown-toggle" data-toggle="dropdown"> | ||
98 | - <i class="fa fa-bell-o"></i> | ||
99 | - <span class="label label-warning">10</span> | ||
100 | - </a> | ||
101 | - <ul class="dropdown-menu"> | ||
102 | - <li class="header">You have 10 notifications</li> | ||
103 | - <li> | ||
104 | - <!-- inner menu: contains the actual data --> | ||
105 | - <ul class="menu"> | ||
106 | - <li> | ||
107 | - <a href="#"> | ||
108 | - <i class="fa fa-users text-aqua"></i> 5 new members joined today | ||
109 | - </a> | ||
110 | - </li> | ||
111 | - <li> | ||
112 | - <a href="#"> | ||
113 | - <i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the | ||
114 | - page and may cause design problems | ||
115 | - </a> | ||
116 | - </li> | ||
117 | - <li> | ||
118 | - <a href="#"> | ||
119 | - <i class="fa fa-users text-red"></i> 5 new members joined | ||
120 | - </a> | ||
121 | - </li> | ||
122 | - <li> | ||
123 | - <a href="#"> | ||
124 | - <i class="fa fa-shopping-cart text-green"></i> 25 sales made | ||
125 | - </a> | ||
126 | - </li> | ||
127 | - <li> | ||
128 | - <a href="#"> | ||
129 | - <i class="fa fa-user text-red"></i> You changed your username | ||
130 | - </a> | ||
131 | - </li> | ||
132 | - </ul> | ||
133 | - </li> | ||
134 | - <li class="footer"><a href="#">View all</a></li> | ||
135 | - </ul> | ||
136 | - </li> | ||
137 | - <!-- Tasks: style can be found in dropdown.less --> | ||
138 | - <li class="dropdown tasks-menu"> | ||
139 | - <a href="#" class="dropdown-toggle" data-toggle="dropdown"> | ||
140 | - <i class="fa fa-flag-o"></i> | ||
141 | - <span class="label label-danger">9</span> | ||
142 | - </a> | ||
143 | - <ul class="dropdown-menu"> | ||
144 | - <li class="header">You have 9 tasks</li> | ||
145 | - <li> | ||
146 | - <!-- inner menu: contains the actual data --> | ||
147 | - <ul class="menu"> | ||
148 | - <li><!-- Task item --> | ||
149 | - <a href="#"> | ||
150 | - <h3> | ||
151 | - Design some buttons | ||
152 | - <small class="pull-right">20%</small> | ||
153 | - </h3> | ||
154 | - <div class="progress xs"> | ||
155 | - <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> | ||
156 | - <span class="sr-only">20% Complete</span> | ||
157 | - </div> | ||
158 | - </div> | ||
159 | - </a> | ||
160 | - </li> | ||
161 | - <!-- end task item --> | ||
162 | - <li><!-- Task item --> | ||
163 | - <a href="#"> | ||
164 | - <h3> | ||
165 | - Create a nice theme | ||
166 | - <small class="pull-right">40%</small> | ||
167 | - </h3> | ||
168 | - <div class="progress xs"> | ||
169 | - <div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> | ||
170 | - <span class="sr-only">40% Complete</span> | ||
171 | - </div> | ||
172 | - </div> | ||
173 | - </a> | ||
174 | - </li> | ||
175 | - <!-- end task item --> | ||
176 | - <li><!-- Task item --> | ||
177 | - <a href="#"> | ||
178 | - <h3> | ||
179 | - Some task I need to do | ||
180 | - <small class="pull-right">60%</small> | ||
181 | - </h3> | ||
182 | - <div class="progress xs"> | ||
183 | - <div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> | ||
184 | - <span class="sr-only">60% Complete</span> | ||
185 | - </div> | ||
186 | - </div> | ||
187 | - </a> | ||
188 | - </li> | ||
189 | - <!-- end task item --> | ||
190 | - <li><!-- Task item --> | ||
191 | - <a href="#"> | ||
192 | - <h3> | ||
193 | - Make beautiful transitions | ||
194 | - <small class="pull-right">80%</small> | ||
195 | - </h3> | ||
196 | - <div class="progress xs"> | ||
197 | - <div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"> | ||
198 | - <span class="sr-only">80% Complete</span> | ||
199 | - </div> | ||
200 | - </div> | ||
201 | - </a> | ||
202 | - </li> | ||
203 | - <!-- end task item --> | ||
204 | - </ul> | ||
205 | - </li> | ||
206 | - <li class="footer"> | ||
207 | - <a href="#">View all tasks</a> | ||
208 | - </li> | ||
209 | - </ul> | ||
210 | - </li> | ||
211 | - <!-- User Account: style can be found in dropdown.less --> | ||
212 | - <li class="dropdown user user-menu"> | ||
213 | - <a href="#" class="dropdown-toggle" data-toggle="dropdown"> | ||
214 | - <!--img src="dist/img/user2-160x160.jpg" class="user-image" alt="User Image"--> | ||
215 | - <span class="hidden-xs">Alexander Pierce</span> | ||
216 | - </a> | ||
217 | - <ul class="dropdown-menu"> | ||
218 | - <!-- User image --> | ||
219 | - <li class="user-header"> | ||
220 | - <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image"> | ||
221 | - | ||
222 | - <p> | ||
223 | - Alexander Pierce - Web Developer | ||
224 | - <small>Member since Nov. 2012</small> | ||
225 | - </p> | ||
226 | - </li> | ||
227 | - <!-- Menu Body --> | ||
228 | - <li class="user-body"> | ||
229 | - <div class="row"> | ||
230 | - <div class="col-xs-4 text-center"> | ||
231 | - <a href="#">Followers</a> | ||
232 | - </div> | ||
233 | - <div class="col-xs-4 text-center"> | ||
234 | - <a href="#">Sales</a> | ||
235 | - </div> | ||
236 | - <div class="col-xs-4 text-center"> | ||
237 | - <a href="#">Friends</a> | ||
238 | - </div> | ||
239 | - </div> | ||
240 | - <!-- /.row --> | ||
241 | - </li> | ||
242 | - <!-- Menu Footer--> | ||
243 | - <li class="user-footer"> | ||
244 | - <div class="pull-left"> | ||
245 | - <a href="#" class="btn btn-default btn-flat">Profile</a> | ||
246 | - </div> | ||
247 | - <div class="pull-right"> | ||
248 | - <a href="#" class="btn btn-default btn-flat">Sign out</a> | ||
249 | - </div> | ||
250 | - </li> | ||
251 | - </ul> | ||
252 | - </li> | ||
253 | - <!-- Control Sidebar Toggle Button --> | ||
254 | - <li> | ||
255 | - <a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a> | ||
256 | - </li> | ||
257 | - </ul> | ||
258 | - </div> | 16 | +<!-- <div class="navbar-custom-menu">--> |
17 | +<!-- <ul class="nav navbar-nav">--> | ||
18 | +<!-- <!-- Messages: style can be found in dropdown.less-->--> | ||
19 | +<!-- <li class="dropdown messages-menu">--> | ||
20 | +<!-- <a href="#" class="dropdown-toggle" data-toggle="dropdown">--> | ||
21 | +<!-- <i class="fa fa-envelope-o"></i>--> | ||
22 | +<!-- <span class="label label-success">4</span>--> | ||
23 | +<!-- </a>--> | ||
24 | +<!-- <ul class="dropdown-menu">--> | ||
25 | +<!-- <li class="header">You have 4 messages</li>--> | ||
26 | +<!-- <li>--> | ||
27 | +<!-- <!-- inner menu: contains the actual data -->--> | ||
28 | +<!-- <ul class="menu">--> | ||
29 | +<!-- <li><!-- start message -->--> | ||
30 | +<!-- <a href="#">--> | ||
31 | +<!-- <div class="pull-left">--> | ||
32 | +<!-- <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">--> | ||
33 | +<!-- </div>--> | ||
34 | +<!-- <h4>--> | ||
35 | +<!-- Support Team--> | ||
36 | +<!-- <small><i class="fa fa-clock-o"></i> 5 mins</small>--> | ||
37 | +<!-- </h4>--> | ||
38 | +<!-- <p>Why not buy a new awesome theme?</p>--> | ||
39 | +<!-- </a>--> | ||
40 | +<!-- </li>--> | ||
41 | +<!-- <!-- end message -->--> | ||
42 | +<!-- <li>--> | ||
43 | +<!-- <a href="#">--> | ||
44 | +<!-- <div class="pull-left">--> | ||
45 | +<!-- <img src="dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">--> | ||
46 | +<!-- </div>--> | ||
47 | +<!-- <h4>--> | ||
48 | +<!-- AdminLTE Design Team--> | ||
49 | +<!-- <small><i class="fa fa-clock-o"></i> 2 hours</small>--> | ||
50 | +<!-- </h4>--> | ||
51 | +<!-- <p>Why not buy a new awesome theme?</p>--> | ||
52 | +<!-- </a>--> | ||
53 | +<!-- </li>--> | ||
54 | +<!-- <li>--> | ||
55 | +<!-- <a href="#">--> | ||
56 | +<!-- <div class="pull-left">--> | ||
57 | +<!-- <img src="dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">--> | ||
58 | +<!-- </div>--> | ||
59 | +<!-- <h4>--> | ||
60 | +<!-- Developers--> | ||
61 | +<!-- <small><i class="fa fa-clock-o"></i> Today</small>--> | ||
62 | +<!-- </h4>--> | ||
63 | +<!-- <p>Why not buy a new awesome theme?</p>--> | ||
64 | +<!-- </a>--> | ||
65 | +<!-- </li>--> | ||
66 | +<!-- <li>--> | ||
67 | +<!-- <a href="#">--> | ||
68 | +<!-- <div class="pull-left">--> | ||
69 | +<!-- <img src="dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">--> | ||
70 | +<!-- </div>--> | ||
71 | +<!-- <h4>--> | ||
72 | +<!-- Sales Department--> | ||
73 | +<!-- <small><i class="fa fa-clock-o"></i> Yesterday</small>--> | ||
74 | +<!-- </h4>--> | ||
75 | +<!-- <p>Why not buy a new awesome theme?</p>--> | ||
76 | +<!-- </a>--> | ||
77 | +<!-- </li>--> | ||
78 | +<!-- <li>--> | ||
79 | +<!-- <a href="#">--> | ||
80 | +<!-- <div class="pull-left">--> | ||
81 | +<!-- <img src="dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">--> | ||
82 | +<!-- </div>--> | ||
83 | +<!-- <h4>--> | ||
84 | +<!-- Reviewers--> | ||
85 | +<!-- <small><i class="fa fa-clock-o"></i> 2 days</small>--> | ||
86 | +<!-- </h4>--> | ||
87 | +<!-- <p>Why not buy a new awesome theme?</p>--> | ||
88 | +<!-- </a>--> | ||
89 | +<!-- </li>--> | ||
90 | +<!-- </ul>--> | ||
91 | +<!-- </li>--> | ||
92 | +<!-- <li class="footer"><a href="#">See All Messages</a></li>--> | ||
93 | +<!-- </ul>--> | ||
94 | +<!-- </li>--> | ||
95 | +<!-- <!-- Notifications: style can be found in dropdown.less -->--> | ||
96 | +<!-- <li class="dropdown notifications-menu">--> | ||
97 | +<!-- <a href="#" class="dropdown-toggle" data-toggle="dropdown">--> | ||
98 | +<!-- <i class="fa fa-bell-o"></i>--> | ||
99 | +<!-- <span class="label label-warning">10</span>--> | ||
100 | +<!-- </a>--> | ||
101 | +<!-- <ul class="dropdown-menu">--> | ||
102 | +<!-- <li class="header">You have 10 notifications</li>--> | ||
103 | +<!-- <li>--> | ||
104 | +<!-- <!-- inner menu: contains the actual data -->--> | ||
105 | +<!-- <ul class="menu">--> | ||
106 | +<!-- <li>--> | ||
107 | +<!-- <a href="#">--> | ||
108 | +<!-- <i class="fa fa-users text-aqua"></i> 5 new members joined today--> | ||
109 | +<!-- </a>--> | ||
110 | +<!-- </li>--> | ||
111 | +<!-- <li>--> | ||
112 | +<!-- <a href="#">--> | ||
113 | +<!-- <i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the--> | ||
114 | +<!-- page and may cause design problems--> | ||
115 | +<!-- </a>--> | ||
116 | +<!-- </li>--> | ||
117 | +<!-- <li>--> | ||
118 | +<!-- <a href="#">--> | ||
119 | +<!-- <i class="fa fa-users text-red"></i> 5 new members joined--> | ||
120 | +<!-- </a>--> | ||
121 | +<!-- </li>--> | ||
122 | +<!-- <li>--> | ||
123 | +<!-- <a href="#">--> | ||
124 | +<!-- <i class="fa fa-shopping-cart text-green"></i> 25 sales made--> | ||
125 | +<!-- </a>--> | ||
126 | +<!-- </li>--> | ||
127 | +<!-- <li>--> | ||
128 | +<!-- <a href="#">--> | ||
129 | +<!-- <i class="fa fa-user text-red"></i> You changed your username--> | ||
130 | +<!-- </a>--> | ||
131 | +<!-- </li>--> | ||
132 | +<!-- </ul>--> | ||
133 | +<!-- </li>--> | ||
134 | +<!-- <li class="footer"><a href="#">View all</a></li>--> | ||
135 | +<!-- </ul>--> | ||
136 | +<!-- </li>--> | ||
137 | +<!-- <!-- Tasks: style can be found in dropdown.less -->--> | ||
138 | +<!-- <li class="dropdown tasks-menu">--> | ||
139 | +<!-- <a href="#" class="dropdown-toggle" data-toggle="dropdown">--> | ||
140 | +<!-- <i class="fa fa-flag-o"></i>--> | ||
141 | +<!-- <span class="label label-danger">9</span>--> | ||
142 | +<!-- </a>--> | ||
143 | +<!-- <ul class="dropdown-menu">--> | ||
144 | +<!-- <li class="header">You have 9 tasks</li>--> | ||
145 | +<!-- <li>--> | ||
146 | +<!-- <!-- inner menu: contains the actual data -->--> | ||
147 | +<!-- <ul class="menu">--> | ||
148 | +<!-- <li><!-- Task item -->--> | ||
149 | +<!-- <a href="#">--> | ||
150 | +<!-- <h3>--> | ||
151 | +<!-- Design some buttons--> | ||
152 | +<!-- <small class="pull-right">20%</small>--> | ||
153 | +<!-- </h3>--> | ||
154 | +<!-- <div class="progress xs">--> | ||
155 | +<!-- <div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">--> | ||
156 | +<!-- <span class="sr-only">20% Complete</span>--> | ||
157 | +<!-- </div>--> | ||
158 | +<!-- </div>--> | ||
159 | +<!-- </a>--> | ||
160 | +<!-- </li>--> | ||
161 | +<!-- <!-- end task item -->--> | ||
162 | +<!-- <li><!-- Task item -->--> | ||
163 | +<!-- <a href="#">--> | ||
164 | +<!-- <h3>--> | ||
165 | +<!-- Create a nice theme--> | ||
166 | +<!-- <small class="pull-right">40%</small>--> | ||
167 | +<!-- </h3>--> | ||
168 | +<!-- <div class="progress xs">--> | ||
169 | +<!-- <div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">--> | ||
170 | +<!-- <span class="sr-only">40% Complete</span>--> | ||
171 | +<!-- </div>--> | ||
172 | +<!-- </div>--> | ||
173 | +<!-- </a>--> | ||
174 | +<!-- </li>--> | ||
175 | +<!-- <!-- end task item -->--> | ||
176 | +<!-- <li><!-- Task item -->--> | ||
177 | +<!-- <a href="#">--> | ||
178 | +<!-- <h3>--> | ||
179 | +<!-- Some task I need to do--> | ||
180 | +<!-- <small class="pull-right">60%</small>--> | ||
181 | +<!-- </h3>--> | ||
182 | +<!-- <div class="progress xs">--> | ||
183 | +<!-- <div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">--> | ||
184 | +<!-- <span class="sr-only">60% Complete</span>--> | ||
185 | +<!-- </div>--> | ||
186 | +<!-- </div>--> | ||
187 | +<!-- </a>--> | ||
188 | +<!-- </li>--> | ||
189 | +<!-- <!-- end task item -->--> | ||
190 | +<!-- <li><!-- Task item -->--> | ||
191 | +<!-- <a href="#">--> | ||
192 | +<!-- <h3>--> | ||
193 | +<!-- Make beautiful transitions--> | ||
194 | +<!-- <small class="pull-right">80%</small>--> | ||
195 | +<!-- </h3>--> | ||
196 | +<!-- <div class="progress xs">--> | ||
197 | +<!-- <div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">--> | ||
198 | +<!-- <span class="sr-only">80% Complete</span>--> | ||
199 | +<!-- </div>--> | ||
200 | +<!-- </div>--> | ||
201 | +<!-- </a>--> | ||
202 | +<!-- </li>--> | ||
203 | +<!-- <!-- end task item -->--> | ||
204 | +<!-- </ul>--> | ||
205 | +<!-- </li>--> | ||
206 | +<!-- <li class="footer">--> | ||
207 | +<!-- <a href="#">View all tasks</a>--> | ||
208 | +<!-- </li>--> | ||
209 | +<!-- </ul>--> | ||
210 | +<!-- </li>--> | ||
211 | +<!-- <!-- User Account: style can be found in dropdown.less -->--> | ||
212 | +<!-- <li class="dropdown user user-menu">--> | ||
213 | +<!-- <a href="#" class="dropdown-toggle" data-toggle="dropdown">--> | ||
214 | +<!-- <!--img src="dist/img/user2-160x160.jpg" class="user-image" alt="User Image"-->--> | ||
215 | +<!-- <span class="hidden-xs">Alexander Pierce</span>--> | ||
216 | +<!-- </a>--> | ||
217 | +<!-- <ul class="dropdown-menu">--> | ||
218 | +<!-- <!-- User image -->--> | ||
219 | +<!-- <li class="user-header">--> | ||
220 | +<!-- <img src="dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">--> | ||
221 | +<!----> | ||
222 | +<!-- <p>--> | ||
223 | +<!-- Alexander Pierce - Web Developer--> | ||
224 | +<!-- <small>Member since Nov. 2012</small>--> | ||
225 | +<!-- </p>--> | ||
226 | +<!-- </li>--> | ||
227 | +<!-- <!-- Menu Body -->--> | ||
228 | +<!-- <li class="user-body">--> | ||
229 | +<!-- <div class="row">--> | ||
230 | +<!-- <div class="col-xs-4 text-center">--> | ||
231 | +<!-- <a href="#">Followers</a>--> | ||
232 | +<!-- </div>--> | ||
233 | +<!-- <div class="col-xs-4 text-center">--> | ||
234 | +<!-- <a href="#">Sales</a>--> | ||
235 | +<!-- </div>--> | ||
236 | +<!-- <div class="col-xs-4 text-center">--> | ||
237 | +<!-- <a href="#">Friends</a>--> | ||
238 | +<!-- </div>--> | ||
239 | +<!-- </div>--> | ||
240 | +<!-- <!-- /.row -->--> | ||
241 | +<!-- </li>--> | ||
242 | +<!-- <!-- Menu Footer-->--> | ||
243 | +<!-- <li class="user-footer">--> | ||
244 | +<!-- <div class="pull-left">--> | ||
245 | +<!-- <a href="#" class="btn btn-default btn-flat">Profile</a>--> | ||
246 | +<!-- </div>--> | ||
247 | +<!-- <div class="pull-right">--> | ||
248 | +<!-- <a href="#" class="btn btn-default btn-flat">Sign out</a>--> | ||
249 | +<!-- </div>--> | ||
250 | +<!-- </li>--> | ||
251 | +<!-- </ul>--> | ||
252 | +<!-- </li>--> | ||
253 | +<!-- <!-- Control Sidebar Toggle Button -->--> | ||
254 | +<!-- <li>--> | ||
255 | +<!-- <a href="#" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>--> | ||
256 | +<!-- </li>--> | ||
257 | +<!-- </ul>--> | ||
258 | +<!-- </div>--> | ||
259 | </nav> | 259 | </nav> |
260 | </header> | 260 | </header> |
261 | \ No newline at end of file | 261 | \ No newline at end of file |