Projet

Général

Profil

Paste
Télécharger (29,6 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / simplecorp / page.tpl.php @ b9383c72

1
<!-- #page-wrapper -->
2
<div id="page-wrapper">
3

    
4
    <!-- #page -->
5
    <div id="page">
6
        
7
        <!-- header -->
8
        <header role="header" class="container clearfix">
9
        
10
            <!-- #pre-header -->
11
            <div id="pre-header" class="clearfix">
12
            
13
                <?php if ($page['header']) :?>                
14
                <?php print render($page['header']); ?>
15
                <?php endif; ?>
16

    
17
                <?php if (theme_get_setting('social_icons_display','simplecorp')): ?>   
18
                    <!-- #social-icons -->
19
                    <div id="social-icons" class="clearfix">
20
                        <ul id="social-links">
21
                            <li class="facebook-link"><a href="https://www.facebook.com/morethan.just.themes" class="facebook" id="social-01" title="Join Us on Facebook!">Facebook</a></li>
22
                            <li class="twitter-link"><a href="https://twitter.com/morethanthemes" class="twitter" id="social-02" title="Follow Us on Twitter">Twitter</a></li>
23
                            <li class="google-link"><a href="#" id="social-03" title="Google" class="google">Google</a></li>
24
                            <li class="dribbble-link"><a href="#" id="social-04" title="Dribble" class="dribbble">Dribble</a></li>
25
                            <li class="vimeo-link"><a href="#" id="social-05" title="Vimeo" class="vimeo">Vimeo</a></li>
26
                            <li class="skype-link"><a href="#" id="social-06" title="Skype" class="skype">Skype</a></li>
27
                            <li class="linkedin-link"><a href="#" id="social-07" title="Linkedin" class="linkedin">Linkedin</a></li>
28
                            <li class="pinterest-link"><a href="#" id="social-09" title="Pinterest" class="pinterest">Pinterest</a></li>
29
                            <li class="rss-link"><a href="#" id="social-08" title="RSS" class="rss">RSS Feeds</a></li>
30
                        </ul>
31
                    </div>
32
                    <!-- EOF: #social-icons -->
33
                <?php endif; ?>    
34
                
35
            </div>
36
            <!-- EOF: #pre-header -->
37
      
38
            <!-- #header -->
39
            <div id="header" class="clearfix">
40
                
41
                <!-- #header-left -->
42
                <div id="header-left" class="one-third"> 
43
                    
44
                    <?php if ($logo): ?>
45
                    <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home"> <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" /></a>
46
                    <?php endif; ?>
47

    
48
                    <?php if ($site_name || $site_slogan): ?>
49
                        <!-- #name-and-slogan -->
50
                        <hgroup id="name-and-slogan">
51
                                                        <?php if ($site_name):?>
52
                            <h1 id="site-name"><a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>"><?php print $site_name; ?></a></h1>
53
                            <?php endif; ?>
54
    
55
                            <?php if ($site_slogan):?>
56
                            <h2 id="site-slogan"><?php print $site_slogan; ?></h2>
57
                            <?php endif; ?>
58
                        </hgroup> 
59
                        <!-- EOF:#name-and-slogan -->
60
                    <?php endif; ?>
61

    
62
                </div>
63
                <!--EOF: #header-left -->     
64

    
65
                <!-- #header-right -->
66
                <div id="header-right" class="two-third last">   
67

    
68
                    <!-- #navigation-wrapper -->
69
                    <div id="navigation-wrapper" class="clearfix">
70
                        <!-- #main-navigation -->                        
71
                        <nav id="main-navigation" class="main-menu clearfix" role="navigation">
72
                        <?php if ($page['navigation']) :?>
73
                        <?php print drupal_render($page['navigation']); ?>
74
                        <?php else : ?>
75

    
76
                        <?php if (module_exists('i18n_menu')) {
77
                        $main_menu_tree = i18n_menu_translated_tree(variable_get('menu_main_links_source', 'main-menu'));
78
                        } else { $main_menu_tree = menu_tree(variable_get('menu_main_links_source', 'main-menu')); }
79
                        print drupal_render($main_menu_tree); ?>
80

    
81
                        <?php endif; ?>
82
                        </nav>
83
                        <!-- EOF: #main-navigation -->
84
                    </div>
85
                    <!-- EOF: #navigation-wrapper -->
86

    
87
                </div>
88
                <!--EOF: #header-right -->
89

    
90
            </div> 
91
            <!-- EOF: #header -->
92

    
93
        </header>   
94
        <!-- EOF: header -->
95

    
96
        <div id="content" class="clearfix">
97

    
98
            <?php if ($page['top_content']): ?>
99
            <!-- #top-content -->
100
            <div id="top-content" class="container clearfix">
101
              <!-- intro-page -->
102
              <div class="intro-page">
103
              <?php print render($page['top_content']); ?>
104
              </div>
105
              <!-- EOF: intro-page -->            
106
            </div>  
107
            <!--EOF: #top-content -->
108
            <?php endif; ?>
109
            
110
            <!-- #banner -->
111
            <div id="banner" class="container">
112

    
113
                <?php if ($page['banner']) : ?>
114
                <!-- #banner-inside -->
115
                <div id="banner-inside">
116
                <?php print render($page['banner']); ?>
117
                </div>
118
                <!-- EOF: #banner-inside -->        
119
                <?php endif; ?>
120

    
121
                <?php if (theme_get_setting('slideshow_display','simplecorp')): ?>
122

    
123
                                        <?php if ($is_front): ?>
124
                    <!-- #slider-container -->
125
                    <div id="slider-container">
126
                        <div class="flexslider loading">
127
                            <ul class="slides">
128
    
129
                                <!-- first-slide -->
130
                                <li class="slider-item">
131
                                    <div class="slider-image">
132
                                        <a href="<?php print base_path();?>"><img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/img1.jpg" alt="" /></a>
133
                                    </div>
134
                                    <div class="flex-caption">
135
                                        <h3>Quisque eu nibh enim, ac aliquam nunc.</h3>
136
                                    </div>
137
                                </li>
138
    
139
                                <!-- second-slide -->
140
                                <li class="slider-item">
141
                                    <div class="slider-image">                        
142
                                        <a href="<?php print base_path();?>"><img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/img2.jpg" alt="" /></a>
143
                                    </div>                        
144
                                    <div class="flex-caption">
145
                                        <h3>Quisque eu nibh enim, ac aliquam nunc.</h3>
146
                                    </div>
147
                                </li>
148
    
149
                                <!-- third-slide -->
150
                                <li class="slider-item">
151
                                    <div class="slider-image">                            
152
                                        <a href="<?php print base_path();?>"><img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/img3.jpg" alt="" /></a>
153
                                    </div>
154
                                    <div class="flex-caption">
155
                                        <h3>Quisque eu nibh enim, ac aliquam nunc.</h3>
156
                                    </div>
157
                                </li>
158
    
159
                            </ul>
160
                        </div>
161
                    </div>
162
                    <!-- EOF: #slider-container -->
163
                    <?php endif; ?>
164

    
165
                <?php endif; ?>
166
            
167
            </div>
168

    
169
            <!-- EOF: #banner -->
170
            <?php if ($breadcrumb && theme_get_setting('breadcrumb_display','simplecorp')):?>
171
            <!-- #breadcrumb -->
172
            <div class="container clearfix">
173
            <?php print $breadcrumb; ?>
174
            </div>
175
            <!-- EOF: #breadcrumb -->
176
            <?php endif; ?>
177

    
178
            <?php if ($messages):?>
179
            <!--messages -->
180
            <div class="container clearfix">
181
            <?php print $messages; ?>
182
            </div>
183
            <!--EOF: messages -->        
184
            <?php endif; ?>
185

    
186
            <!--#featured -->
187
            <div id="featured"> 
188

    
189
                <?php if ($page['highlighted']): ?>
190
                <div class="container clearfix"><?php print render($page['highlighted']); ?></div>
191
                <?php endif; ?>
192

    
193
                <?php if (theme_get_setting('highlighted_display','simplecorp')): ?>
194
                        
195
                                        <?php if ($is_front): ?>  
196
    
197
                    <div class="container clearfix">
198
                          
199
                        <!--featured-item -->
200
                        <div class="one-half">
201
                            <img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/featured-img-01.png" class="img-align-left" alt="" />
202
                            <h3>Awesome Features</h3>
203
                            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
204
                            <div class="readmore">
205
                                <a href="#">Read More</a>
206
                            </div>
207
                        </div>
208
                        <!--EOF: featured-item -->
209
    
210
                        <!--featured-item -->
211
                        <div class="one-half last">
212
                            <img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/featured-img-02.png" class="img-align-left" alt="" />
213
                            <h3>Browser Compatibility</h3>
214
                            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
215
                            <div class="readmore">
216
                                <a href="#">Read More</a>
217
                            </div>
218
                        </div>
219
                        <!--EOF: featured-item -->              
220
    
221
                    </div> 
222
                  
223
                    <div class="container clearfix">
224
    
225
                        <!--featured-item -->
226
                        <div class="one-half">
227
                            <img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/featured-img-03.png" class="img-align-left" alt="" />
228
                            <h3>Works on Mobile Devices</h3>
229
                            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
230
                            <div class="readmore">
231
                                <a href="#">Read More</a>
232
                            </div>
233
                        </div>
234
                        <!--EOF: featured-item -->              
235
    
236
                        <!--featured-item -->
237
                        <div class="one-half last">
238
                            <img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/featured-img-04.png" class="img-align-left" alt="" />
239
                            <h3>Full Documentation</h3>
240
                            <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
241
                            <div class="readmore">
242
                                <a href="#">Read More</a>
243
                            </div>
244
                        </div>
245
                        <!--EOF: featured-item -->   
246
                    
247
                    <div class="horizontal-line"> </div>
248
    
249
                    </div>
250
                       
251
                    <?php endif; ?>
252

    
253
                <?php endif; ?>  
254

    
255
            </div>
256
            <!-- EOF: #featured -->
257
            
258
            <!--#main-content -->
259
            <div id="main-content" class="container clearfix">
260

    
261
                <?php if ($page['sidebar_first']) :?>
262
                    <!--.sidebar first-->
263
                    <div class="one-fourth">
264
                    <aside class="sidebar">
265
                    <?php print render($page['sidebar_first']); ?>
266
                    </aside>
267
                    </div>
268
                    <!--EOF:.sidebar first-->
269
                <?php endif; ?>
270

    
271

    
272
                <?php if ($page['sidebar_first'] && $page['sidebar_second']) { ?>
273
                <div class="one-half">
274
                <?php } elseif ($page['sidebar_first']) { ?>
275
                <div class="three-fourth last">
276
                <?php } elseif ($page['sidebar_second']) { ?>
277
                <div class="three-fourth">  
278
                <?php } else { ?>
279
                <div class="clearfix">    
280
                <?php } ?>
281
                    <!--#main-content-inside-->
282
                    <div id="main-content-inside">
283
                    <?php print render($title_prefix); ?>
284
                    <?php if ($title): ?><h1><?php print $title; ?></h1><?php endif; ?>
285
                    <?php print render($title_suffix); ?>
286
                    <?php if ($tabs): ?><div class="tabs"><?php print render($tabs); ?></div><?php endif; ?>
287
                    <?php print render($page['help']); ?>
288
                    <?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>
289
                    <?php print render($page['content']); ?>
290
                    </div>
291
                    <!--EOF:#main-content-inside-->
292
                </div>
293

    
294

    
295
                <?php if ($page['sidebar_second']) :?>
296
                    <!--.sidebar second-->
297
                    <div class="one-fourth last">
298
                    <aside class="sidebar">
299
                    <?php print render($page['sidebar_second']); ?>
300
                    </aside>
301
                    </div>
302
                    <!--EOF:.sidebar second-->
303
                <?php endif; ?>  
304

    
305
            </div>
306
            <!--EOF: #main-content -->
307

    
308
            <!-- #bottom-content -->
309
            <div id="bottom-content" class="container clearfix">
310

    
311
                <?php if ($page['bottom_content']): ?>
312
                <?php print render($page['bottom_content']); ?>
313
                <?php endif; ?>
314

    
315
                <?php if (theme_get_setting('carousel_display','simplecorp')): ?>
316
                        
317
                                        <?php if ($is_front): ?>  
318
                    
319
                    <h3>Some of Our Featured Projects</h3>
320
                    
321
                    <ul id="projects-carousel" class="loading">
322
    
323
                        <!-- PROJECT ITEM STARTS -->
324
                        <li>
325
                            <div class="item-content">
326
                                <div class="link-holder">
327
                                    <div class="portfolio-item-holder">
328
                                        <div class="portfolio-item-hover-content">
329
    
330
                                            <a href="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/portfolio-img-1.jpg" title="title" data-rel="prettyPhoto" class="zoom">View Image</a>
331
                                            
332
                                           <img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/pt-img1.jpg" alt="" width="220"  class="portfolio-img" />  
333
                                            
334
                                            <div class="hover-options"></div>
335
                                        </div>
336
                                    </div>
337
                                    <div class="description">
338
                                        <p>
339
                                            <a href="#" title="title"> BlackBerry Website Project</a>
340
                                        </p>
341
                                        <span>Web</span>
342
                                    </div>
343
                                </div>
344
                            </div>
345
                        </li>
346
                        <!-- PROJECT ITEM ENDS -->
347
    
348
                        <!-- PROJECT ITEM STARTS -->
349
                        <li>
350
                            <div class="item-content">
351
                                <div class="link-holder">
352
                                    <div class="portfolio-item-holder">
353
                                        <div class="portfolio-item-hover-content">
354
    
355
                                            <a href="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/portfolio-img-2.jpg" title="title" data-rel="prettyPhoto" class="zoom">View Image</a>
356
                                            
357
                                            <img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/pt-img2.jpg" alt="" width="220" class="portfolio-img" />
358
    
359
                                            <div class="hover-options"></div>
360
                                        </div>
361
                                    </div>
362
                                    <div class="description">
363
                                        <p>
364
                                            <a href="#" title="title"> Vestibulum ante ipsum primis</a>
365
                                        </p>
366
                                        <span>Illustration</span>
367
                                    </div>
368
                                </div>
369
                            </div>
370
                        </li>
371
                        <!-- PROJECT ITEM ENDS -->
372
    
373
                        <!-- PROJECT ITEM STARTS -->
374
                        <li>
375
                            <div class="item-content">
376
                                <div class="link-holder">
377
                                    <div class="portfolio-item-holder">
378
                                        <div class="portfolio-item-hover-content">
379
    
380
                                            <a href="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/portfolio-img-3.jpg" title="title" data-rel="prettyPhoto" class="zoom">View Image</a>
381
                                            
382
                                            <img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/pt-img3.jpg" alt="" width="220" class="portfolio-img" />
383
    
384
                                            <div class="hover-options"></div>
385
                                        </div>
386
                                    </div>
387
                                    <div class="description">
388
                                        <p>
389
                                            <a href="#" title="title"> Nulla mollis fermentum nunc</a>
390
                                        </p>
391
                                        <span>Illustration</span>
392
                                    </div>
393
                                </div>
394
                            </div>
395
                        </li>
396
                        <!-- PROJECT ITEM ENDS -->
397
    
398
                        <!-- PROJECT ITEM STARTS -->
399
                        <li>
400
                            <div class="item-content">
401
                                <div class="link-holder">
402
                                    <div class="portfolio-item-holder">
403
                                        <div class="portfolio-item-hover-content">
404
    
405
                                            <a href="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/portfolio-img-4.jpg" title="title" data-rel="prettyPhoto" class="zoom">View Image</a>
406
                                            
407
                                            <img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/pt-img4.jpg" alt="" width="220" class="portfolio-img" />
408
                                            
409
                                            <div class="hover-options"></div>
410
                                        </div>
411
                                    </div>
412
                                    <div class="description">
413
                                        <p>
414
                                            <a href="#" title="title"> Cras vel orci sapien</a>
415
                                        </p>
416
                                        <span>Illustration / Web</span>
417
                                    </div>
418
                                </div>
419
                            </div>
420
                        </li>
421
                        <!-- PROJECT ITEM ENDS -->
422
    
423
                         <!-- PROJECT ITEM STARTS -->
424
                        <li>
425
                            <div class="item-content">
426
                                <div class="link-holder">
427
                                    <div class="portfolio-item-holder">
428
                                        <div class="portfolio-item-hover-content">
429
    
430
                                            <a href="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/portfolio-img-5.jpg" title="title" data-rel="prettyPhoto" class="zoom">View Image</a>
431
                                            
432
                                            <img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/pt-img5.jpg" alt="" width="220" class="portfolio-img" />
433
                                            
434
                                            <div class="hover-options"></div>
435
                                        </div>
436
                                    </div>
437
                                    <div class="description">
438
                                        <p>
439
                                            <a href="#" title="title">Curabitur nisl libero</a>
440
                                        </p>
441
                                        <span>Illustration / Web</span>
442
                                    </div>
443
                                </div>
444
                            </div>
445
                        </li>
446
                        <!-- PROJECT ITEM ENDS -->
447
    
448
                        <!-- PROJECT ITEM STARTS -->
449
                        <li>
450
                            <div class="item-content">
451
                                <div class="link-holder">
452
                                    <div class="portfolio-item-holder">
453
                                        <div class="portfolio-item-hover-content">
454
    
455
                                            <a href="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/portfolio-img-1.jpg" title="title" data-rel="prettyPhoto" class="zoom">View Image</a>
456
                                            
457
                                            <img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/pt-img1.jpg" alt="" width="220" class="portfolio-img" />
458
                                            
459
                                            <div class="hover-options"></div>
460
                                        </div>
461
                                    </div>
462
                                    <div class="description">
463
                                        <p>
464
                                            <a href="#" title="title"> BlackBerry Website Project</a>
465
                                        </p>
466
                                        <span>Web</span>
467
                                    </div>
468
                                </div>
469
                            </div>
470
                        </li>
471
                        <!-- PROJECT ITEM ENDS -->
472
    
473
                        <!-- PROJECT ITEM STARTS -->
474
                        <li>
475
                            <div class="item-content">
476
                                <div class="link-holder">
477
                                    <div class="portfolio-item-holder">
478
                                        <div class="portfolio-item-hover-content">
479
    
480
                                            <a href="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/portfolio-img-2.jpg" title="title" data-rel="prettyPhoto" class="zoom">View Image</a>
481
                                            
482
                                            <img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/pt-img2.jpg" alt="" width="220" class="portfolio-img" />
483
                                            
484
                                            <div class="hover-options"></div>
485
                                        </div>
486
                                    </div>
487
                                    <div class="description">
488
                                        <p>
489
                                            <a href="#" title="title"> Vestibulum ante ipsum primis</a>
490
                                        </p>
491
                                        <span>Illustration</span>
492
                                    </div>
493
                                </div>
494
                            </div>
495
                        </li>
496
                        <!-- PROJECT ITEM ENDS -->
497
    
498
                        <!-- PROJECT ITEM STARTS -->
499
                        <li>
500
                            <div class="item-content">
501
                                <div class="link-holder">
502
                                    <div class="portfolio-item-holder">
503
                                        <div class="portfolio-item-hover-content">
504
    
505
                                            <a href="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/portfolio-img-3.jpg" title="title" data-rel="prettyPhoto" class="zoom">View Image</a>
506
                                            
507
                                            <img src="<?php print base_path() . drupal_get_path('theme', 'simplecorp') ;?>/images/sampleimages/pt-img3.jpg" alt="" width="220" class="portfolio-img" />
508
                                            
509
                                            <div class="hover-options"></div>
510
                                        </div>
511
                                    </div>
512
                                    <div class="description">
513
                                        <p>
514
                                            <a href="#" title="title"> Nulla mollis fermentum nunc</a>
515
                                        </p>
516
                                        <span>Illustration</span>
517
                                    </div>
518
                                </div>
519
                            </div>
520
                        </li>
521
                        <!-- PROJECT ITEM ENDS -->
522
    
523
                    </ul>
524
    
525
                    <!-- // optional "view full portfolio" button on homepage featured projects -->
526
                    <a href="#" class="colored" title="portofolio">View full portofolio</a> 
527
               
528
                <?php endif; ?>
529

    
530
            <?php endif; ?>  
531
            
532
            </div>
533
            <!-- EOF: #bottom-content -->
534

    
535

    
536
        </div> <!-- EOF: #content -->
537

    
538
        <!-- #footer -->
539
        <footer id="footer">
540
            
541
            <?php if ($page['footer_first'] || $page['footer_second'] || $page['footer_third'] || $page['footer_fourth']) :?>
542
            <div class="container clearfix">
543

    
544
                <div class="first one-fourth footer-area">
545
                <?php if ($page['footer_first']) :?>
546
                <?php print render($page['footer_first']); ?>
547
                <?php endif; ?>
548
                </div>
549

    
550
                <div class="one-fourth footer-area">
551
                <?php if ($page['footer_second']) :?>
552
                <?php print render($page['footer_second']); ?>
553
                <?php endif; ?>
554
                </div>
555

    
556
                <div class="one-fourth footer-area">
557
                <?php if ($page['footer_third']) :?>
558
                <?php print render($page['footer_third']); ?>
559
                <?php endif; ?> 
560
                </div>
561

    
562
                <div class="one-fourth footer-area last">
563
                <?php if ($page['footer_fourth']) :?>
564
                <?php print render($page['footer_fourth']); ?>
565
                <?php endif; ?> 
566
                </div>
567

    
568
            </div>
569
            <?php endif; ?>
570

    
571
            <!-- #footer-bottom -->
572
            <div id="footer-bottom">
573
                <div class="container clearfix">
574
                    <span class="right"><a class="backtotop" href="#"></a></span>
575
                    <?php print theme('links__system_secondary_menu', array('links' => $secondary_menu, 'attributes' => array('class' => array('menu', 'secondary-menu', 'links', 'clearfix')))); ?>
576
                    
577
                    <?php if ($page['footer']) :?>
578
                    <?php print render($page['footer']); ?>
579
                    <?php endif; ?>
580
                    
581
                    <div class="credits">
582
                    Ported to Drupal by <a href="http://www.drupalizing.com">Drupalizing</a> a Project of <a href="http://www.morethanthemes.com">More than Themes</a>. Designed by <a href="http://www.s5themes.com/">Site5 WordPress Themes</a>. 
583
                    </div>
584

    
585
                </div>
586
            </div>
587
            <!-- EOF: #footer-bottom -->
588
            
589
        </footer> 
590
        <!-- EOF #footer -->
591

    
592
    </div>
593
    <!-- EOF: #page -->
594

    
595
</div> 
596
<!-- EOF: #page-wrapper -->