-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSessionInfo.php
More file actions
91 lines (69 loc) · 2.08 KB
/
SessionInfo.php
File metadata and controls
91 lines (69 loc) · 2.08 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<!-- Page created on 10/14/14 by Christopher Bolton of Bolton Web Development -->
<!-- Copyright 2014 Healing Sounds Music Therapy -->
<head>
<meta name="keywords" content="Caregiver
Music healing
Music and healing
Music therapist
Healing and music
Healing through music
Healing with music
What is guided imagery
Guided imagery
Guided visualization
What is music therapy
Benefits of music therapy
Music as therapy
Music for therapy
Caregiving
Dementia
Alzheimer’s
Caregiving stress
How to deal with stress
Caregivers for the elderly
How to handle stress
Caregiver depression
Managing stress
Spirituality
Spiritualism
Spiritual growth
Spiritual development
Spiritual health
Spiritual journey
Spiritual life
Women’s health
Women and health">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Healing Sounds Music Therapy - Session Information</title>
<link rel="stylesheet" href="style.css" type="text/css">
<!-- JavaScript required by Google Analytics to track web statistics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12578166-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End of Javascript for Google Analytics -->
</head>
<body>
<div id="container"> <!-- highest level container -->
<div id="header">
<!-- end #header -->
</div>
<div style="position:absolute;left:480px;top:136px;"><?php include("sitenav.php"); ?>
</div>
<!-- LEFT PANEL CONTENT START -->
<div id="leftpanel">
</div>
<!-- LEFT PANEL CONTENT END -->
<div id="rightpanel">
<h2>Session Information</h2>
</div>
</div> <!-- highest level container -->
</body>
</html>