funchat/modules/chat/templates/default/chat_header.tpl

55 lines
2.5 KiB
Smarty
Raw Normal View History

2025-06-17 10:57:06 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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="icon" type="image/png" sizes="192x192" href="{$themepath}/images/android-icon-192x192.png" />
<link rel="icon" type="image/png" sizes="32x32" href="{$themepath}/images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="{$themepath}/images/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="{$themepath}/images/favicon-16x16.png" />
<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_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="I">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}
2025-06-15 22:25:18 +02:00
</ul>
2025-06-17 10:57:06 +02:00
</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>