<?php
if(!isset($openfolder)) {
$where = "WHERE ide = '$id'";
$article_res = mysql_query("SELECT * FROM ".TABLE."_article $where");
$openfolder = $article_res['folder'];
}
$ide = $id;
$type = "article";
$entryID = $id;
$idLabel = "id";
$submitLabel = "ART_submit";
include($rel."libraries/comment/postComment.php");
$tpl->display("submitComment.template");
?>