-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
27 lines (26 loc) · 1.46 KB
/
header.php
File metadata and controls
27 lines (26 loc) · 1.46 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
<!-- START MAIN MENU -->
<div id="block-system-main-menu" class="block block-system block-menu first odd">
<h2 class="block-title">Main menu</h2>
<div class="content">
<ul class="menu">
<!-- 'active-trail' set to make menu item active under class -->
<li id="menu-home" class="first leaf"><a href="http:home.php" title="Welcome" class="active">Home</a></li>
<li id="menu-story" class="leaf"><a href="http:story.php" title="The Story" class="active">Story</a></li>
<li id="menu-gallery" class="leaf"><a href="http:gallery.php" title="Galler" class="active">Gallery</a></li>
<li id="menu-wedding_day" class="leaf"><a href="http:wedding_day.php" title="Wedding Day" class="active">Wedding Day</a></li>
<li id="menu-resort" class="leaf"><a href="http:resort.php" title="The Resort" class="active">Resort</a></li>
<li id="menu-blog" class="leaf"><a href="http:blog.php" title="News" class="active">News</a></li>
<li id="menu-contact" class="last leaf"><a href="http:contact.php" title="Contact" class="active">Contact</a></li>
</ul>
</div><!-- /.content -->
</div><!-- /.block -->
<!-- END MAIN MENU -->
<!-- START SITE LOGO -->
<div id="block-block-4" class="block block-block last even">
<div class="content">
<p><a href="http:home.php">
<img src="https://dl.dropbox.com/u/36151686/sites/themes/wedding/images/logo.png" alt="Wedding Logo"
style="width:203px;height:105px" /></a></p>
</div><!-- /.content -->
</div><!-- /.block -->
<!-- END SITE LOGO -->