-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
38 lines (37 loc) · 950 Bytes
/
footer.php
File metadata and controls
38 lines (37 loc) · 950 Bytes
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
<style>
/*
#footer{margin-top:0px}
.footerMenu {padding-top:15px;}
*/
</style>
<div id="footer">
<div id="footerInner">
<a href="http://www.topcoder.com/" class="topcoderLogoMed"><img src="<?php bloginfo( 'stylesheet_directory' ); ?>/i/tcLogoSmall.png" alt="" /></a>
<?php wp_nav_menu(
array(
'container' => false,
'theme_location' => '',
'menu_class' => 'footerMenu',
'menu' => 'bottom'
)
); ?>
</div>
</div>
</div>
</div>
<div class="modalWrapper"></div>
<!-- Modal Box -->
<div id="modalBox" class="videoModal"> <a href="javascript:;" id="closeModal"></a>
<div class="modalContentBox">
<div class="header">NASA ISS Longeron Challenge Introduction</div>
<div class="videoContent">
<iframe width="600" height="355" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- Modal Box End -->
</body>
<?php
wp_footer();
?>
</html>