forked from root/threadr.lostcave.ddnss.de
added login button if not logged in
parent
73a6d138c2
commit
01e6aa5530
|
@ -65,6 +65,8 @@ $id=$_GET['id'];
|
||||||
} else {
|
} else {
|
||||||
include("./default.php");
|
include("./default.php");
|
||||||
}
|
}
|
||||||
|
} else
|
||||||
|
echo "<div class='margin'><a href='%CONTENT_DIR%/login/'><button> Log in to post something </button></a></div>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue