mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
noselect on everything
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
|
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
|
||||||
<?php include("php/header.php"); ?>
|
<?php include("php/header.php"); ?>
|
||||||
</head>
|
</head>
|
||||||
<body id="channelpage">
|
<body id="channelpage" class="noselect">
|
||||||
<header>
|
<header>
|
||||||
<div class="navbar-fixed">
|
<div class="navbar-fixed">
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ if(isset($_GET['chan'])){
|
|||||||
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
|
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
|
||||||
<?php include("header.php"); ?>
|
<?php include("header.php"); ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="noselect">
|
||||||
<header>
|
<header>
|
||||||
<nav id="fp-nav">
|
<nav id="fp-nav">
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
|
|||||||
Reference in New Issue
Block a user