72 lines
3.1 KiB
Smarty
72 lines
3.1 KiB
Smarty
<!DOCTYPE html>
|
|
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
|
|
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
|
|
<!--[if IE 9 ]><html class="no-js ie ie9" lang="en"> <![endif]-->
|
|
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="de"> <!--<![endif]-->
|
|
<head>
|
|
|
|
<!--- Basic Page Needs
|
|
================================================== -->
|
|
<meta charset="utf-8">
|
|
<title>AustriaChat.net - Die Österreichische Chatcommunity</title>
|
|
<meta content="FunCh.at - Die Österreichische Chatcommunity" property="og:title" />
|
|
<meta name="keywords" content="oe3 Ö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 Österreichische Chatcommunity. Endlich wieder Chatten wie im Uboot, sms.at, Orf Chat, usw. Wir sehen uns!" />
|
|
<link href="https://austriachat.net/chat" rel="Chat"/>
|
|
<link href="https://austriachat.net/forum" rel="Forum"/>
|
|
{$meta}
|
|
<!-- mobile specific metas
|
|
================================================== -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
|
|
|
<!-- CSS
|
|
================================================== -->
|
|
<link rel="stylesheet" href="{$themepath}/css/default.css" />
|
|
<link rel="stylesheet" href="{$themepath}/css/layout.css" />
|
|
<link rel="stylesheet" href="{$themepath}/css/media-queries.css" />
|
|
<link rel="stylesheet" href="{$themepath}/css/font-awesome/css/font-awesome.min.css" />
|
|
<link rel="stylesheet" href="/js/odo/odometer-theme-minmal.css" />
|
|
<!-- Script
|
|
================================================== -->
|
|
<script src="js/modernizr.js"></script>
|
|
|
|
<!-- Favicons
|
|
================================================== -->
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Header
|
|
================================================== -->
|
|
<header id="chattop">
|
|
<nav id="nav-wrap">
|
|
|
|
<a class="mobile-btn" href="#nav-wrap" title="Navigation zeigen">Zeige Menü</a>
|
|
<a class="mobile-btn" href="#" title="Navigation verstecken">Verstecke Menü</a>
|
|
|
|
<div class="row">
|
|
|
|
<ul id="nav" class="nav">
|
|
<li><a href="/">Home</a></li>
|
|
<li class="current"><a href="/chat">Chat<span class="odometer">{$users}</span></a></li>
|
|
<li class="has-children"><a href="/forum">Forum</a>
|
|
<ul>
|
|
{foreach from=$forum item=f}
|
|
<li><a href="{$f.link}">{$f.name}</a></li>
|
|
{/foreach}
|
|
</ul>
|
|
</li>
|
|
<li><a href="archives.html">Archives</a></li>
|
|
</ul> <!-- end #nav -->
|
|
|
|
</div>
|
|
|
|
</nav> <!-- end #nav-wrap -->
|
|
|
|
</header> <!-- Header End -->
|