iframe class

master
Jakob 2020-03-08 03:16:35 +01:00
parent 5df2a55891
commit 691accd37c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $id=$_GET['id'];
%STYLESHEET%
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0"> ToDo: ?-->
</head>
<body>
<body class="iframe">
<?php
echo "<a href='%CONTENT_DIR%/board/post.php?id=$id'><button> Post something </button></a>";
?>