|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
2 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> |
|
3 |
|
4 <head profile="http://gmpg.org/xfn/11"> |
|
5 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> |
|
6 |
|
7 <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> |
|
8 |
|
9 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> |
|
10 <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> |
|
11 <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" /> |
|
12 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> |
|
13 |
|
14 <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> |
|
15 <?php //comments_popup_script(600, 600); ?> |
|
16 <?php wp_head(); ?> |
|
17 |
|
18 </head><body> |
|
19 |
|
20 <div class="main"> |
|
21 <div class="header"> |
|
22 |
|
23 <div class="navigation-top"><div class="header-width"> |
|
24 <div class="search"> |
|
25 <?php get_search_form(); ?> |
|
26 </div> |
|
27 |
|
28 <div class="logo"> |
|
29 <div class="indent"> |
|
30 <h1 onclick="location.href='<?php echo get_option('home'); ?>/'"><?php bloginfo('name'); ?></h1> |
|
31 <div class="description"><?php bloginfo('description'); ?></div> |
|
32 </div> |
|
33 </div> |
|
34 </div></div> |
|
35 |
|
36 <div class="main-menu"> |
|
37 <div class="main-menu-border"> |
|
38 <?php |
|
39 wp_page_menu('show_home=0&sort_column=menu_order, post_title&link_before=<span>&link_after=</span>'); |
|
40 ?> |
|
41 </div> |
|
42 </div> |
|
43 |
|
44 <div class="navigation-bot"> |
|
45 |
|
46 <div class="banner"> |
|
47 <p><a href="#"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/banner01.gif" /></a></p> |
|
48 <p><a href="#"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/banner02.gif" /></a></p> |
|
49 <p><a href="#"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/banner03.gif" /></a></p> |
|
50 </div> |
|
51 <div class="box"> |
|
52 <div class="box-width box01"> |
|
53 <div class="indent"> |
|
54 <div class="title"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/box-text01.gif" /></div> |
|
55 <div class="text"> |
|
56 <p>Nulla duiusce feugiat male Morbi nunc odio gravida at cursus nec luctus a lorem.</p> |
|
57 </div> |
|
58 <div class="more"><a href="#"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/box-more01.gif" /></a></div> |
|
59 </div> |
|
60 </div> |
|
61 <div class="box-width box02"> |
|
62 <div class="indent"> |
|
63 <div class="title"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/box-text02.gif" /></div> |
|
64 <div class="text"> |
|
65 <p>Nulla duiusce feugiat male Morbi nunc odio gravida at cursus nec luctus a lorem.</p> |
|
66 </div> |
|
67 <div class="more"><a href="#"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/box-more02.gif" /></a></div> |
|
68 </div> |
|
69 </div> |
|
70 <div class="box-width box03"> |
|
71 <div class="indent"> |
|
72 <div class="title"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/box-text03.gif" /></div> |
|
73 <div class="text"> |
|
74 <p>Nulla duiusce feugiat male Morbi nunc odio gravida at cursus nec luctus a lorem.</p> |
|
75 </div> |
|
76 <div class="more"><a href="#"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/box-more03.gif" /></a></div> |
|
77 </div> |
|
78 </div> |
|
79 <div class="box-width box04"> |
|
80 <div class="indent"> |
|
81 <div class="title"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/box-text04.gif" /></div> |
|
82 <div class="text"> |
|
83 <p>Nulla duiusce feugiat male Morbi nunc odio gravida at cursus nec luctus a lorem.</p> |
|
84 </div> |
|
85 <div class="more"><a href="#"><img alt="" src="<?php bloginfo('stylesheet_directory'); ?>/images/box-more04.gif" /></a></div> |
|
86 </div> |
|
87 </div> |
|
88 </div> |
|
89 |
|
90 </div> |
|
91 |
|
92 </div> |
|
93 |
|
94 <div class="content"><div class="content-width"> |