<%
# $Id: header.inc.php,v 1.19 2005/07/17 13:50:06 hirokai Exp $
include_once( "$modules/utils.inc.php" );
$site = getSiteUrl();
if( ! $noBoiler ) {
%>
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<% } %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<% if( $no_base_href == false ) { %><base href="<%= $site %>/"><% } %>
<link rel="shortcut icon" href="/img/favicon.ico" type="image/ico">
<link rel="shortcut icon" href="/img/favicon.png" type="image/png">
<link rel="stylesheet" type="text/css" href="/style/new-portal.css">
<link rel="stylesheet" type="text/css" href="/style/notebox.css">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for Feed Me Links" href="http://feedmelinks.com/rss">
<meta name="description" content="And You Will Know Us By Our Trail of Links">
<meta name="keywords" content="links, favorites, bookmarks, bookmarking, social bookmarking, social networking, social networks, browser, friendster, orkut, myspace, spurl, furl, flickr, del.icio.us, simpy">
<meta name="author" content="jm3 / john manoogian III / codeswami.com">
<meta name="generator" content="vim">
<meta name="ICBM" content="42.544396, -83.213255">
<meta name="DC.title" content="Feed Me Links!">
<script language="javascript" type="text/javascript" src="/funcs.js"></script>
<%
if( $title )
echo "<title> $title </title>\n";
%>
<% if( ! $noHead ) { %>
</head>
<% } %>
<% if( ! $noBody ) { %>
<body>
<%
}
if( ! $noMenu ) {
include( "$modules/menu.inc.php" );
}
%>