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