-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontacts_subhobbies_maint.html
More file actions
60 lines (49 loc) · 1.49 KB
/
contacts_subhobbies_maint.html
File metadata and controls
60 lines (49 loc) · 1.49 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta_head -->
{meta_head}
</head>
<body>
<!-- header -->
{header}
<div class="main-container" id="main-container">
<script type="text/javascript">
try{ace.settings.check('main-container' , 'fixed')}catch(e){}
</script>
<div class="main-container-inner">
<a class="menu-toggler" id="menu-toggler" href="#">
<span class="menu-text"></span>
</a>
<!-- sidebar -->
{sidebar}
<div class="main-content">
<div class="breadcrumbs" id="breadcrumbs">
<script type="text/javascript">
try{ace.settings.check('breadcrumbs' , 'fixed')}catch(e){}
</script>
<ul class="breadcrumb">
<li><i class="icon-group blue bigger-150"></i><a href="contacts_subhobbies.php">{res:contacts_subhobbies}</a></li>
<li class="active">{res:addeditcontactsubhobbies}</li>
</ul>
<!-- .breadcrumb -->
</div>
<!-- breadcrumbs -->
<div class="page-content">
<div class="row">
<div class="col-xs-12">
<!-- PAGE CONTENT BEGINS -->
{contacts_subhobbies_maintcontent}
<!-- PAGE CONTENT ENDS -->
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.page-content -->
</div><!-- /.main-content -->
<!-- ace_settings -->
{ace_settings}
</div><!-- /.main-container-inner -->
</div><!-- /.main-container -->
<!-- footer -->
{footer}
</body>
</html>