iframe class
parent
5df2a55891
commit
691accd37c
|
@ -12,7 +12,7 @@ $id=$_GET['id'];
|
||||||
%STYLESHEET%
|
%STYLESHEET%
|
||||||
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0"> ToDo: ?-->
|
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0"> ToDo: ?-->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="iframe">
|
||||||
<?php
|
<?php
|
||||||
echo "<a href='%CONTENT_DIR%/board/post.php?id=$id'><button> Post something </button></a>";
|
echo "<a href='%CONTENT_DIR%/board/post.php?id=$id'><button> Post something </button></a>";
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue