mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
nicer chan
This commit is contained in:
@@ -12,18 +12,18 @@
|
||||
<?php include("php/header.php"); ?>
|
||||
<link rel="stylesheet" type="text/css" href="static/css/controlstyle.css" />
|
||||
</head>
|
||||
<body>
|
||||
<body id="channelpage">
|
||||
<header>
|
||||
<div class="navbar-fixed">
|
||||
<nav id="nav">
|
||||
<div class="nav-wrapper">
|
||||
<a href="/" class="brand-logo hide-on-small-only zbrand">
|
||||
<a href="/" class="brand-logo hide-on-small-only">
|
||||
<img id="zicon" src="static/images/squareicon_small.png" alt="zöff" title="Zöff">
|
||||
</a>
|
||||
<div class="brand-logo">
|
||||
<div class="brand-logo zbrand">
|
||||
<a href="//zoff.no" class="hide-on-med-and-up">Zöff</a>
|
||||
<span class="hide-on-med-and-up">/</span>
|
||||
<span id="chan" class="chan" title="Show big URL" onclick="show()"><?php echo(ucfirst($list));?></span>
|
||||
<span id="chan" class="chan clickable" title="Show big URL" onclick="show()"><?php echo(ucfirst($list));?></span>
|
||||
</div>
|
||||
<ul class="right">
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user