funchat/themes/funchat/header.tpl

57 lines
2.4 KiB
Smarty

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>FunCh.at - Deine Chatcommunity</title>
<meta content="FunCh.at - Deine Chatcommunity" property="og:title" />
<meta name="keywords" content="oe3 &Ouml;3 chat sms.at uboot.com chatcommunity webchat austria oesterreich forum" />
<meta name="author" content="Funch.at" />
<meta name="description" content="Die kostenlose und werbefreie &Ouml;sterreichische Chatcommunity. Endlich wieder Chatten wie im Uboot, sms.at, Orf Chat, usw. Wir sehen uns!" />
{$meta}
<link href="https://funch.at/chat" rel="Chat">
<link href="https://funch.at/forum" rel="Forum">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="{$themepath}/layout/styles/layout.css" type="text/css">
<link rel="stylesheet" href="/js/odo/odometer-theme-minmal.css" />
</head>
<body id="top">
<div class="wrapper col1">
<div id="header">
<div class="fl_left">
<a href="/"><img src="{$themepath}/images/logo.png"></a>
</div>
<!--<div class="fl_right"><a href="#"><img src="" alt="" /></a></div>-->
<br class="clear">
</div>
</div>
<!-- ####################################################################################################### -->
<div class="wrapper col2">
<div id="topbar">
<div id="topnav">
<ul>
<li class="active"><a href="/">Home</a></li>
<li><a href="/chat">Chat<span class="odometer">{$users}</span></a></li>
<li><a href="/forum">Forum</a>
<ul>
{foreach from=$forum item=f}
<li><a href="{$f.link}">{$f.name}</a></li>
{/foreach}
</ul>
</li>
</ul>
</div>
<!--<div id="search">
<form action="#" method="post">
<fieldset>
<legend>Site Search</legend>
<input type="text" value="Search Our Website&hellip;" onfocus="this.value=(this.value=='Search Our Website&hellip;')? '' : this.value ;" />
<input type="submit" name="go" id="go" value="Search" />
</fieldset>
</form>
</div>-->
<br class="clear" />
</div>
</div>