Found more issues
This commit is contained in:
parent
b6704ccee4
commit
6c44a79a72
2 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>FunCh.at - Deine Chatcommunity</title>
|
||||
|
@ -9,10 +9,10 @@
|
|||
{$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" />
|
||||
<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" />
|
||||
|
@ -29,8 +29,8 @@
|
|||
<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="/">Home</a></li>
|
||||
<li class="active"><a href="/chat">Chat<span class="odometer">{$users}</span></a></li>
|
||||
<li><a href="/forum">Forum</a>
|
||||
<ul>
|
||||
{foreach from=$forum item=f}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue