root/afridex/theme/header.php @ 7

Revision 7, 2.3 kB (checked in by admin, 18 years ago)
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
4<head profile="http://gmpg.org/xfn/11"><meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
5<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Archive <?php } ?> <?php wp_title(); ?></title>
6<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
7<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
8<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
9<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
10<script type="text/javascript" src="<?php { print bloginfo('template_directory') . '/js/jquery-1.2.6.js'; } ?>">"></script>
11<script type="text/javascript" src="<?php { print bloginfo('template_directory') . '/js/rounded_corners.js'; } ?>"></script>
12<script type="text/javaScript">
13  window.onload = function()
14  {
15    settings = {
16      tl: { radius: 20 },
17      tr: { radius: 20 },
18      bl: { radius: 20 },
19      br: { radius: 20 },
20      antiAlias: true,
21      autoPad: false
22    }
23
24    var divObj = document.getElementById("contenta");
25    var cornersObj = new curvyCorners(settings, divObj);
26    cornersObj.applyCornersToAll();
27  }
28</script>
29<?php wp_head(); ?>
30</head>
31<body>
32
33<div id="admin-bar">
34                <div id="lead-link">
35                <ul>
36                <li><a href="<?php bloginfo('url') ?>"><?php bloginfo('name') ?> Home</a></li>
37                <li><a href="<?php echo get_option('siteurl'); ?>/?page_id=2" >About</a></li>
38                <!-- <li><a href="<?php echo get_option('siteurl'); ?>/?page_id=2#products" >Other Products</a></li> -->
39                <li><a href="http://appfrica.mountbattenhosting.net/index.php/Afridex" >Development Wiki</a></li>
40                </ul>
41                </div>
42               
43                <div id="log-link"><ul>
44                <li><a id= href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="Log out of this account">Logout &raquo;</a></li>
45                <li><a href="#">Get Listed</a></li>
46                <li><?php edit_post_link('Edit Entry', '', ''); ?></li>
47                <li><?php include (TEMPLATEPATH . '/searchform.php'); ?></li>
48                </ul></div>
49                <span class="clearer"></span>
50</div>
Note: See TracBrowser for help on using the browser.