Fixed an oversight during cleanup.
This commit is contained in:
parent
8d3704809e
commit
55d48ae37a
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ include_once '_user.php';
|
|||
<link href="/style.css" type="text/css" rel="stylesheet"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper<?php if(user_has_flag(current_user_id(), FMF_UF_SCROLLBEYOND)) { echo ' scrollbeyond'; }?>">
|
||||
<div class="header">
|
||||
<h1>flash.moe message board</h1>
|
||||
<div class="header-wrap">
|
||||
|
|
Reference in a new issue