1
|
<div id="page">
|
2
|
|
3
|
|
4
|
<div id="header-top">
|
5
|
<div id="header-top-inside" class="clearfix container_12">
|
6
|
|
7
|
<div class="grid_7">
|
8
|
|
9
|
<div id="header-top-inside-left"><?php print render($page['header']); ?></div>
|
10
|
|
11
|
</div>
|
12
|
|
13
|
<div class="grid_2">
|
14
|
|
15
|
<div id="header-top-inside-left-feed">
|
16
|
<div id="topSocial">
|
17
|
<ul>
|
18
|
<li><a class="twitter" href="http://twitter.com/morethanthemes" title="Follow Us on Twitter!"></a></li>
|
19
|
<li><a class="facebook" href="http://www.facebook.com/pages/More-than-just-themes/194842423863081" title="Join Us on Facebook!"></a></li>
|
20
|
<li><a class="rss" title="RSS" href="#" title="Subcribe to Our RSS Feed"></a></li>
|
21
|
</ul>
|
22
|
</div>
|
23
|
</div>
|
24
|
|
25
|
</div>
|
26
|
|
27
|
<div class="grid_3">
|
28
|
|
29
|
<div id="header-top-inside-right"><?php print render($page['search_area']);?></div>
|
30
|
|
31
|
</div>
|
32
|
|
33
|
</div>
|
34
|
</div>
|
35
|
|
36
|
|
37
|
<div id="wrapper">
|
38
|
|
39
|
|
40
|
<div id="header" class="clearfix container_12">
|
41
|
|
42
|
<div class="grid_5">
|
43
|
|
44
|
<div id="logo-floater">
|
45
|
<?php if ($logo): ?>
|
46
|
<a href="<?php print check_url($front_page); ?>" title="<?php print t('Home'); ?>">
|
47
|
<img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" />
|
48
|
</a>
|
49
|
<?php endif; ?>
|
50
|
|
51
|
<?php if ($site_name || $site_slogan): ?>
|
52
|
<div class="clearfix">
|
53
|
<?php if ($site_name): ?>
|
54
|
<span id="site-name"><a href="<?php print check_url($front_page); ?>" title="<?php print t('Home'); ?>"><?php print $site_name; ?></a></span>
|
55
|
<?php endif; ?>
|
56
|
|
57
|
<?php if ($site_slogan): ?>
|
58
|
<span id="slogan"><?php print $site_slogan; ?></span>
|
59
|
<?php endif; ?>
|
60
|
</div>
|
61
|
<?php endif; ?>
|
62
|
</div>
|
63
|
|
64
|
</div>
|
65
|
|
66
|
<div class="grid_7">
|
67
|
|
68
|
<div id="navigation">
|
69
|
<?php if ($page['navigation']) :?>
|
70
|
<?php print drupal_render($page['navigation']); ?>
|
71
|
<?php else :
|
72
|
if (module_exists('i18n_menu')) {
|
73
|
$main_menu_tree = i18n_menu_translated_tree(variable_get('menu_main_links_source', 'main-menu'));
|
74
|
} else { $main_menu_tree = menu_tree(variable_get('menu_main_links_source', 'main-menu')); }
|
75
|
print drupal_render($main_menu_tree);
|
76
|
endif; ?>
|
77
|
</div>
|
78
|
|
79
|
</div>
|
80
|
|
81
|
</div>
|
82
|
|
83
|
|
84
|
<div class="container_12">
|
85
|
|
86
|
<div class="grid_12">
|
87
|
|
88
|
<div id="banner">
|
89
|
<?php print render($page['banner']); ?>
|
90
|
|
91
|
<?php if (theme_get_setting('slideshow_display','bluemasters')): ?>
|
92
|
|
93
|
|
94
|
<div id="slideshow">
|
95
|
|
96
|
<div class="flexslider">
|
97
|
<ul class="slides">
|
98
|
|
99
|
|
100
|
<li class="slider-item">
|
101
|
<div class="slider-item-image">
|
102
|
<a href="<?php print url('node/3'); ?>"><img src="<?php print base_path() . drupal_get_path('theme', 'bluemasters') . '/images/slide-image-3.jpg'; ?>"></a>
|
103
|
</div>
|
104
|
<div class="slider-item-caption">About Bluemasters</div>
|
105
|
</li>
|
106
|
|
107
|
|
108
|
|
109
|
<li class="slider-item">
|
110
|
<div class="slider-item-image">
|
111
|
<a href="<?php print url('node/2'); ?>"><img src="<?php print base_path() . drupal_get_path('theme', 'bluemasters') . '/images/slide-image-2.jpg'; ?>"></a>
|
112
|
</div>
|
113
|
<div class="slider-item-caption">Our Portfolio</div>
|
114
|
</li>
|
115
|
|
116
|
|
117
|
|
118
|
<li class="slider-item">
|
119
|
<div class="slider-item-image">
|
120
|
<a href="<?php print url('node/1'); ?>"><img src="<?php print base_path() . drupal_get_path('theme', 'bluemasters') . '/images/slide-image-1.jpg'; ?>"></a>
|
121
|
</div>
|
122
|
<div class="slider-item-caption">Creation of Beaches</div>
|
123
|
</li>
|
124
|
|
125
|
|
126
|
</ul>
|
127
|
</div>
|
128
|
|
129
|
</div>
|
130
|
|
131
|
|
132
|
<?php endif; ?>
|
133
|
|
134
|
</div>
|
135
|
|
136
|
</div>
|
137
|
|
138
|
</div>
|
139
|
|
140
|
<div class="container_12">
|
141
|
|
142
|
<div class="grid_12">
|
143
|
|
144
|
<div id="home-blocks-area" class="clearfix">
|
145
|
|
146
|
<?php if ($messages): ?>
|
147
|
<div class="clearfix">
|
148
|
<?php print $messages; ?>
|
149
|
</div>
|
150
|
<?php endif; ?>
|
151
|
|
152
|
<div class="grid_4 alpha">
|
153
|
<div class="column-fix">
|
154
|
<div class="home-block-area first">
|
155
|
<?php print render($page['home_area_1']);?>
|
156
|
</div>
|
157
|
</div>
|
158
|
</div>
|
159
|
|
160
|
<div class="grid_4 alpha omega">
|
161
|
<div class="column-fix">
|
162
|
<div class="home-block-area">
|
163
|
<?php print render($page['home_area_2']);?>
|
164
|
</div>
|
165
|
</div>
|
166
|
</div>
|
167
|
|
168
|
<div class="grid_4 omega">
|
169
|
<div class="column-fix">
|
170
|
<div class="home-block-area last">
|
171
|
<?php print render($page['home_area_3']);?>
|
172
|
<?php print render($page['home_area_3_b']);?>
|
173
|
</div>
|
174
|
</div>
|
175
|
</div>
|
176
|
|
177
|
</div>
|
178
|
|
179
|
</div>
|
180
|
|
181
|
</div>
|
182
|
|
183
|
</div>
|
184
|
|
185
|
|
186
|
|
187
|
<div id="footer">
|
188
|
<div id="footer-inside" class="clearfix container_12">
|
189
|
|
190
|
<div class="grid_4">
|
191
|
<div id="footer-left">
|
192
|
<div class="grid_2 alpha">
|
193
|
<div id="footer-left-1">
|
194
|
<?php print render($page['footer_left_1']);?>
|
195
|
</div>
|
196
|
</div>
|
197
|
<div class="grid_2 omega">
|
198
|
<div id="footer-left-2">
|
199
|
<?php print render($page['footer_left_2']);?>
|
200
|
</div>
|
201
|
</div>
|
202
|
</div>
|
203
|
</div>
|
204
|
|
205
|
<div class="grid_4">
|
206
|
<div id="footer-center">
|
207
|
<?php print render($page['footer_center']);?>
|
208
|
</div>
|
209
|
</div>
|
210
|
|
211
|
<div class="grid_4">
|
212
|
<div id="footer-right">
|
213
|
<?php print render($page['footer_right']);?>
|
214
|
</div>
|
215
|
</div>
|
216
|
|
217
|
</div>
|
218
|
</div>
|
219
|
|
220
|
|
221
|
|
222
|
<div id="footer-bottom">
|
223
|
|
224
|
<div id="footer-bottom-inside" class="clearfix container_12">
|
225
|
|
226
|
<div class="grid_5">
|
227
|
<div id="footer-bottom-inside-left">
|
228
|
<?php print render($page['footer']);?>
|
229
|
</div>
|
230
|
</div>
|
231
|
|
232
|
<div class="grid_7">
|
233
|
<div id="footer-bottom-inside-right">
|
234
|
<?php print theme('links__system_secondary_menu', array('links' => $secondary_menu, 'attributes' => array('id' => 'secondary-menu', 'class' => array('links', 'inline', 'clearfix')))); ?>
|
235
|
<?php if ($page['footer_bottom']) :?>
|
236
|
<?php print render($page['footer_bottom']); ?>
|
237
|
<?php endif; ?>
|
238
|
</div>
|
239
|
</div>
|
240
|
|
241
|
<div class="grid_12">
|
242
|
<div class="credits-container" style="clear:both; padding-top:12px;">Ported to Drupal for the Open Source Community by <a href="http://www.drupalizing.com">Drupalizing</a>, a Project of <a href="http://www.morethanthemes.com">More than Themes</a></div>
|
243
|
</div>
|
244
|
|
245
|
</div>
|
246
|
|
247
|
<div class="container_12">
|
248
|
|
249
|
<div class="grid_12">
|
250
|
<div class="credits-container clearfix">
|
251
|
<a title="Brought To You By: www.SmashingMagazine.com" class="smashing" href="http://www.smashingmagazine.com" target="_blank">Brought to you By: www.SmashingMagazine.com</a>
|
252
|
<a title="Drupalizing" class="drupalizing" href="http://www.drupalizing.com" target="_blank">Drupalizing</a>
|
253
|
</div>
|
254
|
</div>
|
255
|
|
256
|
</div>
|
257
|
|
258
|
</div>
|
259
|
|
260
|
|
261
|
</div>
|
262
|
|