|
include "../little_buttons.html" ;
?>
|
| |
|
|
 |
if (IsSet($action)) {
echo '';
include "forum_exec_action.php";
echo '';
}
?>
if (IsSet($show) && $show) {
include "forum_show_message_response.php";
// include "scripts/forum_show_message.php";
} else {
include "forum_subjects.php";
}
?>
if (!IsSet($show))
include "forum_new_subjects.php";
?>
| |