crappy ui for threads
This commit is contained in:
parent
1f56e6df3c
commit
22756c834e
3 changed files with 25 additions and 4 deletions
11
docs/comment.php
Normal file
11
docs/comment.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
require("../libs/page.php");
|
||||
require("../libs/form.php");
|
||||
require("../libs/comment.php");
|
||||
|
||||
$ref = 1732684297;
|
||||
|
||||
page_header();
|
||||
comments("comment",$_GET['id']);
|
||||
page_footer();
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue