forked from root/threadr.lostcave.ddnss.de
testing
parent
ca2717cd40
commit
a63d0b6a40
|
@ -15,14 +15,14 @@ $id=$_GET['id'];
|
||||||
<?php
|
<?php
|
||||||
if(isset($_GET['action'])) {
|
if(isset($_GET['action'])) {
|
||||||
if ($_GET['action']=='submit') {
|
if ($_GET['action']=='submit') {
|
||||||
echo "<meta http-equiv=\"refresh\" content=\"5;URL=%CONTENT_DIR%/board/?id=$id\">";
|
echo "<meta http-equiv=\"refresh\" content=\"5;URL=%CONTENT_DIR%/board/?id=$id?end\">";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
echo "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">";
|
echo "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</head>
|
</head>
|
||||||
<body <?php if (isset($_GET['action'])) { echo "onLoad=\"window.scrollTo(0,document.body.scrollHeight)\""; } ?> >
|
<body <?php if (isset($_GET['end'])) { echo "onLoad=\"window.scrollTo(0,document.body.scrollHeight)\""; } ?> >
|
||||||
%NAVBAR%
|
%NAVBAR%
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="item-1">
|
<div class="item-1">
|
||||||
|
|
Loading…
Reference in New Issue